Running JUnit plugin from within Ant (Farm) task?
Submitted by Monday, 28 February, 2005 - 22:21
on
I want to run JUnit as an Ant task and have installed AntFarm and JUnit.
My class path lets me _compile_ JUnit tests OK via AntFarm.
However, when I try to make JUnit _run_ as an Ant task, I get an error in AntFarm:
Invalid build file: Unexpected element "junit"
Any advice? Thanks in anticipation.
Build file is at http://www.tomoakley.net/java/build.xml
My class path lets me _compile_ JUnit tests OK via AntFarm.
However, when I try to make JUnit _run_ as an Ant task, I get an error in AntFarm:
Invalid build file: Unexpected element "junit"
Any advice? Thanks in anticipation.
Build file is at http://www.tomoakley.net/java/build.xml