At 10:51 1/12/00 -0800, you wrote: >As a follow-up -- anytime I specify more than one target on the >command-line, I can get different behaviour than if I run the targets as >separate ant commands -- eg., 'ant init state boot' will behave very >differently than if I run 'ant init ; ant state ; ant boot' (the former >will fail, the latter succeeds).
The only things that I have run across in the past are the various state values not being reset. An example include values of properties that are conditionally set (ie via available). Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
