You need junit.jar in the right directory (lib/optional)
Also ant 1.6.3 beta has been released, you should use that.
1) tar xjf ~/uploads/apache-ant-1.6.3beta1-src.tar.bz2
2) cd apache-ant-1.6.3beta1
3) mkdir lib/optional
4) cp ~/.ant/lib/junit.jar lib/optional
5) ./build.sh test-jar
enjoy!
Peter
Jiri Prazak wrote:
Hello all,
I have downloaded Ant 1.6.2 sources and need to build the test-jar
task so I can start writing tests for build files but it fails. First
it fails with the following error
BUILD FAILED
H:\apache-ant-1.6.2-src\apache-ant-1.6.2\build.xml:907:H:\apache-ant-1.6.2-src\apache-ant-1.6.2\build\testcases
not found.
so I create this directory manually by hand and then it builds alright
but the ant-testutil.jar file is empty. I was not able to find any
information about it on the web so I wonder what am I doing wrong. I
tried many things but nothing seems to work.
Thanks in advance
Jirka
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]