From a5fc8cdc687e42516bcd0dd8f112de87dc5d3ccb Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
- To build and use ant you must have a JAXP compilant XML parser installed and available on your classpath. + To build and use ant you must have a JAXP compliant XML parser installed and available on your classpath.
If you do not have a JAXP compliant XML parse installed, you may use the reference implementation available from Sun. It is available from http://java.sun.com/xml. @@ -257,7 +257,7 @@ to be unique.
It is a good practice to place your tstamp tasks in a so called initialization target, on which -all other targets depend. Make sure that that target is always the first one in +all other targets depend. Make sure that target is always the first one in the depends list of the other targets. In this manual, most initialization targets have the name "init".
A target has the following attributes:
@@ -882,7 +882,7 @@ allows you to parameterize your subprojects.Generates a DTD for Ant build files which contains informations +
Generates a DTD for Ant build files which contains information about all tasks currently known to Ant.
Note that the DTD generated by this task is incomplete, you can always add XML entities using org.whatever.Myclass is found in Ant's classpath.
Changes the permissions of a file or all files inside specified directories. Right now it has efect only under Unix. +
Changes the permissions of a file or all files inside specified directories. Right now it has effect only under Unix. The permissions are also UNIX style, like the argument for the chmod command.
See the section on directory based tasks, on how the inclusion/exclusion of files works, and how to @@ -1243,7 +1243,7 @@ preferred over the checkout command, because of speed.
Note: Unless this property is specified as "asis", extra CR characters - which do not preceed a LF will be removed. + which do not precede a LF will be removed.
Gets the nightly ant build from the tomcat distribution, if the local copy is missing or out of date. Uses the verbose option -for progess information. +for progress information.
If dest is a directory the name of the destination file is the same as src (with the ".gz" extension removed if -present). If dest is ommited, the parent dir of src is +present). If dest is omitted, the parent dir of src is taken. The file is only expanded if the source file is newer than the destination file, or when the destination file does not exist.
@@ -2615,7 +2615,7 @@ instead.<rename src="foo.jar" dest="${name}-${version}.jar" />
Renames the file foo.jar
to ${name}-${version}.jar
(assuming name
and version
being predefined properties). If a file named ${name}-${version}.jar
- already exists, it will be removed prior to renameing foo.jar
.
foo.jar
.
If both millis
and datetime
are ommited
+
If both millis
and datetime
are omitted
the current time is assumed.
<touch file="myfile" />@@ -3544,7 +3544,7 @@ elements.
-will run ant with a listener which generates an XML representaion of the build progress. This +will run ant with a listener which generates an XML representation of the build progress. This listener is included with ant as is the default listener which generates the logging to standard output.ant -listener org.apache.tools.ant.XmlLogger