> And then have all versions of junit in use in your ant../lib dir:
>
> c:/[blah]/apache-ant-1.6.2/lib/junit-v1.jar
> c:/[blah]/apache-ant-1.6.2/lib/junit-v2.jar
Not good to place multiple versions in ANT_HOME/lib, because all JARs there
are loaded by Ant.
Jan
> That starts to solve the issue of the external ext directory
> although it
> does make it a little more work for the users to set up ant on their
> machine. (Did you remember to go to your environment control
> and add the
> ANT_ARGS value?).
Can be done by %HOME%\antrc_pre.bat and %HOME%\ant
Have you tried setting the ANT_ARGS to "-lib /yourcompany/ant/ext" ?
Jan
> -Ursprüngliche Nachricht-
> Von: Erskine, Chris [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 5. Januar 2005 05:50
> An: Ant Users List
> Betreff: RE: Ant should have an ext directory
>
> I do not think that