Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 14963 invoked by uid 500); 13 Sep 2001 05:26:34 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 14927 invoked from network); 13 Sep 2001 05:26:34 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Peter Donald To: ant-dev@jakarta.apache.org Subject: Re: [Patch] Cosmetic change in SignJar task Date: Thu, 13 Sep 2001 15:19:59 +1000 X-Mailer: KMail [version 1.3.1] References: <903A7281CDB7D4118A5000500450BB08382F0F@samoa.sitewaerts> In-Reply-To: <903A7281CDB7D4118A5000500450BB08382F0F@samoa.sitewaerts> X-Wisdom-Cookie: . MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010913052635.RJET4715.mss.rdc2.nsw.optushome.com.au@there> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Instead of applying this patch directly I reworked the task to use files internally. Could you check this works for you ? On Wed, 12 Sep 2001 04:01, Daniel Hoppe wrote: > Hi, > > SignJar displays a message like > > [signjar] Signing Jar : C:\dev\hoppe\fbs3\temp\fbs_cc_ice_wl61.jar > > when signing a Jar. The path in this message does not display correctly > when I pass a file with a path relative to the project basedir. This change > fixes that for me on Win2K. Could someone with experience on the other OSs' > see if this is likely to cause any harm there? > > diff -r1.8 SignJar.java > 252c252,254 > < log("Signing Jar : " + (new File(jarSource)).getAbsolutePath()); > --- > > > log("Signing Jar : " + (new > > File(project.getBaseDir().getAbsolutePath() > > > + File.separator > > + jarSource)).getAbsolutePath()); > > Cheers, > > Daniel > > <<<<<<<<<<<<<<<<<<<<<<<<<<< > sitewaerts GmbH > Hebelstra�e 15 > D-76133 Karlsruhe > > Tel: +49 (721) 920 918 0 > Fax: +49 (721) 920 918 29 > http://www.sitewaerts.de -- Cheers, Pete ----------------------------------------------------------- I don't suffer from insanity. I enjoy every minute of it. -----------------------------------------------------------