Did you check that that 'build clean' call actually did the job?  On my machine, it's 
not possible 
for 'build clean' to work, because it tries to delete jorphan.jar, but the current 
process running 
Ant is using that jar file, so Ant quits before it gets to the rest of the 'clean' 
target, which is 
deleting the class files.

So, I delete jorphan.jar manually and run clean again.  If you don't check it 
carefully, it's easy 
to miss the fact that clean is really running all the way through.

-Mike

On 30 Jan 2003 at 16:18, [EMAIL PROTECTED] wrote:

> 
> 
> > I think I typically fix this problem by doing a complete rebuild of
> > all the class files.  You've probably been changing things, running
> > JMeter, changing things, running JMeter for a while without doing a
> > clean build.
> 
> That's what I thought, too, so I did a "build clean" and a "build" and
> ran again.  All my class files had the same timestamp.  The exception
> still happened.  It's a curious mystery.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to