Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 85855 invoked from network); 28 Mar 2003 16:16:31 -0000 Received: from poster.ptc.com (HELO mxrelay.ptc.com) (12.11.148.30) by daedalus.apache.org with SMTP; 28 Mar 2003 16:16:31 -0000 Received: from HQ-EXFE3.ptcnet.ptc.com (localhost [127.0.0.1]) by mxrelay.ptc.com (8.9.0/8.9.0) with ESMTP id LAA07222 for ; Fri, 28 Mar 2003 11:16:12 -0500 (EST) Received: from hq-mail1.ptcnet.ptc.com ([132.253.201.69]) by HQ-EXFE3.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Mar 2003 11:15:29 -0500 Received: from ptc.com ([132.253.96.61]) by hq-mail1.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 28 Mar 2003 11:15:29 -0500 Message-ID: <3E847521.5030109@ptc.com> Date: Fri, 28 Mar 2003 11:15:29 -0500 From: Erik Price User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Class-Path attribute References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Mar 2003 16:15:29.0538 (UTC) FILETIME=[40047E20:01C2F545] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The pathconvert has a "property" attribute that sets a system property by the name which you use as its value. So in the example given a few posts below, you would use the property ${class-path} in your manifest task. Erik Justin Thomas wrote: > Thanks so far > > How can I insert this into my manifest file though? > > > ... > ... > > > > Path convert cannot be placed inside this. > > am I missing something > > -----Original Message----- > From: Keith Hatton [mailto:khatton@axiomsystems.com] > Sent: 28 March 2003 16:03 > To: Ant Users List > Subject: RE: Class-Path attribute > > > Whoops, I meant pathsep=" " not dirsep ... > > -----Original Message----- > From: Keith Hatton > Sent: 28 March 2003 16:02 > To: Ant Users List > Subject: RE: Class-Path attribute > > > > something like this, maybe ... > > > > > > > > then set the attribute in your mf to the value of the class-path property > > > > -----Original Message----- > From: Justin Thomas [mailto:Justin.Thomas@RCP.co.uk] > Sent: 28 March 2003 15:55 > To: 'Ant Users List' > Subject: RE: Class-Path attribute > > > I don't suppose anyone has an example of this do they? > > Thanks > > -----Original Message----- > From: Keith Hatton [mailto:khatton@axiomsystems.com] > Sent: 28 March 2003 15:54 > To: Ant Users List > Subject: RE: Class-Path attribute > > > I think you may be able to do something clever with > > Keith > > > -----Original Message----- > From: Justin Thomas [mailto:Justin.Thomas@RCP.co.uk] > Sent: 28 March 2003 15:53 > To: 'user@ant.apache.org' > Subject: Class-Path attribute > > > Hi, > > I place all my third party jars in a lib dir. Is there a way to > automatically pick them up from directory and place them in my classpath > attribute? > > something like this > > > > > > > > > I know it does not nest fileset but do you get my idea? > > ________________ > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- > 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 > > > --------------------------------------------------------------------- > 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 > >