ehatcher 2002/06/23 19:28:12
Modified: src/main/org/apache/tools/ant/taskdefs/cvslib Tag:
ANT_15_BRANCH ChangeLogTask.java CvsTagDiff.java
src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
Copy.java CVSPass.java DependSet.java Dirname.java
Echo.java Exit.java Filter.java Get.java
PathConvert.java Recorder.java Sleep.java
SQLExec.java Tstamp.java UpToDate.java
XmlProperty.java XSLTProcess.java Zip.java
src/main/org/apache/tools/ant/taskdefs/optional/ejb Tag:
ANT_15_BRANCH DDCreator.java Ejbc.java EjbJar.java
src/main/org/apache/tools/ant/taskdefs/optional/depend Tag:
ANT_15_BRANCH Depend.java
src/main/org/apache/tools/ant/taskdefs/optional/extension
Tag: ANT_15_BRANCH JarLibAvailableTask.java
JarLibDisplayTask.java JarLibResolveTask.java
src/main/org/apache/tools/ant/taskdefs/optional/metamata
Tag: ANT_15_BRANCH MParse.java
src/main/org/apache/tools/ant/taskdefs/optional/vss Tag:
ANT_15_BRANCH MSVSSADD.java MSVSSCHECKIN.java
MSVSSCHECKOUT.java MSVSSCP.java MSVSSCREATE.java
MSVSSGET.java MSVSSHISTORY.java MSVSSLABEL.java
src/main/org/apache/tools/ant/taskdefs/optional Tag:
ANT_15_BRANCH Native2Ascii.java NetRexxC.java
PropertyFile.java ReplaceRegExp.java Rpm.java
Script.java StyleBook.java Test.java
src/main/org/apache/tools/ant/taskdefs/optional/perforce
Tag: ANT_15_BRANCH P4Add.java P4Change.java
P4Counter.java P4Delete.java P4Have.java
P4Label.java P4Reopen.java P4Revert.java
P4Submit.java P4Sync.java
src/main/org/apache/tools/ant/taskdefs/optional/pvcs Tag:
ANT_15_BRANCH Pvcs.java
src/main/org/apache/tools/ant/taskdefs/optional/j2ee Tag:
ANT_15_BRANCH ServerDeploy.java
src/main/org/apache/tools/ant/taskdefs/optional/sos Tag:
ANT_15_BRANCH SOSCheckin.java SOSCheckout.java
SOSGet.java SOSLabel.java
src/main/org/apache/tools/ant/taskdefs/optional/sound Tag:
ANT_15_BRANCH SoundTask.java
src/main/org/apache/tools/ant/taskdefs/optional/splash Tag:
ANT_15_BRANCH SplashTask.java
src/main/org/apache/tools/ant/taskdefs/optional/starteam
Tag: ANT_15_BRANCH StarTeamCheckout.java
StarTeamLabel.java StarTeamList.java
src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_15_BRANCH TelnetTask.java
src/main/org/apache/tools/ant/taskdefs/optional/ide Tag:
ANT_15_BRANCH VAJImport.java
src/main/org/apache/tools/ant/taskdefs/optional/jsp Tag:
ANT_15_BRANCH WLJspc.java
src/main/org/apache/tools/ant/taskdefs/optional/dotnet Tag:
ANT_15_BRANCH WsdlToDotnet.java
Log:
More minor sweep-ups. Very unlikely there will be much more, I promise.
Revision Changes Path
No revision
No revision
1.14.2.2 +3 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java
Index: ChangeLogTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- ChangeLogTask.java 19 Jun 2002 01:22:13 -0000 1.14.2.1
+++ ChangeLogTask.java 24 Jun 2002 02:28:08 -0000 1.14.2.2
@@ -74,8 +74,8 @@
import org.apache.tools.ant.types.FileSet;
/**
- * Change log task.
- * The task will examine the output of cvs log and group related changes
together.
+ * Examines the output of cvs log and group related changes together.
+ *
* It produces an XML output representing the list of changes.
* <PRE>
* <FONT color=#0000ff><!-- Root element --></FONT>
1.6.2.2 +3 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java
Index: CvsTagDiff.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- CvsTagDiff.java 19 Jun 2002 01:20:21 -0000 1.6.2.1
+++ CvsTagDiff.java 24 Jun 2002 02:28:08 -0000 1.6.2.2
@@ -70,8 +70,8 @@
import java.util.Vector;
/**
- * Cvs tag diff.
- * The task will examine the output of cvs rdiff between two tags.
+ * Examines the output of cvs rdiff between two tags.
+ *
* It produces an XML output representing the list of changes.
* <PRE>
* <!-- Root element -->
No revision
No revision
1.42.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Copy.java
Index: Copy.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v
retrieving revision 1.42.2.1
retrieving revision 1.42.2.2
diff -u -r1.42.2.1 -r1.42.2.2
--- Copy.java 19 Jun 2002 00:42:43 -0000 1.42.2.1
+++ Copy.java 24 Jun 2002 02:28:08 -0000 1.42.2.2
@@ -76,7 +76,7 @@
import java.util.Enumeration;
/**
- * A consolidated copy task. Copies a file or directory to a new file
+ * Copies a file or directory to a new file
* or directory. Files are only copied if the source file is newer
* than the destination file, or when the destination file does not
* exist. It is possible to explicitly overwrite existing files.</p>
1.13.2.3 +2 -4
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java
Index: CVSPass.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/CVSPass.java,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -r1.13.2.2 -r1.13.2.3
--- CVSPass.java 19 Jun 2002 01:22:12 -0000 1.13.2.2
+++ CVSPass.java 24 Jun 2002 02:28:08 -0000 1.13.2.3
@@ -67,9 +67,7 @@
import java.io.IOException;
/**
- * CVSLogin
- *
- * Adds an new entry to a CVS password file
+ * Adds an new entry to a CVS password file.
*
* @author <a href="[EMAIL PROTECTED]">Jeff Martin</a>
* @version $Revision$
1.15.2.3 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java
Index: DependSet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -u -r1.15.2.2 -r1.15.2.3
--- DependSet.java 19 Jun 2002 01:22:12 -0000 1.15.2.2
+++ DependSet.java 24 Jun 2002 02:28:08 -0000 1.15.2.3
@@ -66,7 +66,7 @@
import org.apache.tools.ant.types.FileList;
/**
- * A Task to record explicit dependencies. If any of the target files
+ * Examines and removes out of date target files. If any of the target files
* are out of date with respect to any of the source files, all target
* files are removed. This is useful where dependencies cannot be
* computed (for example, dynamically interpreted parameters or files
1.2.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java
Index: Dirname.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Dirname.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- Dirname.java 19 Jun 2002 01:21:03 -0000 1.2.2.1
+++ Dirname.java 24 Jun 2002 02:28:08 -0000 1.2.2.2
@@ -60,7 +60,7 @@
import org.apache.tools.ant.Task;
/**
- * Task to determine the directory name of the specified file.
+ * Determines the directory name of the specified file.
*
* This task can accept the following attributes:
* <ul>
1.20.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Echo.java
Index: Echo.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Echo.java,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -r1.20.2.1 -r1.20.2.2
--- Echo.java 19 Jun 2002 02:17:27 -0000 1.20.2.1
+++ Echo.java 24 Jun 2002 02:28:08 -0000 1.20.2.2
@@ -63,7 +63,7 @@
import java.io.FileWriter;
import java.io.IOException;
/**
- * Echo
+ * Writes a message to the Ant logging facilities.
*
* @author [EMAIL PROTECTED]
*
1.16.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Exit.java
Index: Exit.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Exit.java,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -r1.16.2.1 -r1.16.2.2
--- Exit.java 19 Jun 2002 02:17:27 -0000 1.16.2.1
+++ Exit.java 24 Jun 2002 02:28:08 -0000 1.16.2.2
@@ -59,7 +59,7 @@
/**
- * Exit the active build, giving an additional message
+ * Exits the active build, giving an additional message
* if available.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nico Seessle</a>
1.16.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Filter.java
Index: Filter.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Filter.java,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -r1.16.2.1 -r1.16.2.2
--- Filter.java 19 Jun 2002 02:17:27 -0000 1.16.2.1
+++ Filter.java 24 Jun 2002 02:28:08 -0000 1.16.2.2
@@ -61,8 +61,8 @@
import org.apache.tools.ant.Project;
/**
- * Sets a token filter that is used by the file copy methods
- * of the project to do token substitution, or sets mutiple tokens by
+ * Sets a token filter that is used by the file copy tasks
+ * to do token substitution. Sets mutiple tokens by
* reading these from a file.
*
* @author Stefano Mazzocchi
1.25.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Get.java
Index: Get.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Get.java,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -u -r1.25.2.2 -r1.25.2.3
--- Get.java 19 Jun 2002 04:23:19 -0000 1.25.2.2
+++ Get.java 24 Jun 2002 02:28:08 -0000 1.25.2.3
@@ -69,7 +69,7 @@
import org.apache.tools.ant.util.JavaEnvUtils;
/**
- * Get a particular file from a URL source.
+ * Gets a particular file from a URL source.
* Options include verbose reporting, timestamp based fetches and controlling
* actions on failures. NB: access through a firewall only works if the whole
* Java runtime is correctly configured.
1.18.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/PathConvert.java
Index: PathConvert.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/PathConvert.java,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -r1.18.2.2 -r1.18.2.3
--- PathConvert.java 19 Jun 2002 17:18:18 -0000 1.18.2.2
+++ PathConvert.java 24 Jun 2002 02:28:08 -0000 1.18.2.3
@@ -69,7 +69,7 @@
import java.io.File;
/**
- * This task converts path and classpath information to a specific target OS
+ * Converts path and classpath information to a specific target OS
* format. The resulting formatted path is placed into the specified
property.
*
* @author Larry Streepy <a href="mailto:[EMAIL PROTECTED]">
1.12.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java
Index: Recorder.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -r1.12.2.1 -r1.12.2.2
--- Recorder.java 20 Jun 2002 03:45:12 -0000 1.12.2.1
+++ Recorder.java 24 Jun 2002 02:28:08 -0000 1.12.2.2
@@ -67,7 +67,7 @@
import java.util.Hashtable;
/**
- * Add a listener to the current build process that records the
+ * Adds a listener to the current build process that records the
* output to a file.
* <p>Several recorders can exist at the same time. Each recorder is
* associated with a file. The filename is used as a unique identifier for
1.10.2.3 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Sleep.java
Index: Sleep.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Sleep.java,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -r1.10.2.2 -r1.10.2.3
--- Sleep.java 23 Jun 2002 03:25:39 -0000 1.10.2.2
+++ Sleep.java 24 Jun 2002 02:28:08 -0000 1.10.2.3
@@ -58,7 +58,8 @@
import org.apache.tools.ant.BuildException;
/**
- * Sleep for a period of time
+ * Sleep, or pause, for a period of time.
+ *
* A task for sleeping a short period of time, useful when a
* build or deployment process requires an interval between tasks.
*<p>
1.42.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/SQLExec.java
Index: SQLExec.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/SQLExec.java,v
retrieving revision 1.42.2.2
retrieving revision 1.42.2.3
diff -u -r1.42.2.2 -r1.42.2.3
--- SQLExec.java 23 Jun 2002 03:27:07 -0000 1.42.2.2
+++ SQLExec.java 24 Jun 2002 02:28:08 -0000 1.42.2.3
@@ -92,7 +92,7 @@
import java.sql.ResultSetMetaData;
/**
- * Executes a series of SQL statements to a database using JDBC.
+ * Executes a series of SQL statements on a database using JDBC.
*
* <p>Statements can
* either be read in from a text file using the <i>src</i> attribute or from
1.27.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
Index: Tstamp.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Tstamp.java,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -r1.27.2.1 -r1.27.2.2
--- Tstamp.java 17 Jun 2002 07:11:42 -0000 1.27.2.1
+++ Tstamp.java 24 Jun 2002 02:28:08 -0000 1.27.2.2
@@ -72,7 +72,7 @@
import java.text.SimpleDateFormat;
/**
- * Sets properties to the current time.
+ * Sets properties to the current time, or offsets from the current time.
* The default properties are TSTAMP, DSTAMP and TODAY;
*
* @author [EMAIL PROTECTED]
1.19.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/UpToDate.java
Index: UpToDate.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/UpToDate.java,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -r1.19.2.1 -r1.19.2.2
--- UpToDate.java 30 May 2002 01:47:56 -0000 1.19.2.1
+++ UpToDate.java 24 Jun 2002 02:28:08 -0000 1.19.2.2
@@ -70,7 +70,7 @@
import java.util.Vector;
/**
- * Will set the given property if the specified target has a timestamp
+ * Sets the given property if the specified target has a timestamp
* greater than all of the source files.
*
* @author William Ferguson
1.2.2.3 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java
Index: XmlProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- XmlProperty.java 21 Jun 2002 06:30:30 -0000 1.2.2.2
+++ XmlProperty.java 24 Jun 2002 02:28:08 -0000 1.2.2.3
@@ -72,8 +72,9 @@
import java.util.Vector;
/**
- * Task that gets property values from a valid xml file,
+ * Loads property values from a valid XML file,
* generating the property names from the file's element and attribute names.
+ *
* Example:
* <pre>
* <root-tag myattr="true">
1.43.2.5 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
Index: XSLTProcess.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java,v
retrieving revision 1.43.2.4
retrieving revision 1.43.2.5
diff -u -r1.43.2.4 -r1.43.2.5
--- XSLTProcess.java 21 Jun 2002 06:52:35 -0000 1.43.2.4
+++ XSLTProcess.java 24 Jun 2002 02:28:08 -0000 1.43.2.5
@@ -69,7 +69,7 @@
import org.xml.sax.EntityResolver;
/**
- * A Task to process via XSLT a set of XML documents. This is
+ * Processes a set of XML documents via XSLT. This is
* useful for building views of XML based documentation.
*
* @version $Revision$
1.78.2.4 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java
Index: Zip.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v
retrieving revision 1.78.2.3
retrieving revision 1.78.2.4
diff -u -r1.78.2.3 -r1.78.2.4
--- Zip.java 21 Jun 2002 17:29:44 -0000 1.78.2.3
+++ Zip.java 24 Jun 2002 02:28:08 -0000 1.78.2.4
@@ -84,7 +84,7 @@
import org.apache.tools.zip.ZipEntry;
/**
- * Create a zipfile.
+ * Create a Zip file.
*
* @author James Davidson <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
* @author Jon S. Stevens <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
No revision
No revision
1.14.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java
Index: DDCreator.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- DDCreator.java 19 Jun 2002 20:52:15 -0000 1.14.2.1
+++ DDCreator.java 24 Jun 2002 02:28:09 -0000 1.14.2.2
@@ -63,7 +63,7 @@
import java.io.File;
/**
- * Build a serialised deployment descriptor given a text file description of
the
+ * Builds a serialized deployment descriptor given a text file description
of the
* descriptor in the format supported by WebLogic.
*
* This ant task is a front end for the weblogic DDCreator tool.
1.18.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java
Index: Ejbc.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -r1.18.2.2 -r1.18.2.3
--- Ejbc.java 22 Jun 2002 23:40:22 -0000 1.18.2.2
+++ Ejbc.java 24 Jun 2002 02:28:09 -0000 1.18.2.3
@@ -63,7 +63,7 @@
import java.io.File;
/**
- * Build EJB support classes using Weblogic's ejbc tool from a directory
containing
+ * Builds EJB support classes using WebLogic's ejbc tool from a directory
containing
* a set of deployment descriptors.
*
*
1.34.2.3 +3 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java
Index: EjbJar.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java,v
retrieving revision 1.34.2.2
retrieving revision 1.34.2.3
diff -u -r1.34.2.2 -r1.34.2.3
--- EjbJar.java 20 Jun 2002 00:35:46 -0000 1.34.2.2
+++ EjbJar.java 24 Jun 2002 02:28:09 -0000 1.34.2.3
@@ -76,8 +76,9 @@
import org.apache.tools.ant.types.FileSet;
/**
+ * Provides automated EJB JAR file creation.
* <p>
- * Provides automated EJB JAR file creation. Extends the
+ * Extends the
* MatchingTask class provided in the default ant distribution to provide a
* directory scanning EJB jarfile generator.
* </p>
@@ -473,7 +474,7 @@
/**
* Controls whether the
- * destination jars are written out in the destination directory with
+ * destination JARs are written out in the destination directory with
* the same hierarchical structure from which the deployment descriptors
* have been read. If this is set to true the generated EJB jars are
* written into the root of the destination directory, otherwise they
No revision
No revision
1.27.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java
Index: Depend.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/Depend.java,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -r1.27.2.1 -r1.27.2.2
--- Depend.java 20 Jun 2002 00:35:46 -0000 1.27.2.1
+++ Depend.java 24 Jun 2002 02:28:09 -0000 1.27.2.2
@@ -74,7 +74,7 @@
import org.apache.tools.ant.util.depend.DependencyAnalyzer;
/**
- * Generate a dependency file for a given set of classes
+ * Generates a dependency file for a given set of classes.
*
* @author Conor MacNeill
*/
No revision
No revision
1.1.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.java
Index: JarLibAvailableTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- JarLibAvailableTask.java 22 Jun 2002 23:40:22 -0000 1.1.2.2
+++ JarLibAvailableTask.java 24 Jun 2002 02:28:09 -0000 1.1.2.3
@@ -61,7 +61,7 @@
import org.apache.tools.ant.Task;
/**
- * Check whether an extension is present in a fileset or an extensionSet.
+ * Checks whether an extension is present in a fileset or an extensionSet.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
* @ant.task name="jarlib-available"
1.1.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.java
Index: JarLibDisplayTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- JarLibDisplayTask.java 22 Jun 2002 23:40:22 -0000 1.1.2.1
+++ JarLibDisplayTask.java 24 Jun 2002 02:28:09 -0000 1.1.2.2
@@ -62,8 +62,8 @@
import org.apache.tools.ant.types.FileSet;
/**
- * Display the "Optional Package" and "Package Specification" information
- * contained within the specified jars.
+ * Displays the "Optional Package" and "Package Specification" information
+ * contained within the specified JARs.
*
* <p>Prior to JDK1.3, an "Optional Package" was known as an Extension.
* The specification for this mechanism is available in the JDK1.3
1.2.2.5 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibResolveTask.java
Index: JarLibResolveTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/JarLibResolveTask.java,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -r1.2.2.4 -r1.2.2.5
--- JarLibResolveTask.java 24 Jun 2002 00:52:36 -0000 1.2.2.4
+++ JarLibResolveTask.java 24 Jun 2002 02:28:09 -0000 1.2.2.5
@@ -65,7 +65,7 @@
/**
* Tries to locate a JAR to satisfy an extension and place
- * location of jar into property.
+ * location of JAR into property.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jeff Turner</a>
No revision
No revision
1.11.2.2 +3 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/metamata/MParse.java
Index: MParse.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/metamata/MParse.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- MParse.java 23 Jun 2002 06:05:31 -0000 1.11.2.1
+++ MParse.java 24 Jun 2002 02:28:09 -0000 1.11.2.2
@@ -72,7 +72,8 @@
import java.util.Random;
/**
- * Simple Metamata MParse task based on the original written by
+ * Simple Metamata MParse task.
+ * Based on the original written by
* <a href="mailto:[EMAIL PROTECTED]">Thomas Haas</a>.
*
* This version was written for Metamata 2.0 available at
@@ -299,7 +300,7 @@
/**
* return all options of the command line as string elements
- * @param an array of options corresponding to the setted options.
+ * @return an array of options corresponding to the setted options.
*/
protected String[] getOptions(){
Vector options = new Vector();
No revision
No revision
1.4.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java
Index: MSVSSADD.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- MSVSSADD.java 23 Jun 2002 19:29:35 -0000 1.4.2.2
+++ MSVSSADD.java 24 Jun 2002 02:28:09 -0000 1.4.2.3
@@ -59,7 +59,7 @@
import org.apache.tools.ant.types.Path;
/**
- * Task to perform Add commands to Microsoft Visual Source Safe.
+ * Performs Add commands to Microsoft Visual SourceSafe.
* Based on the VSS Checkin code by Martin Poeschl
*
* @author Nigel Magnay
1.8.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java
Index: MSVSSCHECKIN.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- MSVSSCHECKIN.java 23 Jun 2002 19:29:35 -0000 1.8.2.1
+++ MSVSSCHECKIN.java 24 Jun 2002 02:28:09 -0000 1.8.2.2
@@ -61,7 +61,7 @@
import java.io.File;
/**
- * Task to perform CheckIn commands to Microsoft Visual Source Safe.
+ * Performs CheckIn commands to Microsoft Visual SourceSafe.
*
* @author Martin Poeschl
*
1.8.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java
Index: MSVSSCHECKOUT.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- MSVSSCHECKOUT.java 23 Jun 2002 19:29:35 -0000 1.8.2.1
+++ MSVSSCHECKOUT.java 24 Jun 2002 02:28:09 -0000 1.8.2.2
@@ -61,7 +61,7 @@
import java.io.File;
/**
- * Task to perform CheckOut commands to Microsoft Visual Source Safe.
+ * Performs CheckOut commands to Microsoft Visual SourceSafe.
* <p>If you specify two or more attributes from version, date and
* label only one will be used in the order version, date, label.</p>
* @author Martin Poeschl
1.3.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCP.java
Index: MSVSSCP.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCP.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- MSVSSCP.java 23 Jun 2002 19:29:35 -0000 1.3.2.1
+++ MSVSSCP.java 24 Jun 2002 02:28:09 -0000 1.3.2.2
@@ -58,7 +58,7 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to perform CP (Change Project) commands to Microsoft Visual Source
Safe.
+ * Performs CP (Change Project) commands to Microsoft Visual SourceSafe.
* <p>This task is typically used before a VssAdd in order to set the target
project</p>
* Based on the VSS Checkin code by Martin Poeschl
*
1.3.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.java
Index: MSVSSCREATE.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.java,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- MSVSSCREATE.java 23 Jun 2002 19:29:35 -0000 1.3.2.2
+++ MSVSSCREATE.java 24 Jun 2002 02:28:09 -0000 1.3.2.3
@@ -58,7 +58,7 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Creates a new project in VSS.
+ * Creates a new project in Microsoft Visual SourceSafe.
* <p>
* The following attributes are interpreted:
* <table border="1">
1.17.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java
Index: MSVSSGET.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -r1.17.2.1 -r1.17.2.2
--- MSVSSGET.java 23 Jun 2002 19:29:35 -0000 1.17.2.1
+++ MSVSSGET.java 24 Jun 2002 02:28:09 -0000 1.17.2.2
@@ -61,7 +61,7 @@
import java.io.File;
/**
- * Task to perform GET commands to Microsoft Visual Source Safe.
+ * Perform Get commands to Microsoft Visual SourceSafe.
* <p>
* The following attributes are interpreted:
* <table border="1">
1.9.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.java
Index: MSVSSHISTORY.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- MSVSSHISTORY.java 23 Jun 2002 19:29:35 -0000 1.9.2.1
+++ MSVSSHISTORY.java 24 Jun 2002 02:28:10 -0000 1.9.2.2
@@ -65,7 +65,7 @@
import java.text.SimpleDateFormat;
import java.text.ParseException;
/**
- * Task to perform HISTORY commands to Microsoft Visual Source Safe.
+ * Performs History commands to Microsoft Visual SourceSafe.
*
* @author Balazs Fejes 2
* @author [EMAIL PROTECTED]
1.11.2.2 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java
Index: MSVSSLABEL.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- MSVSSLABEL.java 23 Jun 2002 19:29:35 -0000 1.11.2.1
+++ MSVSSLABEL.java 24 Jun 2002 02:28:10 -0000 1.11.2.2
@@ -58,7 +58,8 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to perform LABEL commands to Microsoft Visual Source Safe.
+ * Performs Label commands to Microsoft Visual SourceSafe.
+ *
* <p>
* The following attributes are interpreted:
* <table border="1">
No revision
No revision
1.7.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java
Index: Native2Ascii.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- Native2Ascii.java 3 Jun 2002 17:39:18 -0000 1.7.2.1
+++ Native2Ascii.java 24 Jun 2002 02:28:10 -0000 1.7.2.2
@@ -67,7 +67,7 @@
import java.io.File;
/**
- * Convert files from native encodings to ascii.
+ * Converts files from native encodings to ASCII.
*
* @author <a href="[EMAIL PROTECTED]">Drew Sudell</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
1.19.2.1 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
Index: NetRexxC.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -r1.19 -r1.19.2.1
--- NetRexxC.java 15 Apr 2002 14:56:30 -0000 1.19
+++ NetRexxC.java 24 Jun 2002 02:28:10 -0000 1.19.2.1
@@ -73,7 +73,8 @@
import org.apache.tools.ant.types.EnumeratedAttribute;
/**
- * Task to compile NetRexx source files. This task can take the following
+ * Compiles NetRexx source files.
+ * This task can take the following
* arguments:
* <ul>
* <li>binary</li>
1.21.2.3 +4 -4
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java
Index: PropertyFile.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -u -r1.21.2.2 -r1.21.2.3
--- PropertyFile.java 23 Jun 2002 19:47:19 -0000 1.21.2.2
+++ PropertyFile.java 24 Jun 2002 02:28:10 -0000 1.21.2.3
@@ -78,10 +78,9 @@
import java.text.DecimalFormat;
/**
- *PropertyFile task uses java.util.Properties to modify integer, String and
- *Date settings in a property file.<p>
- *
+ *Modifies settings in a property file.
*
+ * <p>
*The following is an example of its usage:
* <ul><target name="setState"><br>
* <ul><property<br>
@@ -286,8 +285,9 @@
}
}
- /*
+ /**
* Returns whether the given parameter has been defined.
+ * @todo IDEA is saying this method is never used - remove?
*/
private boolean checkParam(String param) {
return !((param == null) || (param.equals("null")));
1.9.2.5 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java
Index: ReplaceRegExp.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -u -r1.9.2.4 -r1.9.2.5
--- ReplaceRegExp.java 23 Jun 2002 19:47:19 -0000 1.9.2.4
+++ ReplaceRegExp.java 24 Jun 2002 02:28:10 -0000 1.9.2.5
@@ -74,8 +74,7 @@
import java.util.Vector;
/**
- * <pre>
- * Task to do regular expression string replacements in a text
+ * Performs regular expression string replacements in a text
* file. The input file(s) must be able to be properly processed by
* a Reader instance. That is, they must be text only, no binary.
*
@@ -85,6 +84,7 @@
* is <code>org.apache.tools.ant.util.regexp.JakartaOroRegexp</code> and
* requires the Jakarta Oro Package).
*
+ * <pre>
* For jdk <= 1.3, there are two available implementations:
* org.apache.tools.ant.util.regexp.JakartaOroRegexp (the default)
* Requires the jakarta-oro package
1.8.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java
Index: Rpm.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- Rpm.java 23 Jun 2002 22:46:18 -0000 1.8.2.1
+++ Rpm.java 24 Jun 2002 02:28:10 -0000 1.8.2.2
@@ -70,7 +70,7 @@
import org.apache.tools.ant.types.Commandline;
/**
- *
+ * Invokes the rpm tool to build a Linux installation file.
* @author [EMAIL PROTECTED]
*/
public class Rpm extends Task {
1.14.2.4 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Script.java
Index: Script.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Script.java,v
retrieving revision 1.14.2.3
retrieving revision 1.14.2.4
diff -u -r1.14.2.3 -r1.14.2.4
--- Script.java 23 Jun 2002 22:46:18 -0000 1.14.2.3
+++ Script.java 24 Jun 2002 02:28:10 -0000 1.14.2.4
@@ -64,7 +64,7 @@
import org.apache.tools.ant.BuildException;
/**
- * Execute a script
+ * Executes a script.
*
* @ant.task name="script"
* @author Sam Ruby <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
1.7.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/StyleBook.java
Index: StyleBook.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/StyleBook.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- StyleBook.java 23 Jun 2002 22:45:55 -0000 1.7.2.1
+++ StyleBook.java 24 Jun 2002 02:28:10 -0000 1.7.2.2
@@ -60,7 +60,7 @@
import org.apache.tools.ant.taskdefs.Java;
/**
- * This executes the apache Stylebook documentation generator.
+ * Executes the Apache Stylebook documentation generator.
* Unlike the commandline version of this tool, all three arguments
* are required to run stylebook.
* <p>
1.8.2.2 +1 -0
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Test.java
Index: Test.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Test.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- Test.java 23 Jun 2002 22:45:55 -0000 1.8.2.1
+++ Test.java 24 Jun 2002 02:28:10 -0000 1.8.2.2
@@ -61,6 +61,7 @@
* This is a primitive task to execute a unit test in the org.apache.testlet
framework.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
+ * @ant.task ignore="true"
*/
public class Test extends Java {
No revision
No revision
1.7.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Add.java
Index: P4Add.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Add.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- P4Add.java 23 Jun 2002 06:04:19 -0000 1.7.2.1
+++ P4Add.java 24 Jun 2002 02:28:11 -0000 1.7.2.2
@@ -68,7 +68,7 @@
import org.apache.tools.ant.Project;
import org.apache.tools.ant.types.FileSet;
-/** P4Add - add specified files to Perforce.
+/** Adds specified files to Perforce.
*
* <b>Example Usage:</b>
* <table border="1">
1.11.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Change.java
Index: P4Change.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Change.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- P4Change.java 23 Jun 2002 06:04:19 -0000 1.11.2.1
+++ P4Change.java 24 Jun 2002 02:28:11 -0000 1.11.2.2
@@ -63,7 +63,7 @@
import org.apache.tools.ant.Project;
/**
- * Request a new changelist from the Perforce server.
+ * Requests a new changelist from the Perforce server.
* P4Change creates a new changelist in perforce. P4Change sets the property
* ${p4.change} with the new changelist number. This should then be passed
into
* p4edit and p4submit.
1.6.2.2 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Counter.java
Index: P4Counter.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Counter.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- P4Counter.java 23 Jun 2002 06:04:19 -0000 1.6.2.1
+++ P4Counter.java 24 Jun 2002 02:28:11 -0000 1.6.2.2
@@ -63,7 +63,8 @@
import org.apache.tools.ant.Project;
/**
- * Obtain or set the value of a counter.
+ * Obtains or sets the value of a counter.
+ *
* <p> When used in its base form
* (where only the counter name is provided), the counter value will be
* printed to the output stream. When the value is provided, the counter
1.5.2.3 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Delete.java
Index: P4Delete.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Delete.java,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- P4Delete.java 23 Jun 2002 06:04:19 -0000 1.5.2.2
+++ P4Delete.java 24 Jun 2002 02:28:11 -0000 1.5.2.3
@@ -55,14 +55,14 @@
import org.apache.tools.ant.BuildException;
-/** P4Delete - checkout file(s) for deletion.
+/** Checkout files for deletion.
*
* Example Usage:<br>
* <p4delete change="${p4.change}" view="//depot/project/foo.txt"
/><br>
*
* Simple re-write of P4Edit changing 'edit' to 'delete'.<br>
*
- * @todo: What to do if file is already open in one of our changelists
perhaps
+ * @todo What to do if file is already open in one of our changelists perhaps
* (See also [EMAIL PROTECTED] P4Edit P4Edit})?<br>
*
* @author <A HREF="mailto:[EMAIL PROTECTED]">Mike Roberts</A>, <A
HREF="mailto:[EMAIL PROTECTED]">Les Hughes</A>
1.7.2.1 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Have.java
Index: P4Have.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Have.java,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -r1.7 -r1.7.2.1
--- P4Have.java 12 Apr 2002 13:44:36 -0000 1.7
+++ P4Have.java 24 Jun 2002 02:28:11 -0000 1.7.2.1
@@ -62,7 +62,7 @@
import org.apache.tools.ant.BuildException;
-/** P4Have - lists files currently on client.
+/** Lists Perforce files currently on client.
*
* P4Have simply dumps the current file version info into
* the Ant log (or stdout).
1.10.2.2 +1 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Label.java
Index: P4Label.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Label.java,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -r1.10.2.1 -r1.10.2.2
--- P4Label.java 23 Jun 2002 06:04:19 -0000 1.10.2.1
+++ P4Label.java 24 Jun 2002 02:28:11 -0000 1.10.2.2
@@ -67,8 +67,7 @@
/**
- *
- * Create a new Perforce label and set contents to reflect current
+ * Creates a new Perforce label and set contents to reflect current
* client file revisions.
*
* Label name defaults to AntLabel if none set.
1.7.2.3 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Reopen.java
Index: P4Reopen.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Reopen.java,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -r1.7.2.2 -r1.7.2.3
--- P4Reopen.java 23 Jun 2002 06:04:19 -0000 1.7.2.2
+++ P4Reopen.java 24 Jun 2002 02:28:11 -0000 1.7.2.3
@@ -62,7 +62,7 @@
import org.apache.tools.ant.BuildException;
/*
- * Move (or reopen in Perforce speak) checkout files between changelists.
+ * Reopen Perforce checkout files between changelists.
*
* @author <A HREF="mailto:[EMAIL PROTECTED]">Les Hughes</A>
*/
1.7.2.3 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Revert.java
Index: P4Revert.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Revert.java,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -r1.7.2.2 -r1.7.2.3
--- P4Revert.java 23 Jun 2002 06:04:19 -0000 1.7.2.2
+++ P4Revert.java 24 Jun 2002 02:28:11 -0000 1.7.2.3
@@ -61,8 +61,8 @@
import org.apache.tools.ant.BuildException;
-/*
- * Revert open files or files in a changelist
+/**
+ * Revert Perforce open files or files in a changelist
*
* @author <A HREF="mailto:[EMAIL PROTECTED]">Les Hughes</A>
*/
1.9.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Submit.java
Index: P4Submit.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Submit.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- P4Submit.java 23 Jun 2002 06:04:19 -0000 1.9.2.1
+++ P4Submit.java 24 Jun 2002 02:28:11 -0000 1.9.2.2
@@ -62,7 +62,7 @@
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
-/** P4Submit - submit a numbered changelist to Perforce.
+/** Submits a numbered changelist to Perforce.
*
* <B>Note:</B> P4Submit cannot (yet) submit the default changelist.
* This shouldn't be a problem with the ANT task as the usual flow is
1.8.2.2 +3 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Sync.java
Index: P4Sync.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Sync.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- P4Sync.java 23 Jun 2002 06:04:19 -0000 1.8.2.1
+++ P4Sync.java 24 Jun 2002 02:28:11 -0000 1.8.2.2
@@ -62,7 +62,8 @@
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
-/** P4Sync - synchronise client space to a perforce depot view.
+/** Synchronize client space to a Perforce depot view.
+ *
* The API allows additional functionality of the "p4 sync" command
* (such as "p4 sync -f //...#have" or other exotic invocations).</P>
*
@@ -75,7 +76,7 @@
* <tr><td>Sync to a label</td><td><P4Sync label="myPerforceLabel"
/></td></tr>
* </table>
*
- * ToDo: Add decent label error handling for non-exsitant labels
+ * @todo Add decent label error handling for non-exsitant labels
*
* @author <A HREF="mailto:[EMAIL PROTECTED]">Les Hughes</A>
*/
No revision
No revision
1.14.2.3 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java
Index: Pvcs.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -r1.14.2.2 -r1.14.2.3
--- Pvcs.java 23 Jun 2002 06:05:58 -0000 1.14.2.2
+++ Pvcs.java 24 Jun 2002 02:28:11 -0000 1.14.2.3
@@ -77,8 +77,8 @@
/**
*
- * 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
+ * Extracts the latest edition of the source code from a PVCS repository.
+ * PVCS is a version control system
* developed by <a href="http://www.merant.com/products/pvcs">Merant</a>.
* <br>
* Before using this tag, the user running ant must have access to the
commands
No revision
No revision
1.5.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java
Index: ServerDeploy.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- ServerDeploy.java 24 Jun 2002 01:40:41 -0000 1.5.2.1
+++ ServerDeploy.java 24 Jun 2002 02:28:11 -0000 1.5.2.2
@@ -62,7 +62,7 @@
import org.apache.tools.ant.Task;
/**
- * A task to support hot deployment tools for J2EE servers.
+ * Controls hot deployment tools for J2EE servers.
*
* This class is used as a framework for the creation of vendor specific
* hot deployment tools.
No revision
No revision
1.4.2.1 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.java
Index: SOSCheckin.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- SOSCheckin.java 12 Apr 2002 13:26:53 -0000 1.4
+++ SOSCheckin.java 24 Jun 2002 02:28:11 -0000 1.4.2.1
@@ -57,7 +57,8 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to commit and unlock file(s) in Visual Source Safe via a
SourceOffSite server.
+ * Commits and unlocks files in Visual SourceSafe via a SourceOffSite server.
+ *
* <p>
* The following attributes are interpretted:
* <table border="1">
1.4.2.1 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckout.java
Index: SOSCheckout.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckout.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- SOSCheckout.java 12 Apr 2002 13:26:53 -0000 1.4
+++ SOSCheckout.java 24 Jun 2002 02:28:11 -0000 1.4.2.1
@@ -57,7 +57,8 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to retreive and lock file(s) in Visual Source Safe via a
SourceOffSite server.
+ * Retrieves and locks files in Visual SourceSafe via a SourceOffSite server.
+ *
* <p>
* The following attributes are interpretted:
* <table border="1">
1.4.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.java
Index: SOSGet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.java,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- SOSGet.java 23 Jun 2002 07:27:10 -0000 1.4.2.1
+++ SOSGet.java 24 Jun 2002 02:28:11 -0000 1.4.2.2
@@ -57,8 +57,8 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to retrieve a read-only copy of the specified project or file.
- * from Visual Source Safe via a SourceOffSite server.
+ * Retrieves a read-only copy of the specified project or file
+ * from Visual SourceSafe via a SourceOffSite server.
* <p>
* The following attributes are interpretted:
* <table border="1">
1.4.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java
Index: SOSLabel.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- SOSLabel.java 23 Jun 2002 07:27:10 -0000 1.4.2.1
+++ SOSLabel.java 24 Jun 2002 02:28:11 -0000 1.4.2.2
@@ -57,7 +57,7 @@
import org.apache.tools.ant.types.Commandline;
/**
- * Task to label a Visual Source Safe via a SourceOffSite server.
+ * Labels Visual SourceSafe files via a SourceOffSite server.
* <p>
* The following attributes are interpreted:
* <table border="1">
No revision
No revision
1.7.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java
Index: SoundTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- SoundTask.java 23 Jun 2002 06:37:03 -0000 1.7.2.1
+++ SoundTask.java 24 Jun 2002 02:28:11 -0000 1.7.2.2
@@ -63,7 +63,7 @@
import java.util.Vector;
/**
- * This is an example of an AntTask that makes of use of the AntSoundPlayer.
+ * Plays a sound file at the end of the build, according to whether the
build failed or succeeded.
*
* There are three attributes to be set:
*
No revision
No revision
1.3.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.java
Index: SplashTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- SplashTask.java 23 Jun 2002 06:37:52 -0000 1.3.2.1
+++ SplashTask.java 24 Jun 2002 02:28:12 -0000 1.3.2.2
@@ -66,7 +66,7 @@
import org.apache.tools.ant.Task;
/**
- * creates a splash screen. The splash screen is displayed
+ * Creates a splash screen. The splash screen is displayed
* for the duration of the build and includes a handy progress bar as
* well. Use in conjunction with the sound task to provide interest
* whilst waiting for your builds to complete...
No revision
No revision
1.9.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java
Index: StarTeamCheckout.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- StarTeamCheckout.java 23 Jun 2002 07:55:39 -0000 1.9.2.1
+++ StarTeamCheckout.java 24 Jun 2002 02:28:12 -0000 1.9.2.2
@@ -68,8 +68,8 @@
import org.apache.tools.ant.Project;
/**
- * This class logs into StarTeam checks out any changes that have occurred
since
- * the last successful build. It also creates all working directories on the
+ * Checks out files from a StarTeam project.
+ * It also creates all working directories on the
* local directory if appropriate. Ant Usage:
* <pre>
* <taskdef name="starteamcheckout"
1.9.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java
Index: StarTeamLabel.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- StarTeamLabel.java 23 Jun 2002 07:55:39 -0000 1.9.2.1
+++ StarTeamLabel.java 24 Jun 2002 02:28:12 -0000 1.9.2.2
@@ -65,8 +65,8 @@
import org.apache.tools.ant.BuildException;
/**
- * This class logs into StarTeam and creates a label for the repository at
the
- * time of the last successful build.
+ * Creates a view label in StarTeam at the specified view.
+ *
* Ant Usage:
* <pre>
* <taskdef name="stlabel"
1.6.2.2 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java
Index: StarTeamList.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- StarTeamList.java 23 Jun 2002 07:55:39 -0000 1.6.2.1
+++ StarTeamList.java 24 Jun 2002 02:28:12 -0000 1.6.2.2
@@ -66,8 +66,8 @@
import org.apache.tools.ant.BuildException;
/**
- * StarTeamList.java
- *
+ * Produces a listing of the contents of the StarTeam repository
+ * at the specified view and StarTeamFolder.
*
* Created: Tue Dec 25 06:51:14 2001
*
No revision
No revision
1.12.2.3 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
Index: TelnetTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -r1.12.2.2 -r1.12.2.3
--- TelnetTask.java 23 Jun 2002 06:05:46 -0000 1.12.2.2
+++ TelnetTask.java 24 Jun 2002 02:28:12 -0000 1.12.2.3
@@ -67,7 +67,7 @@
import java.util.Vector;
/**
- * Class to provide automated telnet protocol support for the Ant build tool
+ * Automates the telnet protocol.
*
* @author <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
* @version $Revision$
No revision
No revision
1.14.2.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImport.java
Index: VAJImport.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImport.java,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- VAJImport.java 23 Jun 2002 22:37:20 -0000 1.14.2.1
+++ VAJImport.java 24 Jun 2002 02:28:12 -0000 1.14.2.2
@@ -65,7 +65,7 @@
/**
* Import source, class files, and resources to the Visual Age for Java
- * workspace using FileSets.
+ * workspace.
* <p>
* Example:
* <pre>
No revision
No revision
1.8.2.1 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/WLJspc.java
Index: WLJspc.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/WLJspc.java,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- WLJspc.java 15 Apr 2002 13:36:20 -0000 1.8
+++ WLJspc.java 24 Jun 2002 02:28:12 -0000 1.8.2.1
@@ -69,7 +69,7 @@
import java.util.StringTokenizer;
/**
- * Class to precompile JSP's using weblogic's jsp compiler (weblogic.jspc)
+ * Precompiles JSP's using WebLogic's JSP compiler (weblogic.jspc).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Avik Sengupta</a>
http://www.webteksoftware.com
*
No revision
No revision
1.5.2.3 +2 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java
Index: WsdlToDotnet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- WsdlToDotnet.java 19 Jun 2002 06:18:43 -0000 1.5.2.2
+++ WsdlToDotnet.java 24 Jun 2002 02:28:12 -0000 1.5.2.3
@@ -58,7 +58,8 @@
import java.io.File;
/**
- * Task to convert a WSDL file/url into a dotnet language.
+ * Converts a WSDL file or URL resource into a .NET language.
+ *
* See "Creating an XML Web Service Proxy", "wsdl.exe" docs in
* the framework SDK documentation
* @author Steve Loughran [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>