From 3935a662f58afe875f36d3fc311353c32873cf8e Mon Sep 17 00:00:00 2001
From: Stefan Bodewig - submitted by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277057 13f79535-47bb-0310-9956-ffa450edef68
---
CONTRIBUTORS | 1 +
docs/manual/CoreTasks/ant.html | 12 +--
docs/manual/CoreTasks/antcall.html | 8 +-
docs/manual/CoreTasks/apply.html | 16 ++--
docs/manual/CoreTasks/apt.html | 20 ++---
docs/manual/CoreTasks/changelog.html | 6 +-
docs/manual/CoreTasks/copy.html | 6 +-
docs/manual/CoreTasks/cvspass.html | 4 +-
docs/manual/CoreTasks/cvstagdiff.html | 4 +-
docs/manual/CoreTasks/dependset.html | 2 +-
docs/manual/CoreTasks/exec.html | 16 ++--
docs/manual/CoreTasks/fail.html | 2 +-
docs/manual/CoreTasks/import.html | 4 +-
docs/manual/CoreTasks/java.html | 4 +-
docs/manual/CoreTasks/javac.html | 4 +-
docs/manual/CoreTasks/javadoc.html | 16 ++--
docs/manual/CoreTasks/loadproperties.html | 6 +-
docs/manual/CoreTasks/macrodef.html | 12 +--
docs/manual/CoreTasks/mail.html | 2 +-
docs/manual/CoreTasks/move.html | 8 +-
docs/manual/CoreTasks/nice.html | 6 +-
docs/manual/CoreTasks/parallel.html | 8 +-
docs/manual/CoreTasks/presetdef.html | 4 +-
docs/manual/CoreTasks/property.html | 2 +-
docs/manual/CoreTasks/style.html | 8 +-
docs/manual/CoreTasks/subant.html | 2 +-
docs/manual/CoreTasks/tempfile.html | 4 +-
docs/manual/CoreTasks/tstamp.html | 4 +-
docs/manual/CoreTasks/uptodate.html | 6 +-
docs/manual/CoreTasks/whichresource.html | 2 +-
docs/manual/CoreTasks/xmlproperty.html | 2 +-
docs/manual/CoreTasks/zip.html | 2 +-
docs/manual/CoreTypes/antlib.html | 12 +--
docs/manual/CoreTypes/assertions.html | 4 +-
docs/manual/CoreTypes/custom-programming.html | 2 +-
docs/manual/CoreTypes/filterchain.html | 18 ++---
docs/manual/CoreTypes/mapper.html | 8 +-
docs/manual/CoreTypes/namespace.html | 14 ++--
docs/manual/CoreTypes/patternset.html | 2 +-
docs/manual/CoreTypes/permissions.html | 2 +-
docs/manual/CoreTypes/redirector.html | 10 +--
docs/manual/CoreTypes/selectors.html | 78 +++++++++----------
docs/manual/Integration/VAJAntTool.html | 8 +-
.../manual/OptionalTasks/BorlandEJBTasks.html | 4 +-
docs/manual/OptionalTasks/ccm.html | 6 +-
docs/manual/OptionalTasks/csc.html | 4 +-
docs/manual/OptionalTasks/dotnet.html | 6 +-
docs/manual/OptionalTasks/echoproperties.html | 2 +-
docs/manual/OptionalTasks/ejb.html | 58 +++++++-------
docs/manual/OptionalTasks/ftp.html | 2 +-
docs/manual/OptionalTasks/ilasm.html | 4 +-
docs/manual/OptionalTasks/ildasm.html | 2 +-
docs/manual/OptionalTasks/importtypelib.html | 2 +-
docs/manual/OptionalTasks/jdepend.html | 6 +-
docs/manual/OptionalTasks/jsharpc.html | 2 +-
docs/manual/OptionalTasks/jspc.html | 6 +-
docs/manual/OptionalTasks/native2ascii.html | 4 +-
docs/manual/OptionalTasks/pvcstask.html | 4 +-
docs/manual/OptionalTasks/replaceregexp.html | 8 +-
docs/manual/OptionalTasks/rexec.html | 2 +-
docs/manual/OptionalTasks/scp.html | 2 +-
docs/manual/OptionalTasks/script.html | 12 +--
docs/manual/OptionalTasks/scriptdef.html | 6 +-
docs/manual/OptionalTasks/serverdeploy.html | 4 +-
docs/manual/OptionalTasks/setproxy.html | 2 +-
docs/manual/OptionalTasks/splash.html | 2 +-
docs/manual/OptionalTasks/stylebook.html | 4 +-
docs/manual/OptionalTasks/symlink.html | 6 +-
docs/manual/OptionalTasks/telnet.html | 4 +-
docs/manual/OptionalTasks/test.html | 2 +-
docs/manual/OptionalTasks/vbc.html | 4 +-
docs/manual/OptionalTasks/vss.html | 2 +-
docs/manual/OptionalTasks/wsdltodotnet.html | 4 +-
docs/manual/OptionalTypes/classfileset.html | 4 +-
docs/manual/develop.html | 8 +-
docs/manual/dirtasks.html | 58 +++++++-------
docs/manual/intro.html | 2 +-
docs/manual/platform.html | 2 +-
docs/manual/running.html | 2 +-
.../tutorial-tasks-filesets-properties.html | 18 ++---
docs/manual/tutorial-writing-tasks.html | 16 ++--
81 files changed, 324 insertions(+), 323 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b989752d2..4d4105d07 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -112,6 +112,7 @@ Kevin Ross
Kevin Z Grey
Kirk Wylie
Kyle Adams
+Larry Shatzer
Larry Streepy
Les Hughes
Levi Cook
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 134d0d14b..6366fe5c0 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -33,14 +33,14 @@ by using nested property tags. These properties are always passed
to the new project and any project created in that project
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.
<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 true, all references will be copied, but they will not override references defined in the new project.
-Nested <reference> elements +
Nested <reference>
elements
can also be used to copy references from the calling project to the
new project, optionally under a different id. References taken from
nested elements will override existing references that have been
@@ -105,7 +105,7 @@ inside of targets.
<*ant*>
tasks with inheritall set to
false (see above). refid
attribute points to a
reference in the calling project, not in the new one.
@@ -142,7 +142,7 @@ href="../CoreTypes/propertyset.html">propertysets.
You can specify multiple targets using nested <target> elements +
You can specify multiple targets using nested <target>
elements
instead of using the target attribute. These will be executed as if
Ant had been invoked with a single target whose dependencies are the
targets so specified, in the order specified.
<ant>
task).
<project>
element
of the new project<param>
elements.
-Nested <reference> elements can +
Nested <reference>
; elements can
be used to copy references from the calling project to the new
project, optionally under a different id. References taken from
nested elements will override existing references that have been
@@ -91,7 +91,7 @@ attribute).
<*ant*>
tasks with inheritall set to
false (see above).
@@ -127,7 +127,7 @@ href="../CoreTypes/propertyset.html">propertysets.
You can specify multiple targets using nested <target> elements +
You can specify multiple targets using nested <target>
elements
instead of using the target attribute. These will be executed as if
Ant had been invoked with a single target whose dependencies are the
targets so specified, in the order specified.
<apply>
expects the target files will be placed by the
command, when it is executed.
.o
and SOURCEFILE with the absolute name of the
Applies the fictitious "processfile" executable to all files matching<mapper id="out" type="glob" from="src${file.separator}*.file" - to="dest${file.separator}*.out" /> + to="dest${file.separator}*.out"/> <apply executable="processfile" dest="dest"> <fileset dir="src" includes="*.file"/> - <mapper refid="out" /> + <mapper refid="out"/> <redirector> - <outputmapper refid="out" /> + <outputmapper refid="out"/> </redirector> </apply>
*.file
in the src
directory.
-The out
<mapper> has been set up to map
-*.file
to *.out
, then this <mapper>
+The out
<mapper>
has been set up to map
+*.file
to *.out
, then this <mapper>
is used to specify targetfile
s for this <apply>
task. A reference to out
is then used as an
-<outputmapper> nested in a <redirector>, which in turn is
-nested beneath this <apply> instance. This allows us to perform
+<outputmapper>
nested in a <redirector>
, which in turn is
+nested beneath this <apply>
instance. This allows us to perform
dependency checking against output files--the target files in this case.
Copyright © 2000-2004 The Apache Software Foundation. All rights diff --git a/docs/manual/CoreTasks/apt.html b/docs/manual/CoreTasks/apt.html index 004533a2c..e1f0279c2 100644 --- a/docs/manual/CoreTasks/apt.html +++ b/docs/manual/CoreTasks/apt.html @@ -23,13 +23,13 @@
-nocompile
flag on the Apt executable)
-factory
command line flag of the Apt executable.-factorypath
flag on the Apt executable.
-s
flag on
the Apt executable.You can specify the path used to find the classes needed by the AnnotationProcessorFactory at runtime, using this element. It is represents as a generic path like structure. This - represents the "-factorypath" flag on the Apt executable.
+ represents the-factorypath
flag on the Apt executable.
Used to represent a generic option to pass to Apt. This represents the "-A" flag on the - Apt executable. You can specify zero or more <option> elements.
+Used to represent a generic option to pass to Apt. This represents the -A
flag on the
+ Apt executable. You can specify zero or more <option>
elements.