From a5fc8cdc687e42516bcd0dd8f112de87dc5d3ccb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 4 Sep 2000 11:18:38 +0000 Subject: [PATCH] Fixed some typos. Submitted by: Steve Sonntag git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267949 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/index.html b/docs/index.html index 658aa2f3f..5502dea25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,7 +97,7 @@ build Ant from the source code.


System Requirements

- 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.

basedir the base directory from which all path calculations are done. This attribute might be overridden by setting the "basedir" - property on forehand. When this is done, it might be ommitted in the + property on forehand. When this is done, it might be omitted in the project tag. Yes @@ -299,7 +299,7 @@ should react to, for example

always be executed.

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.


AntStructure

Description:

-

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.


Chmod

Description

-

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.

quiet - supress informational messages. + suppress informational messages. No, default "false" @@ -1707,7 +1707,7 @@ elements.

(including Windows), the default is add.

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. No @@ -1927,7 +1927,7 @@ NB: This timestamp facility only works on downloads using the HTTP protocol.

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.


@@ -1937,7 +1937,7 @@ for progess 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.

Windowtitle - Browser window title for the documenation (text) + Browser window title for the documentation (text) 1.2 No @@ -3031,7 +3031,7 @@ implementations may use other values for the home directory on Windows.
  <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.

+ already exists, it will be removed prior to renaming foo.jar.


Replace

Description

@@ -3475,7 +3475,7 @@ of now works, all other cases will emit a warning.

No -

If both millis and datetime are ommited +

If both millis and datetime are omitted the current time is assumed.

Examples

  <touch file="myfile" />
@@ -3544,7 +3544,7 @@ elements.

Yes - extention + extension desired file extension to be used for the targets. If not specified, the default is "html". No @@ -3556,7 +3556,7 @@ elements.

processor - name of the XSLT processor to use. Permissable + name of the XSLT processor to use. Permissible values are "xslp" for the XSL:P processor, "xalan" for the Apache XML Xalan processor, or the name of an arbitrary XSLTLiaison class. Defaults to xslp or xalan (in that order), if one is found in your @@ -4661,7 +4661,7 @@ If you wish to attach a listener from the command line you may use the -listener
ant -listener org.apache.tools.ant.XmlLogger
-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.