Brent,
There is a system property java.class.path which is the system classpath.
For example you could create a path
${java.class.path}:/path/to/my/stuff.jar
--
Conor MacNeill
[EMAIL PROTECTED]
Cortex eBusiness
http://www.cortexebusiness.com.au
> -----Original Message-----
> From: Brent Kyle [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 31 January 2001 8:58
> To: [EMAIL PROTECTED]
> Subject: Appending to system classpath in Ant
>
>
> I'm a big fan of Ant, but I'm currently stuck on a problem.
>
> Normally my Ant build files just use the system Classpath. However,
> now I need to append about directory to it, but only for this one
> Ant build
> file. I can't find anything in the docs on how to do this.
>
> How can I access the system Classpath variable so I can use it to
> append a directory to it?
>
> Thanks for the help!
>
> -Brent.
>