>using scripts to start my ant files, f.e. = > >windows >set JAVA_HOME=C:\java\jdk\1.6.0_15 >set ANT_HOME=C:\ant >set ANT_ARGS=-lib C:\ant_xtralibs;C:\ant_testlibs >set PATH=%PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin;C:\cvsnt
Using the -lib option to load additional libraries has another benefit. There are some libs which must be loaded before Ant (e.g. BSF, js, xml) starts parsing the buildfile. ANT_ARGS is a special environment variable. Its content is automatically added to the invocation of Ant. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org