Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 40508 invoked from network); 13 Dec 2002 15:41:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Dec 2002 15:41:01 -0000 Received: (qmail 28611 invoked by uid 97); 13 Dec 2002 15:41:48 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 28376 invoked by uid 97); 13 Dec 2002 15:41:47 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 28298 invoked by uid 98); 13 Dec 2002 15:41:44 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: Dominique Devienne To: "'Ant Developers List'" Subject: RE: temp props file created by task Date: Fri, 13 Dec 2002 09:39:29 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dunno! I just would prefer to have Ant not create all its temp files in 'basedir'. I like St=E9phane'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:bodewig@apache.org]=20 Sent: Friday, December 13, 2002 9:30 AM To: ant-dev@jakarta.apache.org Subject: Re: temp props file created by task On Fri, 13 Dec 2002, Dominique Devienne 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: For additional commands, e-mail: