Re: Ant 1.6.5 and JUnit task

2006-12-16 Thread Sebastian Weber
@Antoine Thanks for the tip. I found /etc/ant.conf /etc/ant.d (empty folder) /usr/share/ant/ant-update.xsl /usr/share/ant/changelog.xsl /usr/share/ant/junit-frames-xalan1.xsl /usr/share/ant/log.xsl tagdiff.xsl If they are the reason for the failed builds how can I get rid of them? Is it enoug

Re: Ant 1.6.5 and JUnit task

2006-12-16 Thread Peter Reilly
I would suggest using ant 1.7RC1 * Add to the build file a check for ant 1.7 to ensure that you are using ant 1.7 or higher. (a bit verbose ... .. but does the work) * use the ability of ant 1.7 to have the junit.jar in the classpath of the task.