Dunno! I just would prefer to have Ant not create all its temp files in
'basedir'. I like St�phane's idea of using a variable, maybe not the global
Java JDK one (which could still be used by default if the Ant specific one
is used).

That way I could direct ant to use build/temp. I put all build products in
build/, and is simply deleted by the 'clean' target. I wouldn't would to
have the entire JDK use that temp dir necessarily, although someone else
might. --DD

-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 13, 2002 9:30 AM
To: [EMAIL PROTECTED]
Subject: Re: temp props file created by <junit> task

On Fri, 13 Dec 2002, Dominique Devienne <[EMAIL PROTECTED]> wrote:

> Couldn't this file be deleteOnExit() if the JDK supports it. Many
> times it's left behind if the Ant process is CTRL-C'd...

Does deleteOnExit work if you forcefully interrupt the JVM?

I can easily manage to kill a JVM without the shutdownHooks being
called on Unix.

Stefan

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

Reply via email to