Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
Well, the answer seems to be my own ignorance of ant. within did the trick (vs. pathelement path="...\*.jar" />) Joel Klein wrote: > > cmose wrote: > >>classpath.project is defined thusly: >> >>--->this is the bin directory for >>clas

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
l not sure what the solution to this is... thanks! cmose wrote: > > Joel, > thanks much for the comments the typo was merely a typo in my > transcription of the build file from a printout to here (it's on an > isolated development network). There are no classloaders in use else

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
e class that failed previously when the whole suite was ran (from ant, again, running this from eclipse shows 0 problems). The one testcase fails again outright. Joel Klein wrote: > > cmose wrote: > >>classpath.project is defined thusly: >> >>--->this is the bin dir

classsnotfound exception with junit ant task

2006-08-16 Thread cmose
Wasn't able to find anything on searching the forum regarding this issue. I turned up a number of items via google but none of them seemed to resolve the problem I've got. I'm using ant 1.6.5 through eclipse 3.1. Specifically I'm using a junit task defined thusly: ...