ANTHOME\lib\ant-launcher.jar
If you start Ant 1.6 from command line, the wrapper script will (more or
less)
do a
java -jar ant-launcher.jar oata.launch.Launcher
That class loads all jars in the lib directory and in %user.home%/.ant/lib
After that Ant starts.
If you start JUnitSwingRunner, maybe some of these jars are not on classpath
...
Jan
> -----Original Message-----
> From: Wascally Wabbit [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 26, 2003 1:50 AM
> To: [EMAIL PROTECTED]
> Subject: Ant 1.6 + JUnit (where's ant/launch/Locator)?
>
>
> OK.
>
> I have *got* to missing something here. Just tried running a
> series of JUnit-based task tests in the swingui test runner
> with Ant 1.6beta2 and I get the following for every test:
> java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Locator
> at org.apache.tools.ant.util.FileUtils.fromURI(FileUtils.java:1329)
>
> Looked in the tgz and zip "ant.jar" files and sure enough that
> entire package is missing. They are included in the Ant API
> documentation set and the source. The tests all compiled with
> the beta libraries fine.
>
> Soooo where are these classes? The Ant testcase use JUnit
> so I'm assuming there's some missing in my setup...
>
> Thanks,
>
> The Wabbit
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>