home provider). git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269046 13f79535-47bb-0310-9956-ffa450edef68master
@@ -66,7 +66,7 @@ import java.util.*; | |||||
* holds to set attributes, create nested elements or hold PCDATA | * holds to set attributes, create nested elements or hold PCDATA | ||||
* elements. | * elements. | ||||
* | * | ||||
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class IntrospectionHelper { | public class IntrospectionHelper { | ||||
@@ -64,7 +64,7 @@ import org.xml.sax.helpers.AttributeListImpl; | |||||
* nested below that level) and takes care of configuring that element | * nested below that level) and takes care of configuring that element | ||||
* at runtime. | * at runtime. | ||||
* | * | ||||
* @author <a href="stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class RuntimeConfigurable { | public class RuntimeConfigurable { | ||||
@@ -60,7 +60,7 @@ import java.util.Vector; | |||||
* Wrapper class that holds all information necessary to create a task | * Wrapper class that holds all information necessary to create a task | ||||
* that did not exist when Ant started. | * that did not exist when Ant started. | ||||
* | * | ||||
* @author <a href="stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class UnknownElement extends Task { | public class UnknownElement extends Task { | ||||
@@ -68,7 +68,7 @@ import java.io.*; | |||||
/** | /** | ||||
* 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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class AntStructure extends Task { | public class AntStructure extends Task { | ||||
@@ -76,7 +76,7 @@ import org.apache.tools.ant.*; | |||||
* defined in the project itself. | * defined in the project itself. | ||||
* | * | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class CallTarget extends Task { | public class CallTarget extends Task { | ||||
@@ -65,7 +65,7 @@ import java.util.*; | |||||
* | * | ||||
* @author costin@eng.sun.com | * @author costin@eng.sun.com | ||||
* @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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Chmod extends ExecuteOn { | public class Chmod extends ExecuteOn { | ||||
@@ -61,7 +61,7 @@ import java.util.zip.*; | |||||
* Unzip a file. | * Unzip a file. | ||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Expand extends MatchingTask { | public class Expand extends MatchingTask { | ||||
private File dest; // req | private File dest; // req | ||||
@@ -64,7 +64,7 @@ import java.util.zip.*; | |||||
* algorightm. Normally used to compress non-compressed archives such | * algorightm. Normally used to compress non-compressed archives such | ||||
* as TAR files. | * as TAR files. | ||||
* | * | ||||
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class GUnzip extends Task { | public class GUnzip extends Task { | ||||
@@ -62,7 +62,7 @@ import java.io.IOException; | |||||
/** | /** | ||||
* Task as a layer on top of patch. Patch applies a diff file to an original. | * Task as a layer on top of patch. Patch applies a diff file to an original. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Patch extends Task { | public class Patch extends Task { | ||||
@@ -63,7 +63,7 @@ import java.io.*; | |||||
* | * | ||||
* Heavily based on the Expand task. | * Heavily based on the Expand task. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Untar extends Task { | public class Untar extends Task { | ||||
private String dest; // req | private String dest; // req | ||||
@@ -65,7 +65,7 @@ import java.io.OutputStream; | |||||
* Serves as a wrapper the implementations of JUnitResultFormatter, | * Serves as a wrapper the implementations of JUnitResultFormatter, | ||||
* for example as a nested <formatter> element in <junit>. | * for example as a nested <formatter> element in <junit>. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class FormatterElement { | public class FormatterElement { | ||||
@@ -61,7 +61,7 @@ import junit.framework.TestListener; | |||||
* 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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public interface JUnitResultFormatter extends TestListener { | public interface JUnitResultFormatter extends TestListener { | ||||
/** | /** | ||||
@@ -60,7 +60,7 @@ import java.util.Vector; | |||||
/** | /** | ||||
* Wrapper for environment variables. | * Wrapper for environment variables. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Environment { | public class Environment { | ||||
@@ -93,7 +93,7 @@ import java.text.StringCharacterIterator; | |||||
* 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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Path extends DataType implements Cloneable { | public class Path extends DataType implements Cloneable { | ||||
@@ -74,7 +74,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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
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.BuildException; | |||||
/** | /** | ||||
* 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@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class Reference { | public class Reference { | ||||
@@ -64,7 +64,7 @@ import java.io.File; | |||||
/** | /** | ||||
* JUnit 3 testcases for org.apache.tools.ant.CommandLine | * JUnit 3 testcases for org.apache.tools.ant.CommandLine | ||||
* | * | ||||
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class CommandlineTest extends TestCase { | public class CommandlineTest extends TestCase { | ||||
@@ -62,7 +62,7 @@ import junit.framework.AssertionFailedError; | |||||
/** | /** | ||||
* JUnit 3 testcases for org.apache.tools.ant.EnumeratedAttribute. | * JUnit 3 testcases for org.apache.tools.ant.EnumeratedAttribute. | ||||
* | * | ||||
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class EnumeratedAttributeTest extends TestCase { | public class EnumeratedAttributeTest extends TestCase { | ||||
@@ -67,7 +67,7 @@ import java.io.File; | |||||
* | * | ||||
* <p>This doesn't actually test much, mainly reference handling. | * <p>This doesn't actually test much, mainly reference handling. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
*/ | */ | ||||
public class FileSetTest extends TestCase { | public class FileSetTest extends TestCase { | ||||