Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
any chance any classloaders involved in this whole mess > that could be finding MyClass a different way than the classpath in the > test that uses it but doesn't fail? > > -- > Joel Klein[Online at http://jfkbits.blogspot.com] > > > >

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
any chance any classloaders involved in this whole mess >> that could be finding MyClass a different way than the classpath in the >> test that uses it but doesn't fail? >> >> -- >> Joel Klein[Online at http://jfkbits.blogspot.com] >> >> >>

Re: classsnotfound exception with junit ant task

2006-08-16 Thread cmose
gt; Are there by any chance any classloaders involved in this whole mess > that could be finding MyClass a different way than the classpath in the > test that uses it but doesn't fail? > > -- > Joel Klein [Online at http://jfkbits.blogspot.com] > > > > --

Re: classsnotfound exception with junit ant task

2006-08-16 Thread Joel Klein
cmose wrote: classpath.project is defined thusly: --->this is the bin directory for class files ---> a temporary location for jar libraries Where in this classpath is the missing class supposed to be found? If it's supposed to be in the second pathelement above, there's a couple th

classsnotfound exception with junit ant task

2006-08-16 Thread cmose
s occuring. All the tests pass just fine when run straight through eclipse. At this point I'm not really certain what the solution is. Quite possibly I'm overlooking something simple or obvious - any insight is greatly appreciated! -- View this message in context: http://www.nabble.co