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 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 also not sure that using a loop is the best way to achieve your
requirements, isn't it easier to just deploy all of the ear files in
an output directory regardless of how many there are?  Why do you need
to loop at all?

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to