Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 78346 invoked from network); 13 Jul 2006 22:44:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 22:44:43 -0000 Received: (qmail 2968 invoked by uid 500); 13 Jul 2006 22:44:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 2684 invoked by uid 500); 13 Jul 2006 22:44:37 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 2673 invoked by uid 99); 13 Jul 2006 22:44:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 15:44:37 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.58.157] (HELO web55108.mail.re4.yahoo.com) (206.190.58.157) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Jul 2006 15:44:36 -0700 Received: (qmail 44870 invoked by uid 60001); 13 Jul 2006 22:44:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3AUBW4a1ljs01HYhn4stMWLwx6Ob4UROKJMKUI5bXnRvjYgx7tP1I3mWk13s83k1Zi+dyLWp81KqsJAETRUuyRETAJFNWTAr8d73vsK2fY3gii9cGi+TVudMNikbOhimfykM2os8PeXz6osOmBjwMf+jcU+ajR3WuSCD8lXIujQ= ; Message-ID: <20060713224415.44868.qmail@web55108.mail.re4.yahoo.com> Received: from [66.10.233.130] by web55108.mail.re4.yahoo.com via HTTP; Thu, 13 Jul 2006 15:44:15 PDT Date: Thu, 13 Jul 2006 15:44:15 -0700 (PDT) From: Matt Benson Subject: Re: trouble passing args to To: Ant Users List In-Reply-To: <44B6CA80.3010607@tinypictures.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --- Rich Goldman wrote: > 'ant -v' helped, thanks! > > Here's a snippet of verbosity i received: > > [apply] The ' characters around the executable > and arguments are > [apply] not part of the command. > [apply] Output redirected to > /home/rich/workspace/radar/server/webapp/build/webapp/css/register.css > [apply] Executing > '/home/rich/workspace/radar/tjlib/server/common/../../tools/bin/linux/csstidy-1.2' > with arguments: > [apply] > '/home/rich/workspace/radar/server/webapp/web/css/settings.css' > [apply] '--silent=true' > [apply] > '/home/rich/workspace/radar/server/webapp/build/webapp/css/home/rich/workspace/radar/server/webapp/build/webapp/css/settings.css' > > So I had to remove '${deploy.css}' from the > 'to' attribute. I > don't know if that's a bug or not? I'm just happy it > works now. Mappers can be kind of funny. It would probably take a lot of research to decide whether that is a bug. :) -Matt > > > > type="glob" > from="*.css" > to="*.css"/> > failonerror="yes" dest="${deploy.css}" > verbose="yes" > parallel="false"> > > > > includes="*.css"/> > > > > > > > > > > > > Matt Benson wrote: > > >--- Rich Goldman wrote: > > > > > > > >>Hi, no, that's not it, unfortunately. I just > noticed > >>that myself, but it > >>looks I deleted it by accident in the email, not > the > >>code itself. > >> > >> > > > >You can run Ant with the -v "verbose" flag to see > the > >command lines generated. > > > >-Matt > > > > > > > >>Matt Benson wrote: > >> > >> > >> > >>>>My output files are empty when I run this. Does > >>>>anyone know what I'm > >>>>doing wrong? > >>>> > >>>> > >>>> > >>>> > >>>> > >>>The first thing I notice is that your commandline > >>>example was --silent=true, but your element > >>>shows "-silent=true". Could that be it? > >>> > >>>-Matt > >>> > >>> > >>> > >>> > >>> > >> > >> > >> > >--------------------------------------------------------------------- > > > > > >>To unsubscribe, e-mail: > >>user-unsubscribe@ant.apache.org > >>For additional commands, e-mail: > >>user-help@ant.apache.org > >> > >> > >> > >> > > > > > >__________________________________________________ > >Do You Yahoo!? > >Tired of spam? Yahoo! Mail has the best spam > protection around > >http://mail.yahoo.com > > > >--------------------------------------------------------------------- > >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 > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org