<deploy environment="integ" />
   <deploy environment="stage" basepath="${stage.basepath}" proj.wwwroot=
"${stage.proj.wwwroot}" transfertype="${stage.transfertype}" />

The second deploy specifies basepath+proj.wwwroot+transfertype, when
it should not be necessary, just like in the first deploy above.

<target name="deploy-all" depends="deploy-integ,deploy-stage,deploy-prod">
   <echo>deploying all</echo>
</target>

For the scalability issue, it's easy to have <ac:for> loop of the
value of an environments var, which would contain a comma separated
list of environements. (I think it doesn't like spaces before/after
the comma, watch out for that).

For 2 days playing with Ant, you're doing pretty well I think! ;-) --DD

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

Reply via email to