ext-simon.stei...@nokia.com schrieb am 20.04.2011 um 05:11 (+0000): > Hi, > > If I call 1, why is it printing info about 2 by default, how does 2 > affect 1?: ant 1 -v > > Complete build sequence is [1, 2, ]
Note the word "complete". In 1.8.1 at least, the output pertinent to your question is like: Build sequence for target(s) `x' is [z, x] Complete build sequence is [z, x, y, ] So one line for the specific build sequence for your target, another one listing all targets. Ultimately, I don't know. I've never given this much thought. You can still write your own logger. -- Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org