On Mon, 2 Jan 2006, Karthik <[EMAIL PROTECTED]> wrote:

>   Can this be done in another way

Sure.

>   1)Create destination targets fixed for 1..n servers in the
>     build.xml.

works

>   2)fire the Ant tasks in loop for deployment.

loops are not really supported in Ant - and not liked by most Ant
developers either.

Personally I'd write a deploy-all target that depends on the targets
of step one and add the new target name to the depends list if you add
a new system.

Stefan

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

Reply via email to