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
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 change the date either forward or backward. Hopefully that points you in the right direction. Joe Moo

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

2006-07-21 Thread cknell
I figured out I could do the date arithmetic in the task, so I' still looking for a way to set the value of the argument I'm sending to the SQL query. Is there some construct like setting the value of a variable in XSLT using the element? -- Charles Knell [EMAIL PROTECTED] - email -Ori