--- Ivan Ivanov <[EMAIL PROTECTED]> wrote:
> 
> Ant manages the target dependencies by using
> topological sorting of targets.

And yes, I forgot to mention that when Ant is run in
verbose mode it prints the build sequence and complete
build sequence. These are the two sequences for one my
build scripts:

Build sequence for target(s) `test-prod' is [-init,
compile, jar, -sqlunit.taskdef, generate, checkOS,
findWindowsBrowser, findUnixBrowser, findBrowser,
test-prod]

Complete build sequence is [-init, compile, jar,
-sqlunit.taskdef, generate, checkOS,
findWindowsBrowser, findUnixBrowser, findBrowser,
test-prod, -test.init, javadoc, -dist.init,
-include.ant, test-single-sqlunit, dist.clean,
test.compile, test, dist.prepare, test.clean, dist,
clean, -prepareDest, ]

HTH
Ivan


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

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

Reply via email to