Updates to build-ant1.5

2004-04-04 Thread Berin Lautenbach
Peoples, I've just tried to move all the functionality from build.xml into build-ant1.5.xml. In particular - samples exist and run - tests now run - header at startup (version etc.) - build src and distribution archives - external call to forrest to build docs Could people have a look? I've

Re: Updates to build-ant1.5

2004-04-04 Thread Erwin van der Koogh
I've just tried to move all the functionality from build.xml into build-ant1.5.xml. In particular - samples exist and run - tests now run They didn't before? I changed it to not rely on a junit.jar in the lib directory, but instead on a junit included in the ant lib directory. But I noticed

Re: Updates to build-ant1.5

2004-04-04 Thread Berin Lautenbach
- tests now run They didn't before? I changed it to not rely on a junit.jar in the lib directory, but instead on a junit included in the ant lib directory. But I noticed that you put the junit jar back into the classpath. Didn't it work for you? Or did you not have junit in your ant lib