Re: Nesting of Braces

2010-06-06 Thread adam kopecky
You can use http://ant-contrib.sourceforge.net/tasks/tasks/propertycopy.html";>PropertyCopy task Regards > Původní zpráva > Od: GokulHCL > Předmět: Nesting of Braces > Datum: 27.5.2010 14:22:01 > > > Hi > I am using ant 1.7. I

Junit Task dies with NullPointerException

2010-06-06 Thread Steven Harms
Having surmounted the Ant-as-technology issue, I'm now encountering an error in my ant execution of junit. When I run my ant script, I get: java.lang.NullPointerException at org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder$TestInfos.(FailureRecorder.java:349) (The full stack is here:

[RESOLVED] Re: Trying to get Ant + JUnit working peaceably

2010-06-06 Thread Steven Harms
I went back to my /usr/local/src/apache-ant 1. Used the fetch.xml script to retrieve all the 3rd party components and put them into lib/optional 2. Re-built ant 3. Verified that $ANTDIR/lib/optional had ant-junit in there 4. jar tf ant-junit ... it was BIG this time and included JUnitTask