PR: 27177 Obtained from: J.M. (Martijn) Kruithof git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68master
@@ -93,7 +93,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* | * | ||||
* Note that 'delayed' construction of tasks is used. | * Note that 'delayed' construction of tasks is used. | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public interface ProjectComponentFactory { | public interface ProjectComponentFactory { | ||||
@@ -87,7 +87,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* | * | ||||
* Note that 'delayed' construction of tasks is used. | * Note that 'delayed' construction of tasks is used. | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class ProjectComponentHelper { | public class ProjectComponentHelper { | ||||
static private ProjectComponentHelper singleton=new ProjectComponentHelper(); | static private ProjectComponentHelper singleton=new ProjectComponentHelper(); | ||||
@@ -84,7 +84,6 @@ import org.xml.sax.helpers.AttributesImpl; | |||||
* to chain multiple PropertyHelpers and to replace the default. | * to chain multiple PropertyHelpers and to replace the default. | ||||
* | * | ||||
* @since Ant 1.6 | * @since Ant 1.6 | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class PropertyHelper { | public class PropertyHelper { | ||||
@@ -72,8 +72,6 @@ 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 Stefan Bodewig | |||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class RuntimeConfigurable2 extends RuntimeConfigurable { | public class RuntimeConfigurable2 extends RuntimeConfigurable { | ||||
@@ -66,8 +66,6 @@ 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 Stefan Bodewig | |||||
* @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. | ||||
* The xml reader will create a tree of RuntimeConfigurable, and tasks will | * The xml reader will create a tree of RuntimeConfigurable, and tasks will | ||||
@@ -88,8 +88,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
/** | /** | ||||
* Sax2 based project reader | * Sax2 based project reader | ||||
* | * | ||||
* @author duncan@x180.com | |||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class ProjectHelperImpl2 extends ProjectHelper { | public class ProjectHelperImpl2 extends ProjectHelper { | ||||
/* Stateless */ | /* Stateless */ | ||||
@@ -65,7 +65,6 @@ import org.apache.tools.ant.*; | |||||
* The adapter can also be used to wrap tasks that are loaded in a different class loader | * The adapter can also be used to wrap tasks that are loaded in a different class loader | ||||
* by ant, when used in programatic mode. | * by ant, when used in programatic mode. | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class TaskAdapter2 extends Task { // implements DynamicConfigurator { | public class TaskAdapter2 extends Task { // implements DynamicConfigurator { | ||||
/* Need to support DynamicConfigurator so that adapted tasks can | /* Need to support DynamicConfigurator so that adapted tasks can | ||||
@@ -68,7 +68,6 @@ import java.util.*; | |||||
* If this would be extended for <description> elements in targets - a special | * If this would be extended for <description> elements in targets - a special | ||||
* construct would be needed to mark this as 'parsing time' task. | * construct would be needed to mark this as 'parsing time' task. | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class Description extends Task { | public class Description extends Task { | ||||
String descr; | String descr; | ||||
@@ -87,9 +87,6 @@ import org.apache.tools.ant.util.JAXPUtils; | |||||
* It must be 'top level'. On execution it'll read another file | * It must be 'top level'. On execution it'll read another file | ||||
* into the same Project. | * into the same Project. | ||||
* | * | ||||
* @author Nicola Ken Barozzi nicolaken@apache.org | |||||
* @author Dominique Devienne DDevienne@lgc.com | |||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class Import extends Task { | public class Import extends Task { | ||||
String file; | String file; | ||||
@@ -98,7 +98,6 @@ import javax.xml.parsers.ParserConfigurationException; | |||||
* the jars that you need. It'll automatically reload optional.jar | * the jars that you need. It'll automatically reload optional.jar | ||||
* tasks in a different (non-delegating) loader. | * tasks in a different (non-delegating) loader. | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class SystemPath extends Task { | public class SystemPath extends Task { | ||||
public static final String SYSTEM_LOADER_REF="ant.system.loader"; | public static final String SYSTEM_LOADER_REF="ant.system.loader"; | ||||
@@ -67,8 +67,6 @@ 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 Stefan Bodewig | |||||
* @author Costin Manolache | |||||
* @since Ant 1.6 | * @since Ant 1.6 | ||||
* @ant.task category="internal" | * @ant.task category="internal" | ||||
*/ | */ | ||||
@@ -70,7 +70,6 @@ import javax.xml.parsers.ParserConfigurationException; | |||||
/** | /** | ||||
* Loads an xml file as DOM in a DataType | * Loads an xml file as DOM in a DataType | ||||
* | * | ||||
* @author Nicola Ken Barozzi nicolaken@apache.org | |||||
*/ | */ | ||||
public class XMLDOM extends DataType { | public class XMLDOM extends DataType { | ||||
/** The name of this data type */ | /** The name of this data type */ | ||||
@@ -68,8 +68,6 @@ import org.apache.commons.jxpath.*; | |||||
/** | /** | ||||
* Enable JXPath dynamic properties. | * Enable JXPath dynamic properties. | ||||
* | * | ||||
* @author Costin Manolache | |||||
* @author Nicola Ken Barozzi | |||||
*/ | */ | ||||
public class JXPath extends Task { | public class JXPath extends Task { | ||||
@@ -68,7 +68,6 @@ import org.apache.commons.jxpath.*; | |||||
* | * | ||||
* | * | ||||
* @deprecated A generic <property> should be used. | * @deprecated A generic <property> should be used. | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class JXPathSet extends Task { | public class JXPathSet extends Task { | ||||
@@ -66,7 +66,6 @@ import org.apache.commons.jexl.*; | |||||
* Enable JEXL dynamic properties | * Enable JEXL dynamic properties | ||||
* | * | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class JexlProperties extends Task { | public class JexlProperties extends Task { | ||||
public static String PREFIX="jexl:"; | public static String PREFIX="jexl:"; | ||||
@@ -72,7 +72,6 @@ import org.apache.commons.discovery.resource.*; | |||||
* - properties files found in the classpath ( META-INF/ant.tasks ). | * - properties files found in the classpath ( META-INF/ant.tasks ). | ||||
* - resources named after the task name: META-INF/ant/[TASK_NAME].task | * - resources named after the task name: META-INF/ant/[TASK_NAME].task | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class TaskDiscovery extends Task implements ProjectComponentFactory | public class TaskDiscovery extends Task implements ProjectComponentFactory | ||||
{ | { | ||||
@@ -68,7 +68,6 @@ import org.apache.velocity.Template; | |||||
* Enable Velocity dynamic properties | * Enable Velocity dynamic properties | ||||
* | * | ||||
* | * | ||||
* @author Costin Manolache | |||||
*/ | */ | ||||
public class VelocityProperties extends Task { | public class VelocityProperties extends Task { | ||||
public static final String PREFIX="vm:"; | public static final String PREFIX="vm:"; | ||||
@@ -62,7 +62,6 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/checkin.html | * @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/checkin.html | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCCheckin extends CCMatchingTask { | public class CCCheckin extends CCMatchingTask { | ||||
private boolean nowarn = false; | private boolean nowarn = false; | ||||
@@ -121,4 +120,4 @@ public class CCCheckin extends CCMatchingTask { | |||||
public void setIdentical(boolean identical) { | public void setIdentical(boolean identical) { | ||||
this.identical = identical; | this.identical = identical; | ||||
} | } | ||||
} | |||||
} |
@@ -60,7 +60,6 @@ import java.util.Vector; | |||||
* | * | ||||
* @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/checkout.html | * @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/checkout.html | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCCheckout extends CCMatchingTask { | public class CCCheckout extends CCMatchingTask { | ||||
private boolean reserved = true; | private boolean reserved = true; | ||||
@@ -60,7 +60,6 @@ import org.apache.tools.ant.BuildException; | |||||
/** | /** | ||||
* An extended file that gives state information. | * An extended file that gives state information. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCFile extends File { | public class CCFile extends File { | ||||
@@ -65,7 +65,6 @@ import org.apache.tools.ant.DirectoryScanner; | |||||
/** | /** | ||||
* Base task for all Clearcase tasks involving multiple-file processing. | * Base task for all Clearcase tasks involving multiple-file processing. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public abstract class CCMatchingTask extends MatchingTask { | public abstract class CCMatchingTask extends MatchingTask { | ||||
@@ -69,7 +69,6 @@ import org.apache.tools.ant.taskdefs.MatchingTask; | |||||
* | * | ||||
* @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/mkelem.html | * @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/mkelem.html | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCMkelem extends CCMatchingTask { | public class CCMkelem extends CCMatchingTask { | ||||
@@ -62,7 +62,6 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/mklabel.html#2051 | * @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/mklabel.html#2051 | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCMklabel extends CCMatchingTask { | public class CCMklabel extends CCMatchingTask { | ||||
private boolean replace = false; | private boolean replace = false; | ||||
@@ -69,7 +69,6 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/rmname.html | * @see http://clearcase.rational.com/doc/latest/ccase_ux/ccref/rmname.html | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CCRmname extends CCMatchingTask { | public class CCRmname extends CCMatchingTask { | ||||
@@ -75,7 +75,6 @@ import org.apache.tools.ant.taskdefs.PumpStreamHandler; | |||||
/** | /** | ||||
* Helper methods related to clearcase commands. | * Helper methods related to clearcase commands. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class CCUtils { | public final class CCUtils { | ||||
@@ -59,7 +59,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
/** | /** | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CmdResult { | public class CmdResult { | ||||
@@ -58,7 +58,6 @@ import org.apache.tools.ant.BuildFileTest; | |||||
/** | /** | ||||
* Tests the DotNetExecTask task, based off Ant's DotnetTest. | * Tests the DotNetExecTask task, based off Ant's DotnetTest. | ||||
* | * | ||||
* @author steve loughran | |||||
*/ | */ | ||||
public class DotNetExecTaskTest extends BuildFileTest { | public class DotNetExecTaskTest extends BuildFileTest { | ||||
@@ -59,8 +59,6 @@ package org.apache.tools.ant.taskdefs.optional.http; | |||||
* This code handles Base64 encoding for basic authentication | * This code handles Base64 encoding for basic authentication | ||||
* and the like | * and the like | ||||
* | * | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created 02 April 2001 | * @created 02 April 2001 | ||||
*/ | */ | ||||
class Base64Encode { | class Base64Encode { | ||||
@@ -61,7 +61,6 @@ import java.net.*; | |||||
* this is a class to work around the fact a function I want (guessContentTypeFromName) | * this is a class to work around the fact a function I want (guessContentTypeFromName) | ||||
* is protected. | * is protected. | ||||
* | * | ||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
class ContentGuesser extends URLConnection { | class ContentGuesser extends URLConnection { | ||||
@@ -60,8 +60,6 @@ import java.net.URLConnection; | |||||
/** | /** | ||||
* this interface is for use by classes which authenticate connections. | * this interface is for use by classes which authenticate connections. | ||||
* | * | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created 20 March 2001 | * @created 20 March 2001 | ||||
*/ | */ | ||||
@@ -65,8 +65,6 @@ import org.apache.tools.ant.taskdefs.Get; | |||||
* this class implements basic auth, the one that shouldn't be used | * this class implements basic auth, the one that shouldn't be used | ||||
* except over an encrypted link or trusted network. | * except over an encrypted link or trusted network. | ||||
* | * | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created 20 March 2001 | * @created 20 March 2001 | ||||
*/ | */ | ||||
@@ -64,8 +64,6 @@ import org.apache.tools.ant.*; | |||||
* this class implements basic auth, the one that shouldn't be used | * this class implements basic auth, the one that shouldn't be used | ||||
* except over an encrypted link or trusted network. | * except over an encrypted link or trusted network. | ||||
* | * | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created 20 March 2001 | * @created 20 March 2001 | ||||
*/ | */ | ||||
@@ -65,9 +65,6 @@ import org.apache.tools.ant.*; | |||||
* subclass. because almost everything is done by the parent, | * subclass. because almost everything is done by the parent, | ||||
* this class is almost completely empty | * this class is almost completely empty | ||||
* @since ant1.5 | * @since ant1.5 | ||||
* @author costin@dnt.ro | |||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
@@ -64,9 +64,6 @@ import org.apache.tools.ant.*; | |||||
* destination file missing. Why would anyone want to make a HEAD | * destination file missing. Why would anyone want to make a HEAD | ||||
* request? a) side effects on the server and b) polling for stuff | * request? a) side effects on the server and b) polling for stuff | ||||
* @since ant1.5 | * @since ant1.5 | ||||
* @author costin@dnt.ro | |||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
@@ -66,8 +66,6 @@ import org.apache.tools.ant.*; | |||||
* a file post will have content type determined from the extension, you can | * a file post will have content type determined from the extension, you can | ||||
* override it | * override it | ||||
* @since ant1.5 | * @since ant1.5 | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
@@ -59,8 +59,6 @@ import java.net.URLEncoder; | |||||
* This class is used to store name-value pairs for request parameters | * This class is used to store name-value pairs for request parameters | ||||
* and headers | * and headers | ||||
* | * | ||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
@@ -68,9 +68,6 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* then, if needed, overriding doConnect, and the onConnected(), | * then, if needed, overriding doConnect, and the onConnected(), | ||||
* OnDownloadFinished() methods. | * OnDownloadFinished() methods. | ||||
* @since ant1.5 | * @since ant1.5 | ||||
* @author costin@dnt.ro | |||||
* @author matth@pobox.com Matt Humphrey | |||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
public abstract class HttpTask extends Task { | public abstract class HttpTask extends Task { | ||||
@@ -1112,7 +1109,6 @@ public abstract class HttpTask extends Task { | |||||
* Enumerated attribute for "authType" with the value "basic" (note, | * Enumerated attribute for "authType" with the value "basic" (note, | ||||
* eventually we can add "digest" authentication) | * eventually we can add "digest" authentication) | ||||
* | * | ||||
* @author matt_h@pobox.com; | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
public static class AuthMethodType extends EnumeratedAttribute { | public static class AuthMethodType extends EnumeratedAttribute { | ||||
@@ -60,7 +60,6 @@ import java.io.IOException; | |||||
* simple output stream which discards all write requests this should | * simple output stream which discards all write requests this should | ||||
* really be part of java.io, as it is sporadically invaluable | * really be part of java.io, as it is sporadically invaluable | ||||
* | * | ||||
* @author slo | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
public class NullOutputStream extends OutputStream { | public class NullOutputStream extends OutputStream { | ||||
@@ -64,7 +64,6 @@ import org.apache.tools.ant.*; | |||||
* proxy definition task. This allows all web tasks in the build file | * proxy definition task. This allows all web tasks in the build file | ||||
* executed after this task to access the web through a proxy server | * executed after this task to access the web through a proxy server | ||||
* | * | ||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created March 17, 2001 | * @created March 17, 2001 | ||||
*/ | */ | ||||
@@ -66,7 +66,6 @@ import org.apache.tools.ant.*; | |||||
* trivial task to get the hostname of a box; as IPaddr, hostname, or | * trivial task to get the hostname of a box; as IPaddr, hostname, or | ||||
* fullname. | * fullname. | ||||
* | * | ||||
* @author steve_l@iseran.com Steve Loughran | |||||
* @created 07 January 2002 | * @created 07 January 2002 | ||||
*/ | */ | ||||
@@ -58,7 +58,6 @@ import java.util.NoSuchElementException; | |||||
/** | /** | ||||
* Convenient enumeration over an array of objects. | * Convenient enumeration over an array of objects. | ||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | |||||
*/ | */ | ||||
class ArrayEnumeration implements Enumeration { | class ArrayEnumeration implements Enumeration { | ||||
@@ -63,7 +63,6 @@ import org.apache.tools.ant.ProjectComponent; | |||||
/** | /** | ||||
* Base test implementation that implements the if/unless logic. | * Base test implementation that implements the if/unless logic. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public abstract class BaseTestElement | public abstract class BaseTestElement | ||||
extends ProjectComponent implements TestCollector { | extends ProjectComponent implements TestCollector { | ||||
@@ -69,7 +69,6 @@ import org.apache.tools.ant.types.PatternSet; | |||||
* <!ATTLIST batchtest path CDATA required> | * <!ATTLIST batchtest path CDATA required> | ||||
* </pre> | * </pre> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class BatchTestElement extends BaseTestElement { | public class BatchTestElement extends BaseTestElement { | ||||
@@ -71,7 +71,6 @@ import org.apache.tools.ant.types.PatternSet; | |||||
* using include/exclude patterns in a set of paths. A path can either | * using include/exclude patterns in a set of paths. A path can either | ||||
* be a directory or an archive. (zip or jar file) | * be a directory or an archive. (zip or jar file) | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class ClasspathTestCollector extends ProjectComponent | public final class ClasspathTestCollector extends ProjectComponent | ||||
implements TestCollector { | implements TestCollector { | ||||
@@ -86,7 +86,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* <!ATTLIST server host CDATA 127.0.0.1> | * <!ATTLIST server host CDATA 127.0.0.1> | ||||
* </pre> | * </pre> | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class ClientElement extends ProjectComponent { | public final class ClientElement extends ProjectComponent { | ||||
/** resources */ | /** resources */ | ||||
@@ -85,7 +85,6 @@ import java.util.NoSuchElementException; | |||||
* // do something | * // do something | ||||
* } | * } | ||||
* </pre> | * </pre> | ||||
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class CompoundEnumeration implements Enumeration { | public class CompoundEnumeration implements Enumeration { | ||||
@@ -73,7 +73,6 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* <!ATTLIST filter classname CDATA required> | * <!ATTLIST filter classname CDATA required> | ||||
* </pre> | * </pre> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class FilterElement { | public class FilterElement { | ||||
@@ -67,7 +67,6 @@ import org.apache.tools.ant.types.Path; | |||||
/** | /** | ||||
* A set of helpers functions to deal with JUnit. | * A set of helpers functions to deal with JUnit. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class JUnitHelper { | public final class JUnitHelper { | ||||
@@ -70,7 +70,6 @@ import java.io.OutputStream; | |||||
* </pre> | * </pre> | ||||
* </p> | * </p> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class KeepAliveOutputStream extends FilterOutputStream { | public class KeepAliveOutputStream extends FilterOutputStream { | ||||
@@ -70,7 +70,6 @@ import org.apache.tools.ant.ProjectComponent; | |||||
* Note that stdout and stderr are wrapped by a <tt>KeepAliveOutputStream</tt> | * Note that stdout and stderr are wrapped by a <tt>KeepAliveOutputStream</tt> | ||||
* so that the stream cannot be closed. | * so that the stream cannot be closed. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
* @see KeepAliveOutputStream | * @see KeepAliveOutputStream | ||||
*/ | */ | ||||
public class OutputAttribute extends ProjectComponent { | public class OutputAttribute extends ProjectComponent { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.Task; | |||||
/** | /** | ||||
* The core JUnit task. | * The core JUnit task. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class RJUnitTask extends Task { | public class RJUnitTask extends Task { | ||||
@@ -74,7 +74,6 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* <!ATTLIST formatter usefile (yes|no) no> | * <!ATTLIST formatter usefile (yes|no) no> | ||||
* </pre> | * </pre> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
* | * | ||||
* @see RJUnitTask | * @see RJUnitTask | ||||
* @see Formatter | * @see Formatter | ||||
@@ -71,7 +71,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.Server; | |||||
* <!ATTLIST server haltonerror (yes|no) no> | * <!ATTLIST server haltonerror (yes|no) no> | ||||
* </pre> | * </pre> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class ServerElement extends ProjectComponent { | public final class ServerElement extends ProjectComponent { | ||||
@@ -58,7 +58,6 @@ import java.util.Enumeration; | |||||
/** | /** | ||||
* A simple test element. | * A simple test element. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestElement extends BaseTestElement { | public class TestElement extends BaseTestElement { | ||||
@@ -64,7 +64,6 @@ import junit.framework.TestResult; | |||||
* a certain time. It can be used globally or individually over | * a certain time. It can be used globally or individually over | ||||
* each testcase. | * each testcase. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class WatchdogTest extends TestDecorator { | public class WatchdogTest extends TestDecorator { | ||||
@@ -71,7 +71,6 @@ import org.apache.tools.ant.DirectoryScanner; | |||||
* file (.jar or .zip). | * file (.jar or .zip). | ||||
* </p> | * </p> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class ZipScanner extends DirectoryScanner { | public class ZipScanner extends DirectoryScanner { | ||||
public ZipScanner() { | public ZipScanner() { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
/** | /** | ||||
* Provide a common set of attributes and methods to factorize | * Provide a common set of attributes and methods to factorize | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public abstract class BaseFormatter implements Formatter { | public abstract class BaseFormatter implements Formatter { | ||||
@@ -76,7 +76,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
* if no file key exists in the properties, it defaults to stdout. | * if no file key exists in the properties, it defaults to stdout. | ||||
* </p> | * </p> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class BaseStreamFormatter extends BaseFormatter { | public class BaseStreamFormatter extends BaseFormatter { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
* Display additional messages from a <tt>SummaryFormatter</tt> | * Display additional messages from a <tt>SummaryFormatter</tt> | ||||
* for failures and errors. | * for failures and errors. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class BriefFormatter extends SummaryFormatter { | public class BriefFormatter extends SummaryFormatter { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
/** | /** | ||||
* A base class that can be used to filter data. | * A base class that can be used to filter data. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public abstract class FilterFormatter implements Formatter { | public abstract class FilterFormatter implements Formatter { | ||||
@@ -76,7 +76,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.ExceptionData; | |||||
* </pre> | * </pre> | ||||
* Removing all the above will help to make stacktrace more readable. | * Removing all the above will help to make stacktrace more readable. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class FilterStackFormatter extends FilterFormatter { | public class FilterStackFormatter extends FilterFormatter { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunListener; | |||||
/** | /** | ||||
* The formatter interface. | * The formatter interface. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public interface Formatter extends TestRunListener { | public interface Formatter extends TestRunListener { | ||||
/** | /** | ||||
@@ -60,7 +60,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
/** | /** | ||||
* Default formatter to text. | * Default formatter to text. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class PlainFormatter extends BaseStreamFormatter { | public class PlainFormatter extends BaseStreamFormatter { | ||||
@@ -62,7 +62,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestSummary; | |||||
* Display a summary message at the end of a testsuite stating | * Display a summary message at the end of a testsuite stating | ||||
* runs, failures, errors, and elapsed time. | * runs, failures, errors, and elapsed time. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class SummaryFormatter extends BaseStreamFormatter { | public class SummaryFormatter extends BaseStreamFormatter { | ||||
@@ -90,7 +90,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* </testsuite> | * </testsuite> | ||||
* </testsuites> | * </testsuites> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class XMLFormatter extends BaseStreamFormatter { | public class XMLFormatter extends BaseStreamFormatter { | ||||
@@ -59,7 +59,6 @@ import java.util.HashMap; | |||||
/** | /** | ||||
* Dispatch messages to appropriate listener methode based on event id. | * Dispatch messages to appropriate listener methode based on event id. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class EventDispatcher { | public class EventDispatcher { | ||||
@@ -61,7 +61,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* A wrapper around an exception since an exception stacktrace is | * A wrapper around an exception since an exception stacktrace is | ||||
* not serializable. | * not serializable. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class ExceptionData implements Serializable { | public class ExceptionData implements Serializable { | ||||
@@ -62,7 +62,6 @@ import java.io.ObjectOutputStream; | |||||
/** | /** | ||||
* Read or write events to/from appropriate streams. | * Read or write events to/from appropriate streams. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class Messenger { | public class Messenger { | ||||
@@ -67,7 +67,6 @@ import java.net.Socket; | |||||
* </i> | * </i> | ||||
* | * | ||||
* @see TestRunner | * @see TestRunner | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class Server { | public class Server { | ||||
@@ -63,7 +63,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* This is not very extensible but since the events should be somewhat | * This is not very extensible but since the events should be somewhat | ||||
* limited, for now this is better to do it like this. | * limited, for now this is better to do it like this. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestRunEvent extends EventObject { | public class TestRunEvent extends EventObject { | ||||
@@ -58,7 +58,6 @@ import java.util.EventListener; | |||||
/** | /** | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public interface TestRunListener extends EventListener { | public interface TestRunListener extends EventListener { | ||||
@@ -89,7 +89,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* merged with code originating from Ant 1.4.x. | * merged with code originating from Ant 1.4.x. | ||||
* </i> | * </i> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestRunner implements TestListener { | public class TestRunner implements TestListener { | ||||
@@ -65,7 +65,6 @@ import junit.framework.TestResult; | |||||
* Here the difference is that this test summary should register to | * Here the difference is that this test summary should register to | ||||
* the test result the time you wan to collect information. | * the test result the time you wan to collect information. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public final class TestSummary implements Serializable, TestListener { | public final class TestSummary implements Serializable, TestListener { | ||||
@@ -62,7 +62,6 @@ import org.apache.tools.ant.ProjectHelper; | |||||
/** | /** | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class RJUnitTaskTest extends BuildFileTest { | public class RJUnitTaskTest extends BuildFileTest { | ||||
public RJUnitTaskTest(String name) { | public RJUnitTaskTest(String name) { | ||||
@@ -67,7 +67,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunListener; | |||||
* and are made available as public instances | * and are made available as public instances | ||||
* </p> | * </p> | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestRunRecorder implements TestRunListener { | public class TestRunRecorder implements TestRunListener { | ||||
@@ -60,7 +60,6 @@ import junit.framework.TestCase; | |||||
/** | /** | ||||
* Basic test to ensure that the collector is working. | * Basic test to ensure that the collector is working. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class ZipScannerTest extends TestCase { | public class ZipScannerTest extends TestCase { | ||||
public ZipScannerTest(String s) { | public ZipScannerTest(String s) { | ||||
@@ -58,7 +58,6 @@ import junit.framework.TestCase; | |||||
/** | /** | ||||
* Provide a common set of test reporting. | * Provide a common set of test reporting. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class Test1 extends TestCase { | public class Test1 extends TestCase { | ||||
public Test1(String s) { | public Test1(String s) { | ||||
@@ -67,7 +67,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.remote.TestRunEvent; | |||||
/** | /** | ||||
* Not exactly rocket science test.. dooh ! | * Not exactly rocket science test.. dooh ! | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class FilterStackFormatterTest extends TestCase | public class FilterStackFormatterTest extends TestCase | ||||
implements Formatter { | implements Formatter { | ||||
@@ -65,7 +65,6 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* | * | ||||
* @see TestRunRecorder | * @see TestRunRecorder | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class FormatterRecorder extends TestRunRecorder | public class FormatterRecorder extends TestRunRecorder | ||||
implements Formatter { | implements Formatter { | ||||
@@ -68,7 +68,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.TestRunRecorder; | |||||
/** | /** | ||||
* Ensure that the Reader/Writer works fine. | * Ensure that the Reader/Writer works fine. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class MessageReaderTest extends TestCase { | public class MessageReaderTest extends TestCase { | ||||
@@ -60,7 +60,6 @@ import junit.extensions.TestSetup; | |||||
/** | /** | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestCases { | public class TestCases { | ||||
@@ -67,7 +67,6 @@ import org.apache.tools.ant.taskdefs.optional.rjunit.TestRunRecorder; | |||||
/** | /** | ||||
* TestCase for the test runner. | * TestCase for the test runner. | ||||
* | * | ||||
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | |||||
*/ | */ | ||||
public class TestRunnerTest extends TestCase | public class TestRunnerTest extends TestCase | ||||
implements TestRunListener { | implements TestRunListener { | ||||
@@ -144,8 +144,6 @@ import org.apache.tools.ant.selectors.FileSelector; | |||||
* This will scan a directory called test for .class files, but excludes all | * This will scan a directory called test for .class files, but excludes all | ||||
* .class files in all directories under a directory called "modules" | * .class files in all directories under a directory called "modules" | ||||
* | * | ||||
* @author Arnout J. Kuiper <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class DirectoryScanner implements FileScanner { | public class DirectoryScanner implements FileScanner { | ||||
@@ -58,7 +58,6 @@ import java.io.File; | |||||
/** | /** | ||||
* File Selector API. | * File Selector API. | ||||
* | * | ||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public interface FileSelector { | public interface FileSelector { | ||||
public void setValue(final String value); | public void setValue(final String value); | ||||
@@ -59,7 +59,6 @@ import java.io.File; | |||||
* File selector that performs selection based on | * File selector that performs selection based on | ||||
* file type - file and directory. | * file type - file and directory. | ||||
* | * | ||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class FileTypeSelector implements FileSelector { | public class FileTypeSelector implements FileSelector { | ||||
private String value = null; | private String value = null; | ||||
@@ -67,12 +67,6 @@ import java.util.Vector; | |||||
* Moved out of MatchingTask to make it a standalone object that could | * Moved out of MatchingTask to make it a standalone object that could | ||||
* be referenced (by scripts for example). | * be referenced (by scripts for example). | ||||
* | * | ||||
* @author Arnout J. Kuiper <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</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 Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class FileSet extends DataType implements Cloneable { | public class FileSet extends DataType implements Cloneable { | ||||
@@ -66,7 +66,6 @@ import java.util.Vector; | |||||
/** | /** | ||||
* Named collection of include/exclude tags. | * Named collection of include/exclude tags. | ||||
* | * | ||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class Pattern { | public class Pattern { | ||||
private String pattern = null; | private String pattern = null; | ||||
@@ -73,12 +73,6 @@ import java.util.Vector; | |||||
* <p>Moved out of MatchingTask to make it a standalone object that | * <p>Moved out of MatchingTask to make it a standalone object that | ||||
* could be referenced (by scripts for example). | * could be referenced (by scripts for example). | ||||
* | * | ||||
* @author Arnout J. Kuiper <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</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 Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | |||||
* @author Stefan Bodewig | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class PatternSet extends DataType { | public class PatternSet extends DataType { | ||||
private Vector includeList = new Vector(); | private Vector includeList = new Vector(); | ||||
@@ -68,7 +68,6 @@ import java.io.File; | |||||
* complicate existing code which assumes that FileScanners return a | * complicate existing code which assumes that FileScanners return a | ||||
* set of file system files that can be accessed directly. | * set of file system files that can be accessed directly. | ||||
* | * | ||||
* @author Don Ferguson <a href="mailto:don@bea.com">don@bea.com</a> | |||||
*/ | */ | ||||
public class ZipScanner extends DirectoryScanner { | public class ZipScanner extends DirectoryScanner { | ||||
@@ -67,7 +67,6 @@ import java.util.Iterator; | |||||
/** | /** | ||||
* Quick and dirty index.html generator for proposal/xdocs | * Quick and dirty index.html generator for proposal/xdocs | ||||
* | * | ||||
* @author Erik Hatcher | |||||
*/ | */ | ||||
public class IndexGen extends Task { | public class IndexGen extends Task { | ||||
private File rootDir; | private File rootDir; | ||||
@@ -59,7 +59,6 @@ import xdoclet.TemplateSubTask; | |||||
/** | /** | ||||
* Generates Ant taskdef properties files, suitable for bulk defining tasks with Ant's <taskdef> task. | * Generates Ant taskdef properties files, suitable for bulk defining tasks with Ant's <taskdef> task. | ||||
* | * | ||||
* @author Erik Hatcher (ehatcher@apache.org) | |||||
* @created January 5, 2003 | * @created January 5, 2003 | ||||
* @ant.element display-name="taskdefproperties" name="taskdefproperties" | * @ant.element display-name="taskdefproperties" name="taskdefproperties" | ||||
* parent="org.apache.ant.xdoclet.AntDocletTask" | * parent="org.apache.ant.xdoclet.AntDocletTask" | ||||
@@ -62,7 +62,6 @@ import xjavadoc.XClass; | |||||
/** | /** | ||||
* Generates Ant task descriptors. | * Generates Ant task descriptors. | ||||
* | * | ||||
* @author Erik Hatcher (ehatcher@apache.org) | |||||
* @created January 1, 2003 | * @created January 1, 2003 | ||||
* @ant.element display-name="taskdescriptor" name="taskdescriptor" | * @ant.element display-name="taskdescriptor" name="taskdescriptor" | ||||
* parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask" | * parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask" | ||||
@@ -79,8 +79,6 @@ import xdoclet.tagshandler.MethodTagsHandler; | |||||
/** | /** | ||||
* Custom tag handler for XDoclet templates for Ant-specific processing. | * Custom tag handler for XDoclet templates for Ant-specific processing. | ||||
* | * | ||||
* @author Erik Hatcher | |||||
* @author Jesse Stockall | |||||
* @created January 1, 2003 | * @created January 1, 2003 | ||||
* @xdoclet.taghandler namespace="Ant" | * @xdoclet.taghandler namespace="Ant" | ||||
* @todo clean up logic so that all setters are gathered first (even superclass) and sorted along wih | * @todo clean up logic so that all setters are gathered first (even superclass) and sorted along wih | ||||
@@ -42,9 +42,6 @@ import org.apache.tools.ant.util.LoaderUtils; | |||||
* using the forceLoadClass method. Any subsequent classes loaded by that | * using the forceLoadClass method. Any subsequent classes loaded by that | ||||
* class will then use this loader rather than the system class loader. | * class will then use this loader rather than the system class loader. | ||||
* | * | ||||
* @author Conor MacNeill | |||||
* @author <a href="mailto:jglick@netbeans.org">Jesse Glick</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class AntClassLoader extends ClassLoader implements BuildListener { | public class AntClassLoader extends ClassLoader implements BuildListener { | ||||
@@ -56,7 +53,6 @@ public class AntClassLoader extends ClassLoader implements BuildListener { | |||||
* | * | ||||
* @see AntClassLoader#findResources(String) | * @see AntClassLoader#findResources(String) | ||||
* @see java.lang.ClassLoader#getResources(String) | * @see java.lang.ClassLoader#getResources(String) | ||||
* @author <a href="mailto:hermand@alumni.grinnell.edu">David A. Herman</a> | |||||
*/ | */ | ||||
private class ResourceEnumeration implements Enumeration { | private class ResourceEnumeration implements Enumeration { | ||||
/** | /** | ||||
@@ -26,7 +26,6 @@ package org.apache.tools.ant; | |||||
* This type replaces the task/datatype split | * This type replaces the task/datatype split | ||||
* of pre ant 1.6. | * of pre ant 1.6. | ||||
* | * | ||||
* @author Peter Reilly | |||||
*/ | */ | ||||
public class AntTypeDefinition { | public class AntTypeDefinition { | ||||
private String name; | private String name; | ||||
@@ -25,7 +25,6 @@ import java.util.EventObject; | |||||
* a target level event will have project and target references; | * a target level event will have project and target references; | ||||
* a task level event will have project, target and task references. | * a task level event will have project, target and task references. | ||||
* | * | ||||
* @author Matt Foemmel | |||||
*/ | */ | ||||
public class BuildEvent extends EventObject { | public class BuildEvent extends EventObject { | ||||
@@ -22,7 +22,6 @@ import java.io.PrintWriter; | |||||
/** | /** | ||||
* Signals an error condition during a build | * Signals an error condition during a build | ||||
* | * | ||||
* @author James Duncan Davidson | |||||
*/ | */ | ||||
public class BuildException extends RuntimeException { | public class BuildException extends RuntimeException { | ||||
@@ -26,7 +26,6 @@ import java.util.EventListener; | |||||
* @see BuildEvent | * @see BuildEvent | ||||
* @see Project#addBuildListener(BuildListener) | * @see Project#addBuildListener(BuildListener) | ||||
* | * | ||||
* @author Matt Foemmel | |||||
*/ | */ | ||||
public interface BuildListener extends EventListener { | public interface BuildListener extends EventListener { | ||||
@@ -26,7 +26,6 @@ import java.io.PrintStream; | |||||
* the ant log, which is usually <code>System.out</code> unless redirected by | * the ant log, which is usually <code>System.out</code> unless redirected by | ||||
* the <code>-logfile</code> option. | * the <code>-logfile</code> option. | ||||
* | * | ||||
* @author Conor MacNeill | |||||
*/ | */ | ||||
public interface BuildLogger extends BuildListener { | public interface BuildLogger extends BuildListener { | ||||
@@ -47,9 +47,6 @@ import org.apache.tools.ant.taskdefs.Typedef; | |||||
* in custom code. It is also possible to replace the default behavior | * in custom code. It is also possible to replace the default behavior | ||||
* ( for example in an app embedding ant ) | * ( for example in an app embedding ant ) | ||||
* | * | ||||
* @author Costin Manolache | |||||
* @author Peter Reilly | |||||
* @author <a href="mailto:martijn@kruithof.xs4all.nl">Martijn Kruithof</a> | |||||
* @since Ant1.6 | * @since Ant1.6 | ||||
*/ | */ | ||||
public class ComponentHelper { | public class ComponentHelper { | ||||