classpath refid in Junit task does not work with Ant 1.5?

2002-09-23 Thread Aviv Eliezer
Hello, Using Ant version 1.5. I'm having problem with the JUnit task. It seems that it ignores a nested classpath. I have a case like this: junit printsummary=yes classpath refid=compile.classpath/ formatter type=plain/ test name=com.isbn.tests.WebTest/ /junit However, when I

Re: classpath refid in Junit task does not work with Ant 1.5?

2002-07-15 Thread Stefan Bodewig
On Fri, 12 Jul 2002, [EMAIL PROTECTED] wrote: junit printsummary=yes more attributess... classpath refid=test.classpath/ This 'test.classpath' is set as: path id=test.classpath path=${test.classpath}/ Before you run the junit task? 'test.classpath' is a

classpath refid in Junit task does not work with Ant 1.5?

2002-07-12 Thread otisg
Hello, Using Ant version 1.5. Is it possible that the optional Junit task ignores a nested classpath? That seems to be the case here. I have a case like this: junit printsummary=yes more attributess... classpath refid=test.classpath/ batchtest