On Sun, Dec 2, 2012 at 5:51 PM, Gábor Guta <the.ga...@gmail.com> wrote: > If I list the target names of a project from the build node, there > is an extra target with name "". Is this target represents the global > declarations?
from http://ant.apache.org/manual/using.html : "since Ant 1.6.0, every project includes an implicit target that contains any and all top-level tasks and/or types. This target will always be executed as part of the project's initialization, even when Ant is run with the -projecthelp option." I believe this "" target is the "implicit" target mentioned. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org