RE: Problem with condition selection property; Help needed

2007-11-01 Thread Shailesh Sharma
obal Trade)" wrote: Are you still having problems with this? You need to use the foreach task, rather than the for task. -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 7:32 AM > To: Ant Users List >

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
reach task, rather than the for task. -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 7:32 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Help needed > > I am using fo

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
reach task, rather than the for task. -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 7:32 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Help needed > > I am u

RE: Problem with condition selection property; Help needed

2007-04-11 Thread Shailesh Sharma
dition selection property; Help needed actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it circumstantial. Kevin Jackson wrote: Hi, You are setting a property to a value (n | y) in your [input] task. As soon as you set a property it keeps that value for the whole

RE: Problem with condition selection property; Help needed

2007-04-10 Thread bill
proceed. HTH Bill -Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 8:13 AM To: Ant Users List Subject: Re: Problem with condition selection property; Help needed actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So

RE: Problem with condition selection property; Help needed

2007-04-10 Thread bill
-Original Message- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 8:13 AM To: Ant Users List Subject: Re: Problem with condition selection property; Help needed actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it

Re: Problem with condition selection property; Help needed

2007-04-10 Thread Shailesh Sharma
actually, the deployer is sometimes suggested to just deploy 1 or 2 or 3 or etc. So, it circumstantial. Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, You are setting a property to a value (n | y) in your [input] task. As soon as you set a property it keeps that value for the whole buil

Re: Problem with condition selection property; Help needed

2007-04-09 Thread Kevin Jackson
Hi, You are setting a property to a value (n | y) in your task. As soon as you set a property it keeps that value for the whole build as ant properties are immutable. It won't behave like you expect and each time reset to the value you choose, it will just be the first value that you set. I'm

RE: Problem with condition selection property; Help needed

2007-04-09 Thread Shailesh Sharma
is? You need to use the foreach task, rather than the for task. -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 7:32 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Hel

RE: Problem with condition selection property; Help needed

2007-04-09 Thread Anderson, Rob (Global Trade)
> *** You have chosen not to deploy > ${sourceappname.a}. * > Deploying ${sourceappname.a} > > > > > -Rob Anderson > > > > > -Original Message- > > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > > Sent: Thursday, Ma

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
de)" wrote: > Shailesh, When fail is executed, the build fails. What are > you expecting > to happen? > > -Rob Anderson > > > > > -Original Message- > > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 26, 2007 7:01

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
${sourceappname.a}. * Deploying ${sourceappname.a} -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 7:54 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Help needed >

RE: Problem with condition selection property; Help needed

2007-03-30 Thread Anderson, Rob (Global Trade)
${sourceappname.a}. * Deploying ${sourceappname.a} -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 7:54 AM > To: Ant Users List > Subject: RE: Problem with condition selection property; Help

RE: Problem with condition selection property; Help needed

2007-03-29 Thread Shailesh Sharma
lesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, March 26, 2007 7:01 PM > To: Ant Users List > Subject: Re: Problem with condition selection property; Help needed > > I am still scratching my head on my problem. Any help is > much much appreciated. > > Best Regards. &

RE: Problem with condition selection property; Help needed

2007-03-28 Thread Anderson, Rob (Global Trade)
Shailesh, When fail is executed, the build fails. What are you expecting to happen? -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, March 26, 2007 7:01 PM > To: Ant Users List > Subject: Re: Problem with condition sel

Re: Problem with condition selection property; Help needed

2007-03-26 Thread Shailesh Sharma
I am still scratching my head on my problem. Any help is much much appreciated. Best Regards. Shailesh Sharma <[EMAIL PROTECTED]> wrote: Hi, I have a "for loop" in one target that iterates through few times and then call my actual deployment target". The problem is that when I accept

Problem with condition selection property; Help needed

2007-03-26 Thread Shailesh Sharma
Hi, I have a "for loop" in one target that iterates through few times and then call my actual deployment target". The problem is that when I accept "n" (i.e NO) as the first selection, the whole build just comes out of the loop and do not allow me to choose selection for the rest of the