diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index bfecfcb73..1cdc13bec 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -20,15 +20,19 @@ in the supplied directory (dir attribute) is used.
If no target attribute is supplied, the default target of the new project is used.
By default, all of the properties of the current project will be
-available in the new project. Alternatively, you can
-set the inheritAll attribute to false
and only
+available in the new project. Alternatively, you can set the
+inheritAll attribute to false
and only
"user" properties (i.e., those passed on the command-line)
will be passed to the new project. In either case, the set of
-properties passed to the new project will override the properties that
-are set in the new project (See also the property task).
You can also set properties in the new project from the old project by -using nested property tags. These properties are always passed regardless of the -setting of inheritAll. This allows you to parameterize your subprojects.
+properties passed to the new project will override the properties that +are set in the new project (See also the property task). + +You can also set properties in the new project from the old project +by using nested property tags. These properties are always passed +regardless of the setting of inheritAll. This allows you to +parameterize your subprojects. Properties defined on the command line +can not be overridden by nested <property> elements.
References to data types can also be passed to the new project, but
by default they are not. If you set the inheritrefs attribute to
diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html
index bfd746287..1fba7fc68 100644
--- a/docs/manual/CoreTasks/antcall.html
+++ b/docs/manual/CoreTasks/antcall.html
@@ -21,9 +21,11 @@ set the inheritAll attribute to false
and only
will be passed to the new project. In either case, the set of
properties passed to the new project will override the properties that
are set in the new project (See also the property task).
You can also set properties in the new project from the old project by -using nested param tags. These properties are always passed regardless of the -setting of inheritAll. This allows you to parameterize your subprojects.
+You can also set properties in the new project from the old project +by using nested param tags. These properties are always passed +regardless of the setting of inheritAll. This allows you to +parameterize your subprojects. Properties defined on the command line +can not be overridden by nested <param> elements.
Nested <reference> elements can be used to copy references from the calling project to the new