DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30457>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30457

static targets





------- Additional Comments From [EMAIL PROTECTED]  2004-08-04 08:30 -------
I think there is some confusion on use here. 

1. if you call ant on the command line

ant clean compile run

then everything gets executed three times

2. but if you have a target 
<target name="all" depends="clean,compile,run" /> 
then the stuff only gets run once

so the issue may not be so much staticness, but whether you want to be able to
declare a list of targets on the command line, and have all their dependencies
executed once, in the correct order.

is this what you really want?

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

Reply via email to