Re: AW: Junit Integration Problem

2005-03-14 Thread Danilo Bürger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The third Solution as mentioned way down, is what i actually wanted. I noticed though, that this is not possible to do without removing a file first. So i will have to stick with the solution of moving the junit.jar to the ANT_HOME/lib, which could p

Re: AW: Junit Integration Problem

2005-03-14 Thread Peter Reilly
[EMAIL PROTECTED] wrote: The problem is (not tested :) that the "junit" task is defined during parsing stage of the ant.jar!/.../taskdefs/default.properties. The class should be loaded then by first use of . The between wouldnt work ... IMO. For test: give it another taskname No this is not t

AW: Junit Integration Problem

2005-03-14 Thread Jan . Materne
The problem is (not tested :) that the "junit" task is defined during parsing stage of the ant.jar!/.../taskdefs/default.properties. The class should be loaded then by first use of . The between wouldnt work ... IMO. For test: give it another taskname Jan > -Ursprüngliche Nachricht-