Steve,
> Flow I is:
>
> init, compileI, test, deployI
>
> Flow II is
>
> init, compileII, preverify, test, deployII
I would argue that the only difference should be the deployment.
Compilation is generally the same, right?
Why not have everything the same except for the deployment:
$ ant targetI
"depends" on all the lower-level stuff, and deploys to your target I, and
$ and targetII "depends" on the same stuff, but does a different deployment.
-chirs
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|