From adam.ant@cyberspaceroad.com Mon Feb 10 16:14:05 2003 Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 24554 invoked from network); 10 Feb 2003 16:14:05 -0000 Received: from moutng.kundenserver.de (212.227.126.183) by daedalus.apache.org with SMTP; 10 Feb 2003 16:14:05 -0000 Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18iGZL-0002Km-00 for user@ant.apache.org; Mon, 10 Feb 2003 17:14:07 +0100 Received: from [212.202.192.70] (helo=cyberspaceroad.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18iGZL-0000Dk-00 for user@ant.apache.org; Mon, 10 Feb 2003 17:14:07 +0100 Message-ID: <3E47CFF4.2090707@cyberspaceroad.com> Date: Mon, 10 Feb 2003 17:14:44 +0100 From: Adam Hardy Reply-To: user@ant.apache.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: filelist dir attribute References: <021E6761-3D0E-11D7-BE2E-000393A564E6@ehatchersolutions.com> In-Reply-To: <021E6761-3D0E-11D7-BE2E-000393A564E6@ehatchersolutions.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N has the same effect of putting the working directory onto the front, and puts it onto the front of each item. Unless there's an attribute I don't know about? I haven't got to the war file yet! I'm just working on the deploy task now. Dist comes later. If at all possible. Erik Hatcher wrote: > On Monday, February 10, 2003, at 10:23 AM, Adam Hardy wrote: > >> And in my build.xml classpath.refid: >> >> >> >> > > > Just use: > > > > > > No need to hack Ant to do this, its already supported. > > But as far as keeping things like ${struts.jar} out of the build file... > how do you then include it in your WAR file? I find that its a good > thing to spell the JAR's out explicitly. > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > >