Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 10960 invoked from network); 24 Jul 2007 16:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 16:11:41 -0000 Received: (qmail 8114 invoked by uid 500); 24 Jul 2007 16:11:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 8090 invoked by uid 500); 24 Jul 2007 16:11:38 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 8078 invoked by uid 99); 24 Jul 2007 16:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 09:11:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dickon.glanville@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 09:11:36 -0700 Received: by py-out-1112.google.com with SMTP id f31so4123429pyh for ; Tue, 24 Jul 2007 09:11:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=B+m5MUmcjvcDKHu6KFCslOJvBYwU1kJ4DifzPgIATnc3DA9/2/jevJjbtAkj+n8FyF7CHW8cyzJn8R0aPUZhEuqB+Kw8rz3wBpYhRUsMGQfMC+1c2BO4VqvoEihgnjJUqUipDX4KUgfvdsrwDuWSaeSGPxsUKnL1Xzl6uc2hemY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K1HPRIPypVRZRVNEoD5UaFdO7xE3pkX8KyJhDCkwnR4PoEVgbFLFvvwnVDpqGw8+3kzWTj5nsOyXtmJ+HnSFr+WWtdEMNpdAzioYxsRhkttmNkcwnLLl7laYCKBbu6RDnjk17JpT6CajTmgey/tIfyrjFMXvrmE+aBkZHYNagxk= Received: by 10.64.213.3 with SMTP id l3mr6774039qbg.1185293475059; Tue, 24 Jul 2007 09:11:15 -0700 (PDT) Received: by 10.65.241.15 with HTTP; Tue, 24 Jul 2007 09:11:15 -0700 (PDT) Message-ID: <53bada0f0707240911x60a06139yca6c79edb56fb72f@mail.gmail.com> Date: Tue, 24 Jul 2007 12:11:15 -0400 From: "Jay Dickon Glanville" To: "Ant User" Subject: ant holds on to jar, preventing deletion? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello all. I'm dealing with a "can't delete file" problem, but one with a slight twist. I believe the situation might be that ant has a handle on a jar file, which is then preventing it from being deleted. (Note, this is windows specific.) The sequence of events goes like this: - create jar file from XML code (XML-Beans) - use jar file in classpath to compile other files - delete jar file HD I know that there are no other processes holding that file, as I just created it (that, and there are no other processes on my machine). Does this make sense? If so, is there a solution? JDG -- Jay Dickon Glanville --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org