--- James Bullington <[EMAIL PROTECTED]> wrote: > Did you remember to put these files in your class path? When I first > started to use optional.jar, this was my mistake. > > i.e. you need: > > CLASSPATH=%CLASSPATH%;/ant/lib/optional.jar;/ant/lib/oro.jar
You shouldn't need to do this -- the wrapper-script for Ant (ie., the thing that actually executes when you say 'ant' on the command-line) builds a classpath to pass on the 'java' command-line (that it in turn executes) that includes all the jar-files in $ANT_HOME/lib. I run Ant without any environment CLASSPATH defined at all. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>