From 23828535f5df3838adcd72bec75c338d06ba9efc Mon Sep 17 00:00:00 2001
From: Stefan Bodewig if
(or
unless
) attribute with the name of the property that the target
-should react to. For example:
<target name="build-module-A" if="module-A-present"/><target name="build-own-fake-module-A" unless="module-A-present"/>@@ -147,18 +149,16 @@ have the name"init"
. -A target name can be any alphanumeric string valid in the encoding of the XML +A target name can be any alphanumeric string valid in the encoding of the XML file. The empty string "" is in this set, as is comma "," and space " ". Please avoid using these, as they will not be supported in future Ant versions because of all the confusion they cause. IDE support of unusual target names, -or any target name containing spaces, varies with the IDE. +or any target name containing spaces, varies with the IDE.
-- -Targets beginning with a hyphen such as
"-restart"
+Targets beginning with a hyphen such as
"-restart"
are valid, and can be used -to name targets that should not be called directly from the command line. +to name targets that should not be called directly from the command line.Tasks
A task is a piece of code that can be executed.
@@ -535,7 +535,7 @@ href="CoreTypes/patternset.html">PatternSets, Copyright © 2000-2002 Apache Software Foundation. All rights +Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.