Re: Setting a property based on a command-line parameter

2006-07-24 Thread cknell
-- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> Sent: Mon, 24 Jul 2006 10:31:31 -0700 To: "Ant Users List" Subject: RE: Re: Setting a property based on a command-line pa

RE: Re: Setting a property based on a command-line parameter

2006-07-24 Thread Anderson, Rob (Global Trade)
... ... ... -Rob A > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, July 21, 2006 1:11 PM > To: user@ant.apache.org > Subject: RE: Re: Setting a property based on a command-line parameter > > is almost right, but it doesn't

Re: Re: Setting a property based on a command-line parameter

2006-07-21 Thread Dominique Devienne
L PROTECTED] - email -Original Message- From: Joe Moore <[EMAIL PROTECTED]> Sent: Fri, 21 Jul 2006 12:56:39 -0700 (PDT) To: Ant Users List Subject: Re: Setting a property based on a command-line parameter Charles, Look at the Conditions task, Supported conditions

RE: Re: Setting a property based on a command-line parameter

2006-07-21 Thread cknell
00 (PDT) To: Ant Users List Subject: Re: Setting a property based on a command-line parameter Charles, Look at the Conditions task, Supported conditions in the Ant manual. This has a test to see if a property is set or not. The Tstamp task has an offset attribute that you can use to chan

Re: Setting a property based on a command-line parameter

2006-07-21 Thread Joe Moore
Moore [EMAIL PROTECTED] - Original Message From: [EMAIL PROTECTED] To: user@ant.apache.org Sent: Friday, July 21, 2006 3:41:05 PM Subject: Setting a property based on a command-line parameter I'm using Ant to orchestrate a processing pipeline that begins with a query to an Oracle dat

RE: Setting a property based on a command-line parameter

2006-07-21 Thread cknell
D] - email -Original Message- From: [EMAIL PROTECTED] Sent: Fri, 21 Jul 2006 15:41:05 -0400 To: user@ant.apache.org Subject: Setting a property based on a command-line parameter I'm using Ant to orchestrate a processing pipeline that begins with a query to an Oracle database

Setting a property based on a command-line parameter

2006-07-21 Thread cknell
I'm using Ant to orchestrate a processing pipeline that begins with a query to an Oracle database and ends with a file containing a report in HTML format. One of the reports I have to produce comes in two flavors; daily and weekly. These are distinguished by the lower end of the date range the S