Re: [tag] Re: The good ol' JUnit problem

2005-11-14 Thread Peter Reilly
Not quite, one can use the "classloader" task as implemented in bugzilla 28228. http://enitsys.sourceforge.net/ant-classloadertask/ Please note that this uses protected methods on the java classes and thus may not be future compible. However, I do think that optional ant tasks should not require t

RE: [tag] Re: The good ol' JUnit problem

2005-11-14 Thread Jon Skeet
> i didn't quite catch the resolution to this. is there a > solution to using a stock ant distribution , without > modifying your target environment (ANT_HOME/lib, ~/.ant/lib, > etc), and using the optional tasks such as junit, scp, ftp, > etc? if so, can someone give an example of how to do t