Re: How to build apache ant?

2009-09-17 Thread David Byrden
Peng: [1] Go to here; http://www.junit.org/ [2] Download junit-4.7.jar and junit-dep-4.7.jar [3] Place them in your Ant builder tree at .../lib/optional [4] ??? [5] Profit! David - To unsubscribe, e-mail: user-unsub

How to build apache ant?

2009-09-17 Thread Peng Yu
Hi, I try to build apache ant on a linux machine, but I got the following error. Can somebody let me know how too fix the problem? Regards, Peng $ echo $ANT_HOME /home/pengy/utility/linux/opt/apache-ant-1.7.1 $ sh build.sh install ... Bootstrapping Ant Distribution ... Compiling Ant Classes Note

Re: How to specify other JUnitTestRunner in junit task

2009-09-17 Thread supareno
Gao, have you tried the @RunWith annotation? since junit 4.x http://www.jdocs.com/junit/4.1/org/junit/runner/RunWith.html supareno Hi: Is it possible to specify own JUnitTestRunner instead of org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner in JunitTask ? If possible, in which v