- | 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) |
+ The ID of an Ant path to add to the classpath.
+ Only available when used within Ant. |
+ | path (since 2.0.0-beta2) |
+ Add a complex path expression to the classpath, for example
+ "path/to/jar1.jar:path/to/jar2.jar".
+ Any classpath expression that Ant recognizes can be used.
+ Only available when used within Ant. |