Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93542 invoked from network); 6 Mar 2005 22:37:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Mar 2005 22:37:53 -0000 Received: (qmail 37820 invoked by uid 500); 6 Mar 2005 22:37:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 37766 invoked by uid 500); 6 Mar 2005 22:37:48 -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 37748 invoked by uid 99); 6 Mar 2005 22:37:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtpout.mac.com (HELO smtpout.mac.com) (17.250.248.44) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 06 Mar 2005 14:37:47 -0800 Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j26MbePu016849 for ; Sun, 6 Mar 2005 14:37:42 -0800 (PST) Received: from [10.0.1.4] (pcp01905327pcs.ebrod01.ga.comcast.net [68.51.133.25]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j26MbdUs011912 for ; Sun, 6 Mar 2005 14:37:40 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <751feda6f9546eff625a9f8a5ef9806e@mac.com> Content-Transfer-Encoding: 7bit From: Abbey Sparrow Subject: Re: Relative classpaths for a manifest Date: Sun, 6 Mar 2005 17:37:38 -0500 To: Ant Users List X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have been looking at pathconvert, on jeffery and martin's suggestion (and am a little amazed I didn't see it earlier), however... it seems I either have to standardize on the platform ant is running on or create some logic to convert the os.name property to the valid target strings for the pathconvert task. Am I wrong about this? If so, I'm not entirely convinced the conversion would be more effective than what I'm doing, since currently, both paths are compared and substituted in their native form. Thanks for your input and suggestions, -Abbey Hawk Sparrow On Mar 6, 2005, at 4:35 PM, Jeffrey E Care wrote: > > > -- > Jeffrey E. Care (carej@us.ibm.com) > WebSphere Build SWAT Team Lead > WebSphere Build Tooling Lead (Project Mantis) > https://w3.opensource.ibm.com/projects/mantis > > > Abbey Sparrow wrote on 03/06/2005 03:01:15 AM: > >> I am currently jumping through a couple of hoops in order to get >> relative classpaths in my manifest: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> ${toString:project.class.path} >> >> > file="cp.txt" >> token="${toString:root.path}" >> value=".." >> /> >> >> ${classpath} >> >> Is this the only way to do this, or is there some other, better method >> I am missing? >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >> For additional commands, e-mail: user-help@ant.apache.org >> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org