Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73291 invoked from network); 8 Jun 2007 17:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 17:40:55 -0000 Received: (qmail 79056 invoked by uid 500); 8 Jun 2007 17:40:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 78981 invoked by uid 500); 8 Jun 2007 17:40:49 -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 78969 invoked by uid 99); 8 Jun 2007 17:40:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 10:40:49 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 10:40:44 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1HwiRk-0008Cv-4r for user@ant.apache.org; Fri, 08 Jun 2007 10:40:24 -0700 Message-ID: <11030923.post@talk.nabble.com> Date: Fri, 8 Jun 2007 10:40:23 -0700 (PDT) From: caleysoldman To: user@ant.apache.org Subject: Re: can filesets be stored in a properties file? In-Reply-To: <973549.23798.qm@web55115.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tampa_dba@yahoo.com References: <11028955.post@talk.nabble.com> <973549.23798.qm@web55115.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org hi matt, thanks for your reply...here you are ant folx: my requirement is to produce sql using ant. i am enjoined not to use velocity, groovy, or anything but ant. as such, what i am trying to replicate is shell script logic because those are my marching orders. i mention this because i'm sure real application developers will object to this egregious misuse of ant... :arguing: regardless, what i did was create a working build ...all i really need to understand is how to move the fileset to an external file that will then be used based on the DBMS property which value is passed at the command line. thanks in advance for your help ant folx! Producing SQL for DBMS ${DBMS} Process @{file} ERROR: Missing Command Line Property Varialbe DBMS: ${DBMS}. -- View this message in context: http://www.nabble.com/can-filesets-be-stored-in-a-properties-file--tf3890587.html#a11030923 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org