git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274203 13f79535-47bb-0310-9956-ffa450edef68master
@@ -72,7 +72,7 @@ import org.xml.sax.helpers.AttributesImpl; | |||||
* This uses SAX2 and a more flexible substitution mechansim, based on | * This uses SAX2 and a more flexible substitution mechansim, based on | ||||
* o.a.tomcat.util.IntrospectionUtil. | * o.a.tomcat.util.IntrospectionUtil. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Costin Manolache | * @author Costin Manolache | ||||
*/ | */ | ||||
public class RuntimeConfigurable2 extends RuntimeConfigurable { | public class RuntimeConfigurable2 extends RuntimeConfigurable { | ||||
@@ -66,7 +66,7 @@ import java.util.Vector; | |||||
* With PH2, all components will be wrapped. Long term we should consolidate | * With PH2, all components will be wrapped. Long term we should consolidate | ||||
* UnkndownElement and RuntimeConfigurable. | * UnkndownElement and RuntimeConfigurable. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Costin Manolache | * @author Costin Manolache | ||||
* | * | ||||
* @deprecated All tasks will be lazily created and configured before execution. | * @deprecated All tasks will be lazily created and configured before execution. | ||||
@@ -67,7 +67,7 @@ import java.util.*; | |||||
* It will also have additional features ( META-INF/ant.properties ,etc ). | * It will also have additional features ( META-INF/ant.properties ,etc ). | ||||
* | * | ||||
* | * | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Costin Manolache | * @author Costin Manolache | ||||
* @since Ant 1.6 | * @since Ant 1.6 | ||||
* @ant.task category="internal" | * @ant.task category="internal" | ||||
@@ -70,7 +70,7 @@ import java.util.Locale; | |||||
* holds to set attributes, create nested elements or hold PCDATA | * holds to set attributes, create nested elements or hold PCDATA | ||||
* elements. | * elements. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class IntrospectionHelper implements BuildListener { | public class IntrospectionHelper implements BuildListener { | ||||
@@ -69,7 +69,7 @@ import java.util.*; | |||||
* | * | ||||
* @author doc and layout changes by steve loughran, steve_l@iseran.com | * @author doc and layout changes by steve loughran, steve_l@iseran.com | ||||
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since ant1.5 | * @since ant1.5 | ||||
*/ | */ | ||||
@@ -71,7 +71,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 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> | ||||
* @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 Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
*/ | */ | ||||
public class FileSet extends DataType implements Cloneable { | public class FileSet extends DataType implements Cloneable { | ||||
@@ -77,7 +77,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 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> | ||||
* @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 Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
*/ | */ | ||||
public class PatternSet extends DataType { | public class PatternSet extends DataType { | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.Path; | |||||
* holds to set attributes, create nested elements or hold PCDATA | * holds to set attributes, create nested elements or hold PCDATA | ||||
* elements. | * elements. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class IntrospectionHelper implements BuildListener { | public class IntrospectionHelper implements BuildListener { | ||||
@@ -70,7 +70,7 @@ import org.xml.sax.helpers.AttributesImpl; | |||||
* any text within it. It then takes care of configuring that element at | * any text within it. It then takes care of configuring that element at | ||||
* runtime. | * runtime. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class RuntimeConfigurable implements Serializable { | public class RuntimeConfigurable implements Serializable { | ||||
@@ -62,7 +62,7 @@ import java.io.IOException; | |||||
* or data type that did not exist when Ant started, or one which | * or data type that did not exist when Ant started, or one which | ||||
* has had its definition updated to use a different implementation class. | * has had its definition updated to use a different implementation class. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class UnknownElement extends Task { | public class UnknownElement extends Task { | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Prompts on System.err, reads input from System.in | * Prompts on System.err, reads input from System.in | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -57,7 +57,7 @@ package org.apache.tools.ant.input; | |||||
/** | /** | ||||
* Plugin to Ant to handle requests for user input. | * Plugin to Ant to handle requests for user input. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -57,7 +57,7 @@ package org.apache.tools.ant.input; | |||||
/** | /** | ||||
* Encapsulates an input request. | * Encapsulates an input request. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -59,7 +59,7 @@ import java.util.Vector; | |||||
/** | /** | ||||
* Encapsulates an input request. | * Encapsulates an input request. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
* Reads input from a property file, the file name is read from the | * Reads input from a property file, the file name is read from the | ||||
* system property ant.input.properties, the prompt is the key for input. | * system property ant.input.properties, the prompt is the key for input. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -73,7 +73,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
/** | /** | ||||
* Creates a partial DTD for Ant from the currently known tasks. | * Creates a partial DTD for Ant from the currently known tasks. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
@@ -78,7 +78,7 @@ import java.io.IOException; | |||||
* defined in the project itself. | * defined in the project itself. | ||||
* | * | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
* | * | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.PatternSet; | |||||
* @author costin@eng.sun.com | * @author costin@eng.sun.com | ||||
* @author Mariusz Nowostawski (Marni) | * @author Mariusz Nowostawski (Marni) | ||||
* <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> | * <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 Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; | |||||
* <p>This task does not extend Task to take advantage of | * <p>This task does not extend Task to take advantage of | ||||
* ConditionBase.</p> | * ConditionBase.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
@@ -86,7 +86,7 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
* | * | ||||
* @author Glenn McAllister | * @author Glenn McAllister | ||||
* <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | * <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | ||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* | * | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.types.Reference; | |||||
* handling and and class loading. | * handling and and class loading. | ||||
* | * | ||||
* @author Costin Manolache | * @author Costin Manolache | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
*/ | */ | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.zip.ZipOutputStream; | |||||
/** | /** | ||||
* Creates a EAR archive. Based on WAR task | * Creates a EAR archive. Based on WAR task | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> | * @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> | ||||
* | * | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* @author rubys@us.ibm.com | * @author rubys@us.ibm.com | ||||
* @author thomas.haas@softwired-inc.com | * @author thomas.haas@softwired-inc.com | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | ||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.util.Watchdog; | |||||
/** | /** | ||||
* | * | ||||
* @author thomas.haas@softwired-inc.com | * @author thomas.haas@softwired-inc.com | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
*/ | */ | ||||
public class ExecuteJava implements Runnable, TimeoutObserver { | public class ExecuteJava implements Runnable, TimeoutObserver { | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
/** | /** | ||||
* 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 Stefan Bodewig | |||||
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | ||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* Unzip a file. | * Unzip a file. | ||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.ant.BuildException; | |||||
* algorithm. Normally used to compress non-compressed archives such | * algorithm. Normally used to compress non-compressed archives such | ||||
* as TAR files. | * as TAR files. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* Reads an input line from the console. | * Reads an input line from the console. | ||||
* | * | ||||
* @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | * @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Reference; | |||||
* | * | ||||
* @author Stefano Mazzocchi | * @author Stefano Mazzocchi | ||||
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -98,7 +98,7 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
@@ -107,7 +107,7 @@ import org.apache.tools.ant.util.JavaEnvUtils; | |||||
* @author Patrick Chanezon | * @author Patrick Chanezon | ||||
* <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a> | * <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a> | ||||
* @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 Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -81,7 +81,7 @@ import org.apache.tools.ant.util.CollectionUtils; | |||||
* line. If an application can not handle the continuation mechanism, it | * line. If an application can not handle the continuation mechanism, it | ||||
* is a defect in the application, not this task. | * is a defect in the application, not this task. | ||||
* @author Conor MacNeill | * @author Conor MacNeill | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | ||||
* | * | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* Manifest file, optionally replacing or updating an existing file. | * Manifest file, optionally replacing or updating an existing file. | ||||
* | * | ||||
* @author Conor MacNeill | * @author Conor MacNeill | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> | ||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
@@ -89,7 +89,7 @@ import org.apache.tools.ant.types.selectors.SizeSelector; | |||||
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @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> | ||||
* @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 Stefan Bodewig | |||||
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
*/ | */ | ||||
@@ -64,7 +64,7 @@ import org.apache.tools.ant.types.Commandline; | |||||
/** | /** | ||||
* Patches a file by applying a 'diff' file to it; requires "patch" to be | * Patches a file by applying a 'diff' file to it; requires "patch" to be | ||||
* on the execution path. | * on the execution path. | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -112,7 +112,7 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper; | |||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* @author ludovic.claude@websitewatchers.co.uk | * @author ludovic.claude@websitewatchers.co.uk | ||||
* @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | * @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | * @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -81,7 +81,7 @@ import org.apache.tools.zip.UnixStat; | |||||
* | * | ||||
* @author Stefano Mazzocchi | * @author Stefano Mazzocchi | ||||
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -68,7 +68,7 @@ import org.apache.tools.ant.BuildException; | |||||
* <pre> | * <pre> | ||||
* taskname=fully.qualified.java.classname | * taskname=fully.qualified.java.classname | ||||
* </pre> | * </pre> | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* @ant.task category="internal" | * @ant.task category="internal" | ||||
*/ | */ | ||||
@@ -77,7 +77,7 @@ import org.apache.tools.ant.util.JavaEnvUtils; | |||||
* <p>Note: Setting the modification time of files is not supported in | * <p>Note: Setting the modification time of files is not supported in | ||||
* JDK 1.1.</p> | * JDK 1.1.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @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> | ||||
* | * | ||||
@@ -57,7 +57,7 @@ package org.apache.tools.ant.taskdefs; | |||||
/** | /** | ||||
* Has been merged into ExecuteOn, empty class for backwards compatibility. | * Has been merged into ExecuteOn, empty class for backwards compatibility. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @ant.task ignore="true" | * @ant.task ignore="true" | ||||
*/ | */ | ||||
public class Transform extends ExecuteOn {} | public class Transform extends ExecuteOn {} |
@@ -75,7 +75,7 @@ import org.apache.tools.ant.BuildException; | |||||
* the project level and referenced via their ID attribute.</p> | * the project level and referenced via their ID attribute.</p> | ||||
* <p>Custom data types usually need custom tasks to put them to good use.</p> | * <p>Custom data types usually need custom tasks to put them to good use.</p> | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @ant.task category="internal" | * @ant.task category="internal" | ||||
*/ | */ | ||||
@@ -83,7 +83,7 @@ import org.apache.tools.tar.TarInputStream; | |||||
* <p>File permissions will not be restored on extracted files.</p> | * <p>File permissions will not be restored on extracted files.</p> | ||||
* <p>The untar task recognizes the long pathname entries used by GNU tar.<p> | * <p>The untar task recognizes the long pathname entries used by GNU tar.<p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
* <a href="mailto:williamf@mincom.com">williamf@mincom.com</a> | * <a href="mailto:williamf@mincom.com">williamf@mincom.com</a> | ||||
* @author Hiroaki Nakamura | * @author Hiroaki Nakamura | ||||
* <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> | * <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 Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
* | * | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.zip.ZipOutputStream; | |||||
* attributes of zipfilesets in a Zip or Jar task.)</p> | * attributes of zipfilesets in a Zip or Jar task.)</p> | ||||
* <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the War task.</p> | * <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the War task.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
* | * | ||||
@@ -78,7 +78,7 @@ import javax.xml.transform.URIResolver; | |||||
* @author <a href="mailto:kvisco@exoffice.com">Keith Visco</a> | * @author <a href="mailto:kvisco@exoffice.com">Keith Visco</a> | ||||
* @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | ||||
* @author <a href="mailto:russgold@acm.org">Russell Gold</a> | * @author <a href="mailto:russgold@acm.org">Russell Gold</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -93,7 +93,7 @@ import org.apache.tools.zip.ZipOutputStream; | |||||
* | * | ||||
* @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> | ||||
* @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 Stefan Bodewig | |||||
* @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | ||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.JavaEnvUtils; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* | * | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.types.Commandline; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* | * | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
@@ -68,7 +68,7 @@ import org.apache.tools.ant.types.Commandline; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* | * | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
@@ -67,7 +67,7 @@ import org.apache.tools.ant.types.Path; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
*/ | */ | ||||
@@ -67,7 +67,7 @@ import org.apache.tools.ant.types.Path; | |||||
* @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> | ||||
* @author Robin Green | * @author Robin Green | ||||
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
*/ | */ | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
* <p>Iterates over all conditions and returns false as soon as one | * <p>Iterates over all conditions and returns false as soon as one | ||||
* evaluates to false.</p> | * evaluates to false.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Interface for conditions to use inside the <condition> task. | * Interface for conditions to use inside the <condition> task. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public interface Condition { | public interface Condition { | ||||
@@ -66,7 +66,7 @@ import org.apache.tools.ant.taskdefs.UpToDate; | |||||
* conditions - ensures that the types of conditions inside the task | * conditions - ensures that the types of conditions inside the task | ||||
* and the "container" conditions are in sync. | * and the "container" conditions are in sync. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Is one string part of another string? | * Is one string part of another string? | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Simple String comparison condition. | * Simple String comparison condition. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.types.Reference; | |||||
* | * | ||||
* <p>Optionally tests whether it is of a given type/class.</p> | * <p>Optionally tests whether it is of a given type/class.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.6 | * @since Ant 1.6 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.ProjectComponent; | |||||
/** | /** | ||||
* Condition that tests whether a given property has been set. | * Condition that tests whether a given property has been set. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -62,7 +62,7 @@ import org.apache.tools.ant.BuildException; | |||||
* Evaluates to true if the single condition nested into it is false | * Evaluates to true if the single condition nested into it is false | ||||
* and vice versa. | * and vice versa. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
* <p>Iterates over all conditions and returns true as soon as one | * <p>Iterates over all conditions and returns true as soon as one | ||||
* evaluates to true.</p> | * evaluates to true.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Condition that tests the OS type. | * Condition that tests the OS type. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
* Converts files from native encodings to ASCII. | * Converts files from native encodings to ASCII. | ||||
* | * | ||||
* @author <a href="asudell@acm.org">Drew Sudell</a> | * @author <a href="asudell@acm.org">Drew Sudell</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
*/ | */ | ||||
public class Native2Ascii extends MatchingTask { | public class Native2Ascii extends MatchingTask { | ||||
@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Mapper; | |||||
/** | /** | ||||
* | * | ||||
* @author dIon Gillard <a href="mailto:dion@multitask.com.au">dion@multitask.com.au</a> | * @author dIon Gillard <a href="mailto:dion@multitask.com.au">dion@multitask.com.au</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version 1.2 | * @version 1.2 | ||||
* | * | ||||
* @deprecated Use <move> instead | * @deprecated Use <move> instead | ||||
@@ -101,7 +101,7 @@ import org.apache.tools.ant.types.Reference; | |||||
* <p> Large Amount of cutting and pasting from the Javac task... | * <p> Large Amount of cutting and pasting from the Javac task... | ||||
* @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> | ||||
* @author Robin Green <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | * @author Robin Green <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* @since 1.5 | * @since 1.5 | ||||
*/ | */ | ||||
@@ -60,7 +60,7 @@ import java.util.Vector; | |||||
/** | /** | ||||
* Baseclass for BatchTest and JUnitTest. | * Baseclass for BatchTest and JUnitTest. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
*/ | */ | ||||
public abstract class BaseTest { | public abstract class BaseTest { | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* inherited from the parent <code>BatchTest</code>. | * inherited from the parent <code>BatchTest</code>. | ||||
* | * | ||||
* @author <a href="mailto:jeff.martin@synamic.co.uk">Jeff Martin</a> | * @author <a href="mailto:jeff.martin@synamic.co.uk">Jeff Martin</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | * | ||||
* @see JUnitTest | * @see JUnitTest | ||||
@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* <p> Either the <code>type</code> or the <code>classname</code> attribute | * <p> Either the <code>type</code> or the <code>classname</code> attribute | ||||
* must be set. | * must be set. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @see JUnitTask | * @see JUnitTask | ||||
* @see XMLJUnitResultFormatter | * @see XMLJUnitResultFormatter | ||||
@@ -62,7 +62,7 @@ import org.apache.tools.ant.BuildException; | |||||
* This Interface describes classes that format the results of a JUnit | * This Interface describes classes that format the results of a JUnit | ||||
* testrun. | * testrun. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public interface JUnitResultFormatter extends TestListener { | public interface JUnitResultFormatter extends TestListener { | ||||
/** | /** | ||||
@@ -141,7 +141,7 @@ import junit.framework.TestResult; | |||||
* number of attributes and elements allow you to set up how this JVM | * number of attributes and elements allow you to set up how this JVM | ||||
* runs. | * runs. | ||||
* @author Thomas Haas | * @author Thomas Haas | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | * @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | ||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | ||||
@@ -67,7 +67,7 @@ import org.apache.tools.ant.Project; | |||||
* So read the doc comments for that class :) | * So read the doc comments for that class :) | ||||
* | * | ||||
* @author Thomas Haas | * @author Thomas Haas | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>, | |||||
* @author Stefan Bodewig, | |||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
@@ -94,7 +94,7 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* | * | ||||
* <p> Summary output is generated at the end. | * <p> Summary output is generated at the end. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | ||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
@@ -62,7 +62,7 @@ import junit.framework.TestCase; | |||||
* Work around for some changes to the public JUnit API between | * Work around for some changes to the public JUnit API between | ||||
* different JUnit releases. | * different JUnit releases. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class JUnitVersionHelper { | public class JUnitVersionHelper { | ||||
@@ -68,7 +68,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Prints plain text output of the test to a specified Writer. | * Prints plain text output of the test to a specified Writer. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class PlainJUnitResultFormatter implements JUnitResultFormatter { | public class PlainJUnitResultFormatter implements JUnitResultFormatter { | ||||
@@ -64,7 +64,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Prints short summary output of the test to Ant's logging system. | * Prints short summary output of the test to Ant's logging system. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class SummaryJUnitResultFormatter implements JUnitResultFormatter { | public class SummaryJUnitResultFormatter implements JUnitResultFormatter { | ||||
@@ -75,7 +75,7 @@ import org.w3c.dom.Text; | |||||
/** | /** | ||||
* Prints XML output of the test to a specified Writer. | * Prints XML output of the test to a specified Writer. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | ||||
* | * | ||||
* @see FormatterElement | * @see FormatterElement | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.util.JavaEnvUtils; | |||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* @author ludovic.claude@websitewatchers.co.uk | * @author ludovic.claude@websitewatchers.co.uk | ||||
* @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | * @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> | * @author <a href="tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> | ||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
*/ | */ | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.util.FileNameMapper; | |||||
* reflection).</p> | * reflection).</p> | ||||
* | * | ||||
* @author <a href="mailto:tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> | * @author <a href="mailto:tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
*/ | */ | ||||
@@ -91,7 +91,7 @@ import org.apache.tools.ant.types.selectors.SizeSelector; | |||||
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> | * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> | ||||
* @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | ||||
* @author <a href="mailto:jon@clearink.com">Jon S. Stevens</a> | * @author <a href="mailto:jon@clearink.com">Jon S. Stevens</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
*/ | */ | ||||
@@ -82,7 +82,7 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* <code>createAcommandline</code> which returns an instance of this class. | * <code>createAcommandline</code> which returns an instance of this class. | ||||
* | * | ||||
* @author thomas.haas@softwired-inc.com | * @author thomas.haas@softwired-inc.com | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class Commandline implements Cloneable { | public class Commandline implements Cloneable { | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.ProjectComponent; | |||||
* nested inside elements of the same type (i.e. <patternset> | * nested inside elements of the same type (i.e. <patternset> | ||||
* but not <path>).</p> | * but not <path>).</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public abstract class DataType extends ProjectComponent { | public abstract class DataType extends ProjectComponent { | ||||
/** | /** | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException; | |||||
* <p>See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an | * <p>See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an | ||||
* example. | * example. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public abstract class EnumeratedAttribute { | public abstract class EnumeratedAttribute { | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* Wrapper for environment variables. | * Wrapper for environment variables. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class Environment { | public class Environment { | ||||
@@ -62,7 +62,7 @@ package org.apache.tools.ant.types; | |||||
* @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 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> | ||||
* @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 Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
*/ | */ | ||||
public class FileSet extends AbstractFileSet { | public class FileSet extends AbstractFileSet { | ||||
@@ -64,7 +64,7 @@ import org.apache.tools.ant.util.FileNameMapper; | |||||
/** | /** | ||||
* Element to define a FileNameMapper. | * Element to define a FileNameMapper. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class Mapper extends DataType implements Cloneable { | public class Mapper extends DataType implements Cloneable { | ||||
@@ -92,7 +92,7 @@ import org.apache.tools.ant.util.JavaEnvUtils; | |||||
* to define a path from an environment variable. | * to define a path from an environment variable. | ||||
* | * | ||||
* @author Thomas.Haas@softwired-inc.com | * @author Thomas.Haas@softwired-inc.com | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class Path extends DataType implements Cloneable { | public class Path extends DataType implements Cloneable { | ||||
@@ -75,7 +75,7 @@ import org.apache.tools.ant.Project; | |||||
* @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 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> | ||||
* @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 Stefan Bodewig | |||||
*/ | */ | ||||
public class PatternSet extends DataType { | public class PatternSet extends DataType { | ||||
private Vector includeList = new Vector(); | private Vector includeList = new Vector(); | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.Project; | |||||
/** | /** | ||||
* Class to hold a reference to another object in the project. | * Class to hold a reference to another object in the project. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class Reference { | public class Reference { | ||||
@@ -60,7 +60,7 @@ import java.util.Vector; | |||||
/** | /** | ||||
* A set of helper methods related to collection manipulation. | * A set of helper methods related to collection manipulation. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:stein@xtramind.com">Ingmar Stein</a> | * @author <a href="mailto:stein@xtramind.com">Ingmar Stein</a> | ||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
@@ -74,7 +74,7 @@ import org.w3c.dom.Text; | |||||
* XMLJUnitResultFormatter}.</p> | * XMLJUnitResultFormatter}.</p> | ||||
* | * | ||||
* @author The original author of XmlLogger | * @author The original author of XmlLogger | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</tt> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</tt> | ||||
*/ | */ | ||||
public class DOMElementWriter { | public class DOMElementWriter { | ||||
@@ -68,7 +68,7 @@ import java.util.TimeZone; | |||||
* or a plurialization correct elapsed time in minutes and seconds. | * or a plurialization correct elapsed time in minutes and seconds. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -64,7 +64,7 @@ package org.apache.tools.ant.util; | |||||
* via the setFrom and setTo methods. The exact meaning of these is | * via the setFrom and setTo methods. The exact meaning of these is | ||||
* implementation dependent.</p> | * implementation dependent.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public interface FileNameMapper { | public interface FileNameMapper { | ||||
@@ -91,7 +91,7 @@ import org.apache.tools.ant.types.FilterSetCollection; | |||||
* | * | ||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* @author Conor MacNeill | * @author Conor MacNeill | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | * @author Magesh Umasankar | ||||
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | ||||
* | * | ||||
@@ -61,7 +61,7 @@ package org.apache.tools.ant.util; | |||||
* <p>This is the default FileNameMapper for the copy and move | * <p>This is the default FileNameMapper for the copy and move | ||||
* tasks if the flatten attribute has been set.</p> | * tasks if the flatten attribute has been set.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class FlatFileNameMapper implements FileNameMapper { | public class FlatFileNameMapper implements FileNameMapper { | ||||
@@ -66,7 +66,7 @@ package org.apache.tools.ant.util; | |||||
* <p>This is one of the more useful Mappers, it is used by javac for | * <p>This is one of the more useful Mappers, it is used by javac for | ||||
* example.</p> | * example.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class GlobPatternMapper implements FileNameMapper { | public class GlobPatternMapper implements FileNameMapper { | ||||
/** | /** | ||||
@@ -60,7 +60,7 @@ package org.apache.tools.ant.util; | |||||
* <p>This is the default FileNameMapper for the copy and move | * <p>This is the default FileNameMapper for the copy and move | ||||
* tasks.</p> | * tasks.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class IdentityMapper implements FileNameMapper { | public class IdentityMapper implements FileNameMapper { | ||||
@@ -69,7 +69,7 @@ import org.xml.sax.XMLReader; | |||||
* | * | ||||
* <p>This class will create only a single factory instance.</p> | * <p>This class will create only a single factory instance.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -61,7 +61,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; | |||||
* A set of helper methods related to locating executables or checking | * A set of helper methods related to locating executables or checking | ||||
* conditons of a given Java installation. | * conditons of a given Java installation. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -61,7 +61,7 @@ package org.apache.tools.ant.util; | |||||
* <p>This is the default FileNameMapper for the archiving tasks and | * <p>This is the default FileNameMapper for the archiving tasks and | ||||
* uptodate.</p> | * uptodate.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class MergingMapper implements FileNameMapper { | public class MergingMapper implements FileNameMapper { | ||||
protected String[] mergedFile = null; | protected String[] mergedFile = null; | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.util.regexp.RegexpMatcherFactory; | |||||
* Implementation of FileNameMapper that does regular expression | * Implementation of FileNameMapper that does regular expression | ||||
* replacements. | * replacements. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
*/ | */ | ||||
public class RegexpPatternMapper implements FileNameMapper { | public class RegexpPatternMapper implements FileNameMapper { | ||||
protected RegexpMatcher reg = null; | protected RegexpMatcher reg = null; | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; | |||||
* subset of the files given as a parameter and holds only those that | * subset of the files given as a parameter and holds only those that | ||||
* are newer than their corresponding target files.</p> | * are newer than their corresponding target files.</p> | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
* @author Stefan Bodewig | |||||
* @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | ||||
*/ | */ | ||||
public class SourceFileScanner implements ResourceFactory { | public class SourceFileScanner implements ResourceFactory { | ||||