- | url | the url of a jar to add to the classpath |
- Yes, unless file is specified |
- | file | a jar to add to the classpath |
- Yes, unless url is specified |
+ | url |
+ the url of a jar to add to the classpath |
+ Exactly one of refid, path,
+ url, or file must be defined. |
+ | file |
+ a jar to add to the classpath |
+ | refid (since 2.0.0-beta2) |
+ Reference to an externally defined classpath when Ivy is embedded
+ in another build system. In Ant, this refers to a path reference ID.
+ Causes an error if used when Ivy is in standalone mode. |
+ | path (since 2.0.0-beta2) |
+ Add a complex path expression to the classpath, for example
+ "path/to/jar1.jar:path/to/jar2.jar". |
+ | pathsep (since 2.0.0-beta2) |
+ (optional) Specify a path separator string to use when parsing
+ path. If not specified, the platform default is used
+ (for example ";" on Windows and ":" on most Unix). |