Updating the majority of the rest of the tasks with the XDoclet tags. The generated defaults.properties is *almost* the same as the current hand maintained one! git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271678 13f79535-47bb-0310-9956-ffa450edef68master
@@ -90,7 +90,7 @@ import java.util.Enumeration; | |||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Ant extends Task { | public class Ant extends Task { | ||||
@@ -79,7 +79,7 @@ import java.io.IOException; | |||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="xml" | |||||
* @ant.task category="xml" | |||||
*/ | */ | ||||
public class AntStructure extends Task { | public class AntStructure extends Task { | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Available extends Task implements Condition { | public class Available extends Task implements Condition { | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.bzip2.CBZip2InputStream; | |||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class BUnzip2 extends Unpack { | public class BUnzip2 extends Unpack { | ||||
@@ -68,7 +68,7 @@ import org.apache.tools.bzip2.CBZip2OutputStream; | |||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class BZip2 extends Pack { | public class BZip2 extends Pack { | ||||
@@ -73,7 +73,7 @@ import java.io.IOException; | |||||
* @author <a href="jeff@custommonkey.org">Jeff Martin</a> | * @author <a href="jeff@custommonkey.org">Jeff Martin</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="scm" | |||||
* @ant.task category="scm" | |||||
*/ | */ | ||||
public class CVSPass extends Task { | public class CVSPass extends Task { | ||||
/** CVS Root */ | /** CVS Root */ | ||||
@@ -79,7 +79,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task name="antcall" category="control" | |||||
* @ant.task name="antcall" category="control" | |||||
*/ | */ | ||||
public class CallTarget extends Task { | public class CallTarget extends Task { | ||||
@@ -79,7 +79,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Checksum extends MatchingTask implements Condition { | public class Checksum extends MatchingTask implements Condition { | ||||
/** | /** | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.types.PatternSet; | |||||
* @author Mariusz Nowostawski (Marni) <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> | * @author Mariusz Nowostawski (Marni) <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Chmod extends ExecuteOn { | public class Chmod extends ExecuteOn { | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class ConditionTask extends ConditionBase { | public class ConditionTask extends ConditionBase { | ||||
@@ -91,7 +91,7 @@ import java.util.Enumeration; | |||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Copy extends Task { | public class Copy extends Task { | ||||
protected File file = null; // the source file | protected File file = null; // the source file | ||||
@@ -65,7 +65,7 @@ package org.apache.tools.ant.taskdefs; | |||||
* @author Wolfgang Werner <a href="mailto:wwerner@picturesafe.de">wwerner@picturesafe.de</a> | * @author Wolfgang Werner <a href="mailto:wwerner@picturesafe.de">wwerner@picturesafe.de</a> | ||||
* @author Kevin Ross <a href="mailto:kevin.ross@bredex.com">kevin.ross@bredex.com</a> | * @author Kevin Ross <a href="mailto:kevin.ross@bredex.com">kevin.ross@bredex.com</a> | ||||
* | * | ||||
* @ant:task category="scm" | |||||
* @ant.task category="scm" | |||||
*/ | */ | ||||
public class Cvs extends AbstractCvsTask { | public class Cvs extends AbstractCvsTask { | ||||
@@ -77,7 +77,7 @@ import java.util.Vector; | |||||
* @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | * @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | ||||
* @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> | * @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Delete extends MatchingTask { | public class Delete extends MatchingTask { | ||||
protected File file = null; | protected File file = null; | ||||
@@ -108,7 +108,7 @@ import org.apache.tools.ant.types.FileList; | |||||
* </li></ul> | * </li></ul> | ||||
* | * | ||||
* @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | * @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
*/ | */ | ||||
public class DependSet extends MatchingTask { | public class DependSet extends MatchingTask { | ||||
@@ -68,7 +68,7 @@ import java.io.IOException; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> | * @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class Ear extends Jar { | public class Ear extends Jar { | ||||
@@ -67,7 +67,7 @@ import java.io.IOException; | |||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class Echo extends Task { | public class Echo extends Task { | ||||
protected String message = ""; // required | protected String message = ""; // required | ||||
@@ -77,7 +77,7 @@ import java.io.FileNotFoundException; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class ExecTask extends Task { | public class ExecTask extends Task { | ||||
@@ -73,7 +73,9 @@ import java.io.IOException; | |||||
* Executes a given command, supplying a set of files as arguments. | * Executes a given command, supplying a set of files as arguments. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | |||||
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | |||||
* | |||||
* @ant.task name="execon" | |||||
*/ | */ | ||||
public class ExecuteOn extends ExecTask { | public class ExecuteOn extends ExecTask { | ||||
@@ -64,7 +64,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author <a href="mailto:nico@seessle.de">Nico Seessle</a> | * @author <a href="mailto:nico@seessle.de">Nico Seessle</a> | ||||
* | * | ||||
* @ant:task name="fail" category="control" | |||||
* @ant.task name="fail" category="control" | |||||
*/ | */ | ||||
public class Exit extends Task { | public class Exit extends Task { | ||||
private String message; | private String message; | ||||
@@ -78,7 +78,7 @@ import java.util.zip.ZipEntry; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
* name="unzip" | * name="unzip" | ||||
* name="unjar" | * name="unjar" | ||||
* name="unwar" | * name="unwar" | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.Project; | |||||
* @author Gero Vermaas <a href="mailto:gero@xs4all.nl">gero@xs4all.nl</a> | * @author Gero Vermaas <a href="mailto:gero@xs4all.nl">gero@xs4all.nl</a> | ||||
* @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Filter extends Task { | public class Filter extends Task { | ||||
@@ -118,7 +118,7 @@ import java.util.NoSuchElementException; | |||||
* @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> | * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> | ||||
* @version $Revision$ $Name$ | * @version $Revision$ $Name$ | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class FixCRLF extends MatchingTask { | public class FixCRLF extends MatchingTask { | ||||
@@ -69,7 +69,7 @@ import java.util.zip.GZIPInputStream; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class GUnzip extends Unpack { | public class GUnzip extends Unpack { | ||||
@@ -69,7 +69,7 @@ import java.util.zip.GZIPOutputStream; | |||||
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class GZip extends Pack { | public class GZip extends Pack { | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.ant.types.Commandline; | |||||
* | * | ||||
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> | * @author <a href="mailto:donaldp@apache.org">Peter Donald</a> | ||||
* | * | ||||
* @ant:task name="genkey" category="java" | |||||
* @ant.task name="genkey" category="java" | |||||
*/ | */ | ||||
public class GenerateKey extends Task { | public class GenerateKey extends Task { | ||||
@@ -75,7 +75,7 @@ import org.apache.tools.ant.Project; | |||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @author gg@grtmail.com (Added Java 1.1 style HTTP basic auth) | * @author gg@grtmail.com (Added Java 1.1 style HTTP basic auth) | ||||
* | * | ||||
* @ant:task category="network" | |||||
* @ant.task category="network" | |||||
*/ | */ | ||||
public class Get extends Task { | public class Get extends Task { | ||||
private URL source; // required | private URL source; // required | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.Project; | |||||
* | * | ||||
* @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | * @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Input extends Task { | public class Input extends Task { | ||||
private String validargs = null; | private String validargs = null; | ||||
@@ -78,7 +78,7 @@ import java.util.Enumeration; | |||||
* | * | ||||
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> | * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class Jar extends Zip { | public class Jar extends Zip { | ||||
/** The index file name. */ | /** The index file name. */ | ||||
@@ -78,7 +78,7 @@ import java.util.Vector; | |||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class Java extends Task { | public class Java extends Task { | ||||
@@ -105,7 +105,7 @@ import java.util.Vector; | |||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class Javac extends MatchingTask { | public class Javac extends MatchingTask { | ||||
@@ -102,7 +102,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a> | * @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class Javadoc extends Task { | public class Javadoc extends Task { | ||||
@@ -65,7 +65,7 @@ import java.io.*; | |||||
* | * | ||||
* @author Steve Loughran | * @author Steve Loughran | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class LoadFile extends Task { | public class LoadFile extends Task { | ||||
@@ -79,7 +79,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* @author <a href="mailto:conor@apache.org">Conor MacNeill</a> | * @author <a href="mailto:conor@apache.org">Conor MacNeill</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class Manifest extends Task { | public class Manifest extends Task { | ||||
/** The standard manifest version header */ | /** The standard manifest version header */ | ||||
@@ -63,7 +63,7 @@ import java.io.File; | |||||
* | * | ||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Mkdir extends Task { | public class Mkdir extends Task { | ||||
@@ -84,7 +84,7 @@ import java.util.Vector; | |||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Move extends Copy { | public class Move extends Copy { | ||||
@@ -69,7 +69,7 @@ import java.util.Enumeration; | |||||
* @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | * @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | ||||
* @author <a href="mailto:conor@apache.org">Conor MacNeill </a> | * @author <a href="mailto:conor@apache.org">Conor MacNeill </a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Parallel extends Task | public class Parallel extends Task | ||||
implements TaskContainer { | implements TaskContainer { | ||||
@@ -66,7 +66,7 @@ import java.io.IOException; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class Patch extends Task { | public class Patch extends Task { | ||||
@@ -73,7 +73,7 @@ import java.io.File; | |||||
* | * | ||||
* @author Larry Streepy <a href="mailto:streepy@healthlanguage.com">streepy@healthlanguage.com</a> | * @author Larry Streepy <a href="mailto:streepy@healthlanguage.com">streepy@healthlanguage.com</a> | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class PathConvert extends Task { | public class PathConvert extends Task { | ||||
@@ -76,7 +76,7 @@ import java.util.Hashtable; | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* @version 0.5 | * @version 0.5 | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task name="record" category="utility" | |||||
*/ | */ | ||||
public class Recorder extends Task { | public class Recorder extends Task { | ||||
@@ -83,7 +83,7 @@ import java.util.Vector; | |||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:erik@desknetinc.com">Erik Langenbach</a> | * @author <a href="mailto:erik@desknetinc.com">Erik Langenbach</a> | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Replace extends MatchingTask { | public class Replace extends MatchingTask { | ||||
@@ -99,7 +99,7 @@ import java.util.Vector; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | * @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class Rmic extends MatchingTask { | public class Rmic extends MatchingTask { | ||||
@@ -100,7 +100,7 @@ import java.sql.ResultSetMetaData; | |||||
* @author <A href="mailto:gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="mailto:gholam@xtra.co.nz">Michael McCallum</A> | ||||
* @author <A href="mailto:tim.stephenson@sybase.com">Tim Stephenson</A> | * @author <A href="mailto:tim.stephenson@sybase.com">Tim Stephenson</A> | ||||
* | * | ||||
* @ant:task name="sql" category="database" | |||||
* @ant.task name="sql" category="database" | |||||
*/ | */ | ||||
public class SQLExec extends Task { | public class SQLExec extends Task { | ||||
@@ -106,7 +106,7 @@ import org.apache.tools.ant.taskdefs.email.EmailTask; | |||||
* @author glenn_twiggs@bmc.com | * @author glenn_twiggs@bmc.com | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task name="mail" category="network" | |||||
* @ant.task name="mail" category="network" | |||||
*/ | */ | ||||
public class SendEmail extends EmailTask | public class SendEmail extends EmailTask | ||||
{ | { | ||||
@@ -67,7 +67,7 @@ import java.util.Enumeration; | |||||
* <p> | * <p> | ||||
* @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | * @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class Sequential extends Task | public class Sequential extends Task | ||||
implements TaskContainer { | implements TaskContainer { | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* @author Peter Donald <a href="mailto:donaldp@apache.org">donaldp@apache.org</a> | * @author Peter Donald <a href="mailto:donaldp@apache.org">donaldp@apache.org</a> | ||||
* @author Nick Fortescue <a href="mailto:nick@ox.compsoc.net">nick@ox.compsoc.net</a> | * @author Nick Fortescue <a href="mailto:nick@ox.compsoc.net">nick@ox.compsoc.net</a> | ||||
* | * | ||||
* @ant:task category="java" | |||||
* @ant.task category="java" | |||||
*/ | */ | ||||
public class SignJar extends Task { | public class SignJar extends Task { | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author steve_l@iseran.com steve loughran | * @author steve_l@iseran.com steve loughran | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class Sleep extends Task { | public class Sleep extends Task { | ||||
@@ -78,7 +78,7 @@ import org.apache.tools.tar.TarEntry; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class Tar extends MatchingTask { | public class Tar extends MatchingTask { | ||||
@@ -61,7 +61,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="internal" | |||||
* @ant.task category="internal" | |||||
*/ | */ | ||||
public class Taskdef extends Definer { | public class Taskdef extends Definer { | ||||
protected void addDefinition(String name, Class c) throws BuildException { | protected void addDefinition(String name, Class c) throws BuildException { | ||||
@@ -86,7 +86,7 @@ import java.util.Vector; | |||||
* @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a> | * @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a> | ||||
* @author <a href="mailto:shaw@servidium.com">Robert Shaw</a> | * @author <a href="mailto:shaw@servidium.com">Robert Shaw</a> | ||||
* | * | ||||
* @ant:task category="filesystem" | |||||
* @ant.task category="filesystem" | |||||
*/ | */ | ||||
public class Touch extends Task { | public class Touch extends Task { | ||||
@@ -59,6 +59,6 @@ package org.apache.tools.ant.taskdefs; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task name="apply" category="control" | |||||
* @ant.task name="apply" category="control" | |||||
*/ | */ | ||||
public class Transform extends ExecuteOn {} | public class Transform extends ExecuteOn {} |
@@ -80,7 +80,7 @@ import java.text.SimpleDateFormat; | |||||
* @author conor@cognet.com.au | * @author conor@cognet.com.au | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="utility" | |||||
* @ant.task category="utility" | |||||
*/ | */ | ||||
public class Tstamp extends Task { | public class Tstamp extends Task { | ||||
@@ -61,7 +61,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="internal" | |||||
* @ant.task category="internal" | |||||
*/ | */ | ||||
public class Typedef extends Definer { | public class Typedef extends Definer { | ||||
protected void addDefinition(String name, Class c) throws BuildException { | protected void addDefinition(String name, Class c) throws BuildException { | ||||
@@ -72,7 +72,7 @@ import java.io.IOException; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class Untar extends Expand { | public class Untar extends Expand { | ||||
@@ -76,7 +76,7 @@ import java.util.Vector; | |||||
* @author Hiroaki Nakamura <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> | * @author Hiroaki Nakamura <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class UpToDate extends MatchingTask implements Condition { | public class UpToDate extends MatchingTask implements Condition { | ||||
@@ -83,7 +83,7 @@ import java.util.Hashtable; | |||||
* @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | * @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | * | ||||
* @ant:task category="control" | |||||
* @ant.task category="control" | |||||
*/ | */ | ||||
public class WaitFor extends ConditionBase { | public class WaitFor extends ConditionBase { | ||||
@@ -68,7 +68,7 @@ import java.io.IOException; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class War extends Jar { | public class War extends Jar { | ||||
@@ -94,7 +94,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author <a href="mailto:russgold@acm.org">Russell Gold</a> | * @author <a href="mailto:russgold@acm.org">Russell Gold</a> | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task name="style" category="xml" | |||||
* @ant.task name="style" category="xml" | |||||
*/ | */ | ||||
public class XSLTProcess extends MatchingTask implements XSLTLogger { | public class XSLTProcess extends MatchingTask implements XSLTLogger { | ||||
@@ -90,7 +90,7 @@ import org.apache.tools.zip.ZipEntry; | |||||
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:task category="packaging" | |||||
* @ant.task category="packaging" | |||||
*/ | */ | ||||
public class Zip extends MatchingTask { | public class Zip extends MatchingTask { | ||||
@@ -77,6 +77,8 @@ import org.apache.tools.ant.types.FileSet; | |||||
* @author paulo.gaspar@krankikom.de Paulo Gaspar | * @author paulo.gaspar@krankikom.de Paulo Gaspar | ||||
* @author roxspring@yahoo.com Rob Oxspring | * @author roxspring@yahoo.com Rob Oxspring | ||||
* @since 1.5 | * @since 1.5 | ||||
* | |||||
* @ant.task name="mail" category="network" | |||||
*/ | */ | ||||
public class EmailTask | public class EmailTask | ||||
extends Task | extends Task | ||||
@@ -66,6 +66,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Execute a script | * Execute a script | ||||
* | * | ||||
* @ant.task name="script" | |||||
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> | * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> | ||||
*/ | */ | ||||
public class Script extends Task { | public class Script extends Task { | ||||
@@ -57,6 +57,8 @@ package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
/** | /** | ||||
* Task to perform Checkin Default task command to Continuus | * Task to perform Checkin Default task command to Continuus | ||||
* @author Benoit Moussaud benoit.moussaud@criltelecom.com | * @author Benoit Moussaud benoit.moussaud@criltelecom.com | ||||
* | |||||
* @ant.task name="ccmchecktask" category="scm" | |||||
*/ | */ | ||||
public class CCMCheckinDefault extends CCMCheck { | public class CCMCheckinDefault extends CCMCheck { | ||||
@@ -70,6 +70,8 @@ import org.apache.tools.ant.types.Commandline; | |||||
/** | /** | ||||
* Task allows to create new ccm task and set it as the default | * Task allows to create new ccm task and set it as the default | ||||
* @author Benoit Moussaud benoit.moussaud@criltelecom.com | * @author Benoit Moussaud benoit.moussaud@criltelecom.com | ||||
* | |||||
* @ant.task name="ccmcreatetask" category="scm" | |||||
*/ | */ | ||||
public class CCMCreateTask extends Continuus implements ExecuteStreamHandler { | public class CCMCreateTask extends Continuus implements ExecuteStreamHandler { | ||||
@@ -132,6 +132,7 @@ History | |||||
@version 0.3 | @version 0.3 | ||||
@author Steve Loughran steve_l@iseran.com | @author Steve Loughran steve_l@iseran.com | ||||
* @ant.task name="csc" category="dotnet" | |||||
*/ | */ | ||||
public class CSharp | public class CSharp | ||||
@@ -78,6 +78,7 @@ import org.apache.tools.ant.types.Reference; | |||||
* | * | ||||
* @author <a href="mailto:benoit.moussaud@criltelecom.com">Benoit Moussaud</a> | * @author <a href="mailto:benoit.moussaud@criltelecom.com">Benoit Moussaud</a> | ||||
* | * | ||||
* @ant.task name="blgenclient" category="ejb" | |||||
*/ | */ | ||||
public class BorlandGenerateClient extends Task | public class BorlandGenerateClient extends Task | ||||
{ | { | ||||
@@ -120,6 +120,8 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @see IPlanetEjbc | * @see IPlanetEjbc | ||||
* @author Greg Nelson <a href="mailto:greg@netscape.com">greg@netscape.com</a> | * @author Greg Nelson <a href="mailto:greg@netscape.com">greg@netscape.com</a> | ||||
* | |||||
* @ant.task name="iplanet-ejbc" category="ejb" | |||||
*/ | */ | ||||
public class IPlanetEjbcTask extends Task { | public class IPlanetEjbcTask extends Task { | ||||
@@ -91,6 +91,8 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* is IMHO the simplest way to do it to avoid this file hacking thing. | * is IMHO the simplest way to do it to avoid this file hacking thing. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | |||||
* @ant.task name="junitreport" category="testing" | |||||
*/ | */ | ||||
public class XMLResultAggregator extends Task implements XMLConstants { | public class XMLResultAggregator extends Task implements XMLConstants { | ||||
@@ -112,6 +112,8 @@ import org.apache.tools.ant.Project; | |||||
* @author <A HREF="mailto:stevec@ignitesports.com">Steve Cohen</A> | * @author <A HREF="mailto:stevec@ignitesports.com">Steve Cohen</A> | ||||
* @version 1.0 | * @version 1.0 | ||||
* @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | * @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | ||||
* | |||||
* @ant.task name="starteam" category="scm" | |||||
*/ | */ | ||||
public class AntStarTeamCheckOut extends org.apache.tools.ant.Task | public class AntStarTeamCheckOut extends org.apache.tools.ant.Task | ||||
{ | { | ||||
@@ -74,6 +74,8 @@ import org.apache.tools.ant.types.FileSet; | |||||
* Convenient task to run the snapshot merge utility for JProbe Coverage. | * Convenient task to run the snapshot merge utility for JProbe Coverage. | ||||
* | * | ||||
* @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | |||||
* @ant.task name="jpcovmerge" category="metrics" | |||||
*/ | */ | ||||
public class CovMerge extends Task { | public class CovMerge extends Task { | ||||
@@ -81,6 +81,8 @@ import org.apache.tools.ant.types.Path; | |||||
* Convenient task to run the snapshot merge utility for JProbe Coverage 3.0. | * Convenient task to run the snapshot merge utility for JProbe Coverage 3.0. | ||||
* | * | ||||
* @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | |||||
* @ant.task name="jpcovreport" category="metrics" | |||||
*/ | */ | ||||
public class CovReport extends Task { | public class CovReport extends Task { | ||||
/* | /* | ||||
@@ -83,6 +83,8 @@ import org.apache.tools.ant.types.Path; | |||||
* For additional information, visit <a href="http://www.sitraka.com">www.sitraka.com</a> | * For additional information, visit <a href="http://www.sitraka.com">www.sitraka.com</a> | ||||
* | * | ||||
* @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | |||||
* @ant.task name="jpcoverage" category="metrics" | |||||
*/ | */ | ||||
public class Coverage extends Task { | public class Coverage extends Task { | ||||
@@ -77,6 +77,8 @@ import org.apache.tools.ant.Project; | |||||
* | * | ||||
* @author <a href="mailto:scohen@localhost.localdomain">Steve Cohen</a> | * @author <a href="mailto:scohen@localhost.localdomain">Steve Cohen</a> | ||||
* @version 1.0 | * @version 1.0 | ||||
* | |||||
* @ant.task name="stcheckin" category="scm" product="Starteam" | |||||
*/ | */ | ||||
public class StarTeamCheckin extends TreeBasedTask { | public class StarTeamCheckin extends TreeBasedTask { | ||||
@@ -86,6 +86,8 @@ import org.apache.tools.ant.Project; | |||||
* @author <a href="mailto:stevec@ignitesports.com">Steve Cohen</a> | * @author <a href="mailto:stevec@ignitesports.com">Steve Cohen</a> | ||||
* @version 1.1 | * @version 1.1 | ||||
* @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | * @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | ||||
* | |||||
* @ant.task name="stcheckout" category="scm" | |||||
*/ | */ | ||||
public class StarTeamCheckout extends TreeBasedTask { | public class StarTeamCheckout extends TreeBasedTask { | ||||
@@ -81,6 +81,8 @@ import org.apache.tools.ant.BuildException; | |||||
* @author Christopher Charlier, ThoughtWorks, Inc. 2001 | * @author Christopher Charlier, ThoughtWorks, Inc. 2001 | ||||
* @author <a href="mailto:jcyip@thoughtworks.com">Jason Yip</a> | * @author <a href="mailto:jcyip@thoughtworks.com">Jason Yip</a> | ||||
* @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | * @see <A HREF="http://www.starbase.com/">StarBase Web Site</A> | ||||
* | |||||
* @ant.task name="stlabel" category="scm" | |||||
*/ | */ | ||||
public class StarTeamLabel extends StarTeamTask { | public class StarTeamLabel extends StarTeamTask { | ||||
@@ -74,6 +74,8 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @author <a href="mailto:stevec@ignitesports.com">Steve Cohen</a> | * @author <a href="mailto:stevec@ignitesports.com">Steve Cohen</a> | ||||
* @version 1.0 | * @version 1.0 | ||||
* | |||||
* @ant.task name="stlist" category="scm" | |||||
*/ | */ | ||||
public class StarTeamList extends TreeBasedTask { | public class StarTeamList extends TreeBasedTask { | ||||
@@ -64,6 +64,8 @@ import java.io.File; | |||||
* Task to perform CheckIn commands to Microsoft Visual Source Safe. | * Task to perform CheckIn commands to Microsoft Visual Source Safe. | ||||
* | * | ||||
* @author Martin Poeschl | * @author Martin Poeschl | ||||
* | |||||
* @ant.task name="vsscheckin" category="scm" | |||||
*/ | */ | ||||
public class MSVSSCHECKIN extends MSVSS { | public class MSVSSCHECKIN extends MSVSS { | ||||
@@ -64,6 +64,8 @@ import java.io.File; | |||||
* Task to perform CheckOut commands to Microsoft Visual Source Safe. | * Task to perform CheckOut commands to Microsoft Visual Source Safe. | ||||
* | * | ||||
* @author Martin Poeschl | * @author Martin Poeschl | ||||
* | |||||
* @ant.task name="vsscheckout" category="scm" | |||||
*/ | */ | ||||
public class MSVSSCHECKOUT extends MSVSS { | public class MSVSSCHECKOUT extends MSVSS { | ||||
@@ -126,6 +126,8 @@ import java.io.File; | |||||
* | * | ||||
* @author Craig Cottingham | * @author Craig Cottingham | ||||
* @author Andrew Everitt | * @author Andrew Everitt | ||||
* | |||||
* @ant.task name="vssget" category="scm" | |||||
*/ | */ | ||||
public class MSVSSGET extends MSVSS { | public class MSVSSGET extends MSVSS { | ||||
@@ -69,6 +69,8 @@ import java.text.ParseException; | |||||
* | * | ||||
* @author Balazs Fejes 2 | * @author Balazs Fejes 2 | ||||
* @author Glenn_Twiggs@bmc.com | * @author Glenn_Twiggs@bmc.com | ||||
* | |||||
* @ant.task name="vsshistory" category="scm" | |||||
*/ | */ | ||||
public class MSVSSHISTORY extends MSVSS { | public class MSVSSHISTORY extends MSVSS { | ||||
@@ -108,6 +108,8 @@ import org.apache.tools.ant.types.Commandline; | |||||
* </table> | * </table> | ||||
* | * | ||||
* @author Phillip Wells | * @author Phillip Wells | ||||
* | |||||
* @ant.task name="vsslabel" category="scm" | |||||
*/ | */ | ||||
public class MSVSSLABEL extends MSVSS | public class MSVSSLABEL extends MSVSS | ||||
{ | { | ||||