Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93152 invoked from network); 1 Mar 2005 20:33:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Mar 2005 20:33:37 -0000 Received: (qmail 64846 invoked by uid 500); 1 Mar 2005 20:33:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 63955 invoked by uid 500); 1 Mar 2005 20:33:21 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 63942 invoked by uid 99); 1 Mar 2005 20:33:21 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web13803.mail.yahoo.com (HELO web13803.mail.yahoo.com) (216.136.175.13) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 01 Mar 2005 12:33:20 -0800 Received: (qmail 46920 invoked by uid 60001); 1 Mar 2005 20:33:18 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=6o4FscxpTdMIbn44am3Q7UHiyflTMdp3P0bw4sKrwT1dqKhumgOs3KP2gsEcURQJjSJkYqVm1iWXqPvDJGQYPjypvNOm0X7xhT59v/rfIAcaqp2e672mUgRyNIn51gAXEXGkHR+ZskVv9mGV8qh+6aY51l9f9Kz/nVgkvLIOVZw= ; Message-ID: <20050301203318.46918.qmail@web13803.mail.yahoo.com> Received: from [131.131.1.131] by web13803.mail.yahoo.com via HTTP; Tue, 01 Mar 2005 12:33:17 PST Date: Tue, 1 Mar 2005 12:33:17 -0800 (PST) From: D Sledge Subject: Problem Manipulating a Jar File To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N First the basics: Ant v1.6.2 JRE v1.4.2_01 OS Windows XP Next the build file: Now, the problem: I get an error anytime I try to manipulate the file "some.jar". When I run the signjar task, I get the following output: sign: [signjar] Signing JAR: C:\path\to\some.jar [signjar] jarsigner: attempt to rename C:\path\to\some.jar to C:\path\to\some.jar.orig failed BUILD FAILED C:\path\to\build.xml:7: exec returned: 1 And, when I run the delete task, I get the following: clean: [delete] Deleting 1 files from C:\path\to BUILD FAILED C:\path\to\build.xml:12: Unable to delete file C:\path\to\some.jar __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org