From 60f7e5dff777ecc24135b6246db4110def849145 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig These ant tasks are wrappers around Continuus Source Manager. They have been tested
- agains versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.
<blgenclient ejbjar="lib/secutest-ejb.jar" clientjar="lib/client.jar" debug="true" mode="fork"> version="5">
<classpath>
- <pathelement locacation="mymodule.jar"/>
+ <pathelement location="mymodule.jar"/>
</classpath>
</blgenclient>
diff --git a/docs/manual/OptionalTasks/antlr.html b/docs/manual/OptionalTasks/antlr.html
index 5812da2c5..68f2c362f 100644
--- a/docs/manual/OptionalTasks/antlr.html
+++ b/docs/manual/OptionalTasks/antlr.html
@@ -91,7 +91,7 @@
diff --git a/docs/manual/OptionalTasks/ccm.html b/docs/manual/OptionalTasks/ccm.html
index 6b0cfc841..b89cec53e 100644
--- a/docs/manual/OptionalTasks/ccm.html
+++ b/docs/manual/OptionalTasks/ccm.html
@@ -17,7 +17,7 @@
diagnostic
- Generates a text file with debugging infomation based on the target grammar.
+ Generates a text file with debugging information based on the target grammar.
No
author: Benoit Mousaud (benoit.moussaud@criltelecom.com)
makes all .test.jsp
, and .new
files belong to
-group webdev. Directories begining with test_
also will belong
+group webdev. Directories beginning with test_
also will belong
to webdev, but if there is a directory that ends in .new
or a file
that begins with test_
it will be unaffected.
Changes the owner of a file or all files inside specified directories. Right now it has effect only under Unix. The owner -atribute is equivalent to the coresponding argument for the chown +attribute is equivalent to the corresponding argument for the chown command.
FileSets, @@ -121,8 +121,8 @@ owner.
makes cgi scripts, files with a .old
extension or
-directories begining with private_
belong to the user named
-webadmin. A directory ending in .old
or a file begining with
+directories beginning with private_
belong to the user named
+webadmin. A directory ending in .old
or a file beginning with
private_
would remain unaffected.
Ant provides several optional tasks for working with ClearCase. These tasks correspond to various -ClearCase commands using the Cleartool program. The current tasks avaliable for Ant correspond to only +ClearCase commands using the Cleartool program. The current tasks available for Ant correspond to only a few of the significant ClearCase commands.
More tasks can be easily added by deriving from the ClearCase class and then adding diff --git a/docs/manual/OptionalTasks/csc.html b/docs/manual/OptionalTasks/csc.html index e6f42a2cf..f2da7dd87 100644 --- a/docs/manual/OptionalTasks/csc.html +++ b/docs/manual/OptionalTasks/csc.html @@ -46,7 +46,7 @@
- Compiles C# source into executables or modules. csc.exe on Windows or mcs on any other platform must be on the execute path, unless another executable or the full path to that executable is specified in the executable parameterAll parameters are optional: <csc/> should suffice to produce a debug build of all *.cs files. However, naming an destFilestops the csc compiler from choosing an output name from random, and allows the dependency checker to determine if the file is out of date.
The task is a directory based task, so attributes like includes="*.cs" and excludes="broken.cs" can be used to control the files pulled in. By default, all *.cs files from the project folder down are included in the command. When this happens the output file -if not specified- is taken as the first file in the list, which may be somewhat hard to control. Specifying the output file with destFile seems prudent.
For more complex source trees, nested src elemements can be supplied. When such an element is present, the implicit fileset is ignored. This makes sense, when you think about it :)
References to external files can be made through the references attribute, or (since Ant1.6), via nested <reference> filesets. With the latter, the timestamps of the references are also used in the dependency checking algorithm.
Example
<csc optimize="true" debug="false" docFile="documentation.xml" warnLevel="4" unsafe="false" targetType="exe" incremental="false" mainClass = "MainApp" destFile="NetApp.exe" > <src dir="src" includes="*.cs" /> <reference file="${testCSC.dll}" /> <define name="RELEASE" /> <define name="DEBUG" if="debug.property"/> <define name="def3" unless="def3.property"/> </csc>+ Compiles C# source into executables or modules. csc.exe on Windows or mcs on any other platform must be on the execute path, unless another executable or the full path to that executable is specified in the executable parameterAll parameters are optional: <csc/> should suffice to produce a debug build of all *.cs files. However, naming an destFilestops the csc compiler from choosing an output name from random, and allows the dependency checker to determine if the file is out of date.
The task is a directory based task, so attributes like includes="*.cs" and excludes="broken.cs" can be used to control the files pulled in. By default, all *.cs files from the project folder down are included in the command. When this happens the output file -if not specified- is taken as the first file in the list, which may be somewhat hard to control. Specifying the output file with destFile seems prudent.
For more complex source trees, nested src elements can be supplied. When such an element is present, the implicit fileset is ignored. This makes sense, when you think about it :)
References to external files can be made through the references attribute, or (since Ant1.6), via nested <reference> filesets. With the latter, the timestamps of the references are also used in the dependency checking algorithm.
Example
<csc optimize="true" debug="false" docFile="documentation.xml" warnLevel="4" unsafe="false" targetType="exe" incremental="false" mainClass = "MainApp" destFile="NetApp.exe" > <src dir="src" includes="*.cs" /> <reference file="${testCSC.dll}" /> <define name="RELEASE" /> <define name="DEBUG" if="debug.property"/> <define name="def3" unless="def3.property"/> </csc>
<depend>
should also
+ <depend>
should also
check dependenciesThe wlrun task supports nested <classpath> and <wlclasspath> -elements to set the repsective classpaths.
+elements to set the respective classpaths.Warning: there have been problems reported concerning the ftp get with newer attribute. Problems might be due to format of ls -l differing from what is expected by commons-net, -for instance due to specificities of langage used by the ftp server in the directory listing. +for instance due to specificities of language used by the ftp server in the directory listing. If you encounter such a problem, please send an email including a sample directory listing coming from your ftp server (ls -l on the ftp prompt).
/somedir/dirb
tree,
it will start at the leaves moving up to the root, so that when
it tries to remove a directory it is sure all the directories under it are
already removed.
-Obviuosly all the files in the tree must have been already deleted.
+Obviously all the files in the tree must have been already deleted.
As an example suppose you want to delete everything contained into
/somedir
, so invoke first the <ftp>
task with
diff --git a/docs/manual/OptionalTasks/icontract.html b/docs/manual/OptionalTasks/icontract.html
index f1c861091..2b7e1f3a8 100644
--- a/docs/manual/OptionalTasks/icontract.html
+++ b/docs/manual/OptionalTasks/icontract.html
@@ -110,7 +110,7 @@ Instruments Java classes with i
classdir
- Indicates where compiled (unistrumented) classes are located.
+ Indicates where compiled (uninstrumented) classes are located.
This is required in order to properly update the icontrol.properties file, not
for instrumentation.
Only if
diff --git a/docs/manual/OptionalTasks/image.html b/docs/manual/OptionalTasks/image.html
index 716797821..1e960017a 100644
--- a/docs/manual/OptionalTasks/image.html
+++ b/docs/manual/OptionalTasks/image.html
@@ -96,7 +96,7 @@
updateicontrol=true
@@ -154,7 +154,7 @@ ImageOperation can handle nested Rotate, Draw, Rectangle, Text and Scale objects
followSymlinks
- Boolean value. Sets whether or not symbolic links hsould be followed.
+ Boolean value. Sets whether or not symbolic links should be followed.
no (defaults to true)
Search for extension in single file refencing external Extension
+Search for extension in single file referencing external Extension
<extension id="myext" extensionName="org.apache.tools.ant" diff --git a/docs/manual/OptionalTasks/jarlib-manifest.html b/docs/manual/OptionalTasks/jarlib-manifest.html index 7827b2fad..04f38961b 100644 --- a/docs/manual/OptionalTasks/jarlib-manifest.html +++ b/docs/manual/OptionalTasks/jarlib-manifest.html @@ -50,7 +50,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.options
ExtensionSets containing all optional dependencies for jar. (Optional dependencies will be used if - present else they wilkl be ignored)
+ present else they will be ignored)Examples
Basic Manifest generated for single Extension
diff --git a/docs/manual/OptionalTasks/jarlib-resolve.html b/docs/manual/OptionalTasks/jarlib-resolve.html index 5e863bf64..0334ac4b0 100644 --- a/docs/manual/OptionalTasks/jarlib-resolve.html +++ b/docs/manual/OptionalTasks/jarlib-resolve.html @@ -12,7 +12,7 @@Try to locate a jar to satisfy an extension and place location of jar into property. The task allows you to add a number of resolvers that are capable of locating a - library for a specifc extension. Each resolver will be attempted + library for a specific extension. Each resolver will be attempted in specified order until library is found or no resolvers are left. If no resolvers are left and failOnError is true then a BuildException will be thrown.
@@ -46,7 +46,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.
Resolve Extension via multiple methods. First check local file to see if it implements - extension. If it does not then try to build it from source in parralel directory. If that + extension. If it does not then try to build it from source in parallel directory. If that fails then finally try to download it from a website. If all steps fail then throw a build exception.
diff --git a/docs/manual/OptionalTasks/jjtree.html b/docs/manual/OptionalTasks/jjtree.html index 643efe321..19b5b13f0 100644 --- a/docs/manual/OptionalTasks/jjtree.html +++ b/docs/manual/OptionalTasks/jjtree.html @@ -517,7 +517,7 @@ is set to true when invoking JJTree. --*) Footnote: When running JJTree with the Ant taskdesk jjtree the option
-OUTPUT_DIRECTORY
must always +*) Footnote: When running JJTree with the Ant taskdef jjtree the option
-OUTPUT_DIRECTORY
must always be set, because the project's basedir and the ant working directory might differ. So even if you don't specify the jjtree taskdef outputdirectory JJTree will be called with the-OUTPUT_DIRECTORY
set to the project's basedirectory. But when the-OUTPUT_DIRECTORY
is set, the-OUTPUT_FILE
setting is handled as if relative to this diff --git a/docs/manual/OptionalTasks/jpcoverage.html b/docs/manual/OptionalTasks/jpcoverage.html index ff1555540..1494b22b9 100644 --- a/docs/manual/OptionalTasks/jpcoverage.html +++ b/docs/manual/OptionalTasks/jpcoverage.html @@ -54,7 +54,7 @@ Perform code covering functions by comparing source code line execution to the phome -The directory where JProbe is intalled. +The directory where JProbe is installed. Yes @@ -380,7 +380,7 @@ Oro in Ant classpath, to run the reference feature. home -The directory where JProbe is intalled. +The directory where JProbe is installed. Yes diff --git a/docs/manual/OptionalTasks/jspc.html b/docs/manual/OptionalTasks/jspc.html index 3c5d73e5b..eee085217 100644 --- a/docs/manual/OptionalTasks/jspc.html +++ b/docs/manual/OptionalTasks/jspc.html @@ -237,7 +237,7 @@ When used, the task hands off all dependency checking to the compiler. </jspc> Build all jsp pages under src/war into the destination /gensrc, in a -package heirarchy beginning with com.i3sp.jsp. +package hierarchy beginning with com.i3sp.jsp. <jspc diff --git a/docs/manual/OptionalTasks/netrexxc.html b/docs/manual/OptionalTasks/netrexxc.html index c9fb66a2d..781dd742a 100644 --- a/docs/manual/OptionalTasks/netrexxc.html +++ b/docs/manual/OptionalTasks/netrexxc.html @@ -284,13 +284,13 @@ or from the command line as
suppressExceptionNotSignalled Tells whether we should filter out the - &Exception is declared, but not signalled within the method& + &Exception is declared, but not signaled within the method& messages in strictsignal mode. no diff --git a/docs/manual/OptionalTasks/perforce.html b/docs/manual/OptionalTasks/perforce.html index 539f2b17e..9b9059499 100644 --- a/docs/manual/OptionalTasks/perforce.html +++ b/docs/manual/OptionalTasks/perforce.html @@ -224,7 +224,7 @@ available from the Perforce web suppressDeprecation -Tells wether we should filter out any deprecation-messages + Tells whether we should filter out any deprecation-messages of the compiler out. no force force a refresh of files, if this attribute has been set. -no - if ommitted, it will be off, + no - if omitted, it will be off, otherwise a refresh will be forced. diff --git a/docs/manual/OptionalTasks/pvcstask.html b/docs/manual/OptionalTasks/pvcstask.html index 0e113d5a9..c9ed19c35 100644 --- a/docs/manual/OptionalTasks/pvcstask.html +++ b/docs/manual/OptionalTasks/pvcstask.html @@ -43,7 +43,7 @@ The pvcs task allows the user of ant to extract the latest edition of the source code from a PVCS repository. PVCS is a version control system developed by Merant. @@ -91,22 +91,22 @@ attributes are required, depending on the tool.
-This version has been tested agains PVCS version 6.5 and 6.6 under Windows and Solaris. +This version has been tested against PVCS version 6.5 and 6.6 under Windows and Solaris.
Pvcs Task
diff --git a/docs/manual/OptionalTasks/replaceregexp.html b/docs/manual/OptionalTasks/replaceregexp.html index 2060e9762..a05a29f34 100644 --- a/docs/manual/OptionalTasks/replaceregexp.html +++ b/docs/manual/OptionalTasks/replaceregexp.html @@ -49,7 +49,7 @@ See details in the documentation of the flagsThe flags to use when matching the regular expression. For more information, consult the Perl5 syntax
- g : Global replacement. Replace all occurences found
+ g : Global replacement. Replace all occurrences found
i : Case Insensitive. Do not consider case in the match
m : Multiline. Treat the string as multiple lines of input, using "^" and "$" as the start or end of any line, respectively, rather than start or end of string.
s : Singleline. Treat the string as a single line of input, using "." to match any character, including a newline, which normally, it would not match.
@@ -60,7 +60,7 @@ See details in the documentation of the bylineProcess the file(s) one line at a time, executing the replacement on one line at a time (true/false). This is useful if you - want to only replace the first occurence of a regular expression on + want to only replace the first occurrence of a regular expression on each line, which is not easy to do when processing the file as a whole. Defaults to false. No diff --git a/docs/manual/OptionalTasks/rpm.html b/docs/manual/OptionalTasks/rpm.html index b0b544997..eeb7f5731 100644 --- a/docs/manual/OptionalTasks/rpm.html +++ b/docs/manual/OptionalTasks/rpm.html @@ -1,3 +1,4 @@ + diff --git a/docs/manual/OptionalTasks/scp.html b/docs/manual/OptionalTasks/scp.html index 459215233..d01464743 100644 --- a/docs/manual/OptionalTasks/scp.html +++ b/docs/manual/OptionalTasks/scp.html @@ -33,7 +33,7 @@ jsch-0.1.14.file The file to copy. This can be a local path or a remote path of the form user[:password]@host:/directory/path. - :password can be ommitted if you use key based + :password can be omitted if you use key based authentication or specify the password attribute. The way remote path is recognized is whether it contains @ character or not. This will not work if your localPath contains @ character. @@ -59,7 +59,7 @@ jsch-0.1.14.todir The directory to copy to. This can be a local path or a remote path of the form user[:password]@host:/directory/path. - :password can be ommitted if you use key based + :password can be omitted if you use key based authentication or specify the password attribute. The way remote path is recognized is whether it contains @ character or not. This will not work if your localPath contains @ character. @@ -209,7 +209,7 @@ authentication.Security Note: Hard coding passwords and/or usernames in scp task can be a serious security hole. Consider using variable -substituion and include the password on the command line. For example:
+substitution and include the password on the command line. For example:
<scp todir="${username}:${password}@host:/dir" ...>diff --git a/docs/manual/OptionalTasks/script.html b/docs/manual/OptionalTasks/script.html index 36f42b621..814737bdd 100644 --- a/docs/manual/OptionalTasks/script.html +++ b/docs/manual/OptionalTasks/script.html @@ -85,7 +85,7 @@ print "message is %s" % message start on the first column.- The following script shows a little more complicted jruby example: + The following script shows a little more complicated jruby example:
<script language="ruby"> @@ -256,7 +256,7 @@ For getting the size of a file we instantiate ajava.io.File
. So we normal Java API here.
Finally we use the <echo> task for producing the output. The task is not executed by its execute() method, because the perform() method (implemented in Task itself) does the -apropriate logging before and after invoking execute(). +appropriate logging before and after invoking execute(). diff --git a/docs/manual/OptionalTasks/scriptdef.html b/docs/manual/OptionalTasks/scriptdef.html index 396bc1e5f..8284aa676 100755 --- a/docs/manual/OptionalTasks/scriptdef.html +++ b/docs/manual/OptionalTasks/scriptdef.html @@ -14,7 +14,7 @@ scripting languages supported by Apache BSF may be used to define the script. Scriptdef provides a mechanism to encapsulate control logic from a build within an Ant task minimizing the need for -proviuding control style tasks in Ant itself. Complex logic can be made +providing control style tasks in Ant itself. Complex logic can be made available while retaining the simple structure of an Ant build file. Scriptdef is also useful for prototyping new custom tasks. Certainly as the complexity of the script increases it would be better to migrate the task definition @@ -123,7 +123,7 @@ more information on writing scripts, please refer to theExamples
-The following definition creates a task which supprts an attribute called +The following definition creates a task which supports an attribute called attr and two nested elements, one being a fileset and the other a path. When executed, the resulting task logs the value of the attribute and the basedir of the first fileset. diff --git a/docs/manual/OptionalTasks/serverdeploy.html b/docs/manual/OptionalTasks/serverdeploy.html index 6b0216270..f3e9f2381 100644 --- a/docs/manual/OptionalTasks/serverdeploy.html +++ b/docs/manual/OptionalTasks/serverdeploy.html @@ -70,7 +70,7 @@ attributes are required, depending on the tool.
A fully qualified path/filename of the component to be deployed. This may be an .ear, .jar, .war, or any other type that is supported by the server. -Tool dependant +Tool dependent classpath The classpath to be passed to the JVM running the tool. The classpath may also be supplied as a nested element. -Tool dependant +Tool dependent server The address or URL for the server where the component will be deployed. -Tool dependant +Tool dependent username The user with privileges to deploy applications to the server. -Tool dependant +Tool dependent @@ -231,7 +231,7 @@ WebLogic server: password The password of the user with privileges to deploy applications to the server. -Tool dependant +Tool dependent
The JOnAS element contains additional attributes to run the
JonasAdmin
deployment tool.
diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html
index 010523bc1..c650bdd29 100644
--- a/docs/manual/OptionalTasks/sshexec.html
+++ b/docs/manual/OptionalTasks/sshexec.html
@@ -31,7 +31,7 @@ jsch-0.1.9 and won't work with versions of jsch earlier than
Security Note: Hard coding passwords and/or usernames
in sshexec task can be a serious security hole. Consider using variable
-substituion and include the password on the command line. For example:
+substitution and include the password on the command line. For example:
<sshexec host="somehost" username="${username}" diff --git a/docs/manual/OptionalTasks/starteam.html b/docs/manual/OptionalTasks/starteam.html index 82f3ed863..f0642175c 100644 --- a/docs/manual/OptionalTasks/starteam.html +++ b/docs/manual/OptionalTasks/starteam.html @@ -552,7 +552,7 @@ and the third from a tree rooted at C:\dev\buildtest\co\src\java all to a tree rDescription
-Creates a view label in StarTeam at the specified view. The label will be classified by StarTeam as a "build label". This task will fail if there already exexists in viewname a label with the same name as the label parameter. +Creates a view label in StarTeam at the specified view. The label will be classified by StarTeam as a "build label". This task will fail if there already exists in viewname a label with the same name as the label parameter.Parameters
See also the required common StarTeam parameters.
@@ -686,7 +686,7 @@ See also the required common StarTeam parameters.asofdate -List files, dates, and statusess as of this date. + List files, dates, and statuses as of this date. The date must be formatted in ISO8601 datetime ( yyyy-MM-dd'T'HH:mm:ss
), ISO8601 date(yyyy-MM-dd
) or a user-defined SimpleDateFormat diff --git a/docs/manual/OptionalTasks/symlink.html b/docs/manual/OptionalTasks/symlink.html index e7a840ca4..4d3999df1 100644 --- a/docs/manual/OptionalTasks/symlink.html +++ b/docs/manual/OptionalTasks/symlink.html @@ -97,7 +97,7 @@ set of links to record, or a set of property files to create links from.Java 1.2 and earlier: Due to limitations on executing system - level comands in Java versions earlier than 1.3 this task may have difficulty + level commands in Java versions earlier than 1.3 this task may have difficulty operating with a relative path in ANT_HOME. The typical symptom is an IOException where ant can't find /some/working/directory${ANT_HOME}/bin/antRun or something similar. The workaround is to change your ANT_HOME environment @@ -109,7 +109,7 @@ set of links to record, or a set of property files to create links from.
absolute paths. On non-unix systems this may cause false positives. Furthermore, any operating system on which the commandln -s <linkname> <resourcename>
is not a valid - command on the comand line will not be able to use action="single" or + command on the command line will not be able to use action="single" or action="recreate". Action="record" and action=delete should still work. Finally, the lack of support for symlinks in Java means that all links are recorded as links to the canonical resource name. Therefore the link: diff --git a/docs/manual/OptionalTasks/test.html b/docs/manual/OptionalTasks/test.html index cea53394f..207de2627 100644 --- a/docs/manual/OptionalTasks/test.html +++ b/docs/manual/OptionalTasks/test.html @@ -10,7 +10,7 @@Test
Description
This is a primitive task to execute a unit test in the org.apache.testlet framework.
-This task is deprectated as the Testlet framework has been +
This task is deprecated as the Testlet framework has been abandoned in favor of JUnit by the Avalon community.
Note: This task depends on external libraries not included in the Ant distribution. See diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html index 0513d774e..cd4c39212 100644 --- a/docs/manual/OptionalTasks/vss.html +++ b/docs/manual/OptionalTasks/vss.html @@ -244,7 +244,7 @@ project.
version An existing file or project version to label. By default the current - version is labelled. + version is labeled.No diff --git a/docs/manual/OptionalTasks/wljspc.html b/docs/manual/OptionalTasks/wljspc.html index fb53f6fa3..495fcce34 100644 --- a/docs/manual/OptionalTasks/wljspc.html +++ b/docs/manual/OptionalTasks/wljspc.html @@ -15,7 +15,7 @@ Tested only on Weblogic 4.5.1 - NT4.0 and Solaris 5.7,5.8
src -oot of source tree for JSP, ie, the document root for your weblogic server +root of source tree for JSP, ie, the document root for your weblogic server Yes diff --git a/docs/manual/OptionalTypes/extension.html b/docs/manual/OptionalTypes/extension.html index cedbdc6c9..da4740934 100644 --- a/docs/manual/OptionalTypes/extension.html +++ b/docs/manual/OptionalTypes/extension.html @@ -79,7 +79,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html. implementationURL="http://somewhere.com/myExt.jar"/> - Fully specifiec extension object.
+Fully specific extension object.
<extension id="e1"