git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273610 13f79535-47bb-0310-9956-ffa450edef68master
@@ -166,7 +166,7 @@ What's missing? What shouldn't be on the list? | |||||
Adam | Adam | ||||
> -----Original Message----- | > -----Original Message----- | ||||
> From: Magesh Umasankar [mailto:umagesh@apache.org] | |||||
> From: Magesh Umasankar | |||||
> Sent: Saturday, 22 December 2001 10:44 AM | > Sent: Saturday, 22 December 2001 10:44 AM | ||||
> To: ant-dev@jakarta.apache.org | > To: ant-dev@jakarta.apache.org | ||||
> Subject: Virtual FileSystem Layer | > Subject: Virtual FileSystem Layer | ||||
@@ -32,7 +32,7 @@ | |||||
<li>Sam Ruby (<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>)</li> | <li>Sam Ruby (<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>)</li> | ||||
<li>Nico Seessle (<a href="mailto:nico@seessle.de">nico@seessle.de</a>)</li> | <li>Nico Seessle (<a href="mailto:nico@seessle.de">nico@seessle.de</a>)</li> | ||||
<li>Jon S. Stevens (<a href="mailto:jon@latchkey.com">jon@latchkey.com</a>)</li> | <li>Jon S. Stevens (<a href="mailto:jon@latchkey.com">jon@latchkey.com</a>)</li> | ||||
<li>Magesh Umasankar (<a href="mailto:umagesh@apache.org">umagesh@apache.org</a>)</li> | |||||
<li>Magesh Umasankar</li> | |||||
<li>Roger Vaughn (<a href="mailto:rvaughn@seaconinc.com">rvaughn@seaconinc.com</a>)</li> | <li>Roger Vaughn (<a href="mailto:rvaughn@seaconinc.com">rvaughn@seaconinc.com</a>)</li> | ||||
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li> | <li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li> | ||||
<li>Phillip Wells (<a href="mailto:philwells@rocketmail.com">philwells@rocketmail.com</a>)</li> | <li>Phillip Wells (<a href="mailto:philwells@rocketmail.com">philwells@rocketmail.com</a>)</li> | ||||
@@ -145,7 +145,7 @@ import org.apache.tools.ant.selectors.FileSelector; | |||||
* .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 Arnout J. Kuiper <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class DirectoryScanner implements FileScanner { | public class DirectoryScanner implements FileScanner { | ||||
@@ -58,7 +58,7 @@ import java.io.File; | |||||
/** | /** | ||||
* File Selector API. | * File Selector API. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public interface FileSelector { | public interface FileSelector { | ||||
public void setValue(final String value); | public void setValue(final String value); | ||||
@@ -59,7 +59,7 @@ 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 <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class FileTypeSelector implements FileSelector { | public class FileTypeSelector implements FileSelector { | ||||
private String value = null; | private String value = null; | ||||
@@ -72,7 +72,7 @@ import java.util.Vector; | |||||
* @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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class FileSet extends DataType implements Cloneable { | public class FileSet extends DataType implements Cloneable { | ||||
@@ -66,7 +66,7 @@ import java.util.Vector; | |||||
/** | /** | ||||
* Named collection of include/exclude tags. | * Named collection of include/exclude tags. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class Pattern { | public class Pattern { | ||||
private String pattern = null; | private String pattern = null; | ||||
@@ -78,7 +78,7 @@ import java.util.Vector; | |||||
* @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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class PatternSet extends DataType { | public class PatternSet extends DataType { | ||||
private Vector includeList = new Vector(); | private Vector includeList = new Vector(); | ||||
@@ -82,7 +82,7 @@ import org.apache.tools.ant.util.LoaderUtils; | |||||
* | * | ||||
* @author Conor MacNeill | * @author Conor MacNeill | ||||
* @author <a href="mailto:Jesse.Glick@netbeans.com">Jesse Glick</a> | * @author <a href="mailto:Jesse.Glick@netbeans.com">Jesse Glick</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class AntClassLoader extends ClassLoader implements BuildListener { | public class AntClassLoader extends ClassLoader implements BuildListener { | ||||
@@ -146,7 +146,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* | * | ||||
* @author Arnout J. Kuiper | * @author Arnout J. Kuiper | ||||
* <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | * <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
*/ | */ | ||||
public class DirectoryScanner implements FileScanner, SelectorScanner { | public class DirectoryScanner implements FileScanner, SelectorScanner { | ||||
@@ -63,7 +63,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
/** | /** | ||||
* Base class for core filter readers. | * Base class for core filter readers. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public abstract class BaseFilterReader | public abstract class BaseFilterReader | ||||
extends FilterReader { | extends FilterReader { | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.types.Parameterizable; | |||||
/** | /** | ||||
* Parameterized base class for core filter readers. | * Parameterized base class for core filter readers. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public abstract class BaseParamFilterReader | public abstract class BaseParamFilterReader | ||||
extends BaseFilterReader | extends BaseFilterReader | ||||
@@ -58,7 +58,7 @@ import java.io.Reader; | |||||
/** | /** | ||||
* Interface indicating that a reader may be chained to another one. | * Interface indicating that a reader may be chained to another one. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public interface ChainableReader { | public interface ChainableReader { | ||||
/** | /** | ||||
@@ -77,7 +77,7 @@ import java.lang.reflect.Method; | |||||
* <pre><classconstants/></pre> | * <pre><classconstants/></pre> | ||||
* Or: | * Or: | ||||
* <pre><filterreader classname="org.apache.tools.ant.filters.ClassConstants"/></pre> | * <pre><filterreader classname="org.apache.tools.ant.filters.ClassConstants"/></pre> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class ClassConstants | public final class ClassConstants | ||||
extends BaseFilterReader | extends BaseFilterReader | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.ant.Project; | |||||
* Or: | * Or: | ||||
* <pre><filterreader classname="org.apache.tools.ant.filters.ExpandProperties"/></pre> | * <pre><filterreader classname="org.apache.tools.ant.filters.ExpandProperties"/></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class ExpandProperties | public final class ExpandProperties | ||||
extends BaseFilterReader | extends BaseFilterReader | ||||
@@ -68,7 +68,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param name="lines" value="3"/> | * <param name="lines" value="3"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class HeadFilter | public final class HeadFilter | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -79,7 +79,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* This will include only those lines that contain <code>foo</code> and | * This will include only those lines that contain <code>foo</code> and | ||||
* <code>bar</code>. | * <code>bar</code>. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class LineContains | public final class LineContains | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -77,7 +77,7 @@ import org.apache.tools.ant.util.regexp.Regexp; | |||||
* | * | ||||
* This will fetch all those lines that contain the pattern <code>foo</code> | * This will fetch all those lines that contain the pattern <code>foo</code> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class LineContainsRegExp | public final class LineContainsRegExp | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param name="prefix" value="Foo"/> | * <param name="prefix" value="Foo"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class PrefixLines | public final class PrefixLines | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -75,7 +75,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param type="token" name="DATE" value="${TODAY}"/> | * <param type="token" name="DATE" value="${TODAY}"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class ReplaceTokens | public final class ReplaceTokens | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -60,7 +60,7 @@ import java.io.StringReader; | |||||
/** | /** | ||||
* Wraps a String as an InputStream. | * Wraps a String as an InputStream. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class StringInputStream | public class StringInputStream | ||||
extends InputStream { | extends InputStream { | ||||
@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <pre><filterreader classname="org.apache.tools.ant.filters.StripLineBreaks"/></pre> | * <pre><filterreader classname="org.apache.tools.ant.filters.StripLineBreaks"/></pre> | ||||
* | * | ||||
* @author Steve Loughran | * @author Steve Loughran | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class StripLineBreaks | public final class StripLineBreaks | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -81,7 +81,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param type="comment" value="//"/> | * <param type="comment" value="//"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class StripLineComments | public final class StripLineComments | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param name="tablength" value="8"/> | * <param name="tablength" value="8"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class TabsToSpaces | public final class TabsToSpaces | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.types.Parameter; | |||||
* <param name="lines" value="3"/> | * <param name="lines" value="3"/> | ||||
* </filterreader></pre> | * </filterreader></pre> | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class TailFilter | public final class TailFilter | ||||
extends BaseParamFilterReader | extends BaseParamFilterReader | ||||
@@ -74,7 +74,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
/** | /** | ||||
* Process a FilterReader chain. | * Process a FilterReader chain. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class ChainReaderHelper { | public final class ChainReaderHelper { | ||||
@@ -63,7 +63,7 @@ import org.apache.bcel.classfile.JavaClass; | |||||
/** | /** | ||||
* Helper class that filters constants from a Java Class | * Helper class that filters constants from a Java Class | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class JavaClassHelper { | public final class JavaClassHelper { | ||||
@@ -131,7 +131,7 @@ import org.apache.tools.ant.Project; | |||||
* 46 -> Cyan | * 46 -> Cyan | ||||
* 47 -> White | * 47 -> White | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class AnsiColorLogger extends DefaultLogger { | public final class AnsiColorLogger extends DefaultLogger { | ||||
// private static final int ATTR_NORMAL = 0; | // private static final int ATTR_NORMAL = 0; | ||||
@@ -72,7 +72,7 @@ import org.apache.tools.ant.util.StringUtils; | |||||
* | * | ||||
* @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:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -67,7 +67,7 @@ import org.apache.tools.bzip2.CBZip2InputStream; | |||||
* 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:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.bzip2.CBZip2OutputStream; | |||||
* Compresses a file with the BZIP2 algorithm. Normally used to compress | * Compresses a file with the BZIP2 algorithm. Normally used to compress | ||||
* non-compressed archives such as TAR files. | * non-compressed archives such as TAR files. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -75,7 +75,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
/** | /** | ||||
* Used to create or verify file checksums. | * Used to create or verify file checksums. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -88,7 +88,7 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
* <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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
@@ -77,7 +77,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -66,7 +66,7 @@ import org.apache.tools.ant.BuildException; | |||||
* as TAR files. | * as TAR files. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -65,7 +65,7 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* @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:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.types.FilterChain; | |||||
* Load a file into a property | * Load a file into a property | ||||
* | * | ||||
* @author Steve Loughran | * @author Steve Loughran | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* @ant.task category="utility" | * @ant.task category="utility" | ||||
*/ | */ | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.types.FilterChain; | |||||
/** | /** | ||||
* Load a file's contents as Ant properties. | * Load a file's contents as Ant properties. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* @ant.task category="utility" | * @ant.task category="utility" | ||||
*/ | */ | ||||
@@ -82,7 +82,7 @@ import org.apache.tools.ant.types.FilterSetCollection; | |||||
* | * | ||||
* @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:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
@@ -66,7 +66,7 @@ import org.apache.tools.ant.Task; | |||||
/** | /** | ||||
* Abstract Base class for pack tasks. | * Abstract Base class for pack tasks. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -64,7 +64,7 @@ import org.apache.tools.ant.taskdefs.email.EmailTask; | |||||
* elements. | * elements. | ||||
* @author glenn_twiggs@bmc.com | * @author glenn_twiggs@bmc.com | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.2 | * @since Ant 1.2 | ||||
* | * | ||||
@@ -82,7 +82,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -581,7 +581,7 @@ public class Tar extends MatchingTask { | |||||
/** | /** | ||||
* Set of options for long file handling in the task. | * Set of options for long file handling in the task. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public static class TarLongFileMode extends EnumeratedAttribute { | public static class TarLongFileMode extends EnumeratedAttribute { | ||||
@@ -78,7 +78,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* @author stefano@apache.org | * @author stefano@apache.org | ||||
* @author roxspring@yahoo.com | * @author roxspring@yahoo.com | ||||
* @author Conor MacNeill | * @author Conor MacNeill | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* @ant.task category="utility" | * @ant.task category="utility" | ||||
*/ | */ | ||||
@@ -62,7 +62,7 @@ import org.apache.tools.ant.Task; | |||||
/** | /** | ||||
* Abstract Base class for unpack tasks. | * Abstract Base class for unpack tasks. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
*/ | */ | ||||
@@ -84,7 +84,7 @@ import org.apache.tools.tar.TarInputStream; | |||||
* <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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.1 | * @since Ant 1.1 | ||||
* | * | ||||
@@ -80,7 +80,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* millesond, second, minute, hour, day and week. The default is millisecond. | * millesond, second, minute, hour, day and week. The default is millisecond. | ||||
* | * | ||||
* @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | * @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* | * | ||||
* @since Ant 1.5 | * @since Ant 1.5 | ||||
* | * | ||||
@@ -61,7 +61,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @since Ant 1.4 | * @since Ant 1.4 | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
@@ -70,7 +70,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* A task to send SMTP email. This is a refactoring of the SendMail and | * A task to send SMTP email. This is a refactoring of the SendMail and | ||||
* MimeMail tasks such that both are within a single task. | * MimeMail tasks such that both are within a single task. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author glenn_twiggs@bmc.com | * @author glenn_twiggs@bmc.com | ||||
* @author steve_l@iseran.com steve loughran | * @author steve_l@iseran.com steve loughran | ||||
* @author ehatcher@apache.org Erik Hatcher | * @author ehatcher@apache.org Erik Hatcher | ||||
@@ -101,7 +101,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* rvaughn@seaconinc.com</a> | * rvaughn@seaconinc.com</a> | ||||
* @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com"> | * @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com"> | ||||
* glennm@ca.ibm.com</a> | * glennm@ca.ibm.com</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author <a href="mailto:kadams@gfs.com">Kyle Adams</a> | * @author <a href="mailto:kadams@gfs.com">Kyle Adams</a> | ||||
* @since Ant 1.3 | * @since Ant 1.3 | ||||
*/ | */ | ||||
@@ -92,7 +92,7 @@ import org.apache.tools.ant.types.selectors.SizeSelector; | |||||
* @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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
*/ | */ | ||||
public abstract class AbstractFileSet extends DataType implements Cloneable, | public abstract class AbstractFileSet extends DataType implements Cloneable, | ||||
@@ -60,7 +60,7 @@ import org.apache.tools.ant.BuildException; | |||||
* An AntFileReader is a wrapper class that encloses the classname | * An AntFileReader is a wrapper class that encloses the classname | ||||
* and configuration of a Configurable FilterReader. | * and configuration of a Configurable FilterReader. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class AntFilterReader | public final class AntFilterReader | ||||
extends DataType | extends DataType | ||||
@@ -63,7 +63,7 @@ package org.apache.tools.ant.types; | |||||
* @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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class FileSet extends AbstractFileSet { | public class FileSet extends AbstractFileSet { | ||||
@@ -71,7 +71,7 @@ import org.apache.tools.ant.filters.TailFilter; | |||||
/** | /** | ||||
* FilterChain may contain a chained set of filter readers. | * FilterChain may contain a chained set of filter readers. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class FilterChain extends DataType implements Cloneable { | public final class FilterChain extends DataType implements Cloneable { | ||||
@@ -56,7 +56,7 @@ package org.apache.tools.ant.types; | |||||
/** | /** | ||||
* A parameter is composed of a name, type and value. | * A parameter is composed of a name, type and value. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public final class Parameter { | public final class Parameter { | ||||
private String name = null; | private String name = null; | ||||
@@ -56,7 +56,7 @@ package org.apache.tools.ant.types; | |||||
/** | /** | ||||
* Parameterizable objects take genric key value pairs. | * Parameterizable objects take genric key value pairs. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public interface Parameterizable { | public interface Parameterizable { | ||||
void setParameters(Parameter[] parameters); | void setParameters(Parameter[] parameters); | ||||
@@ -68,7 +68,7 @@ import java.util.Vector; | |||||
* | * | ||||
* @author Arnout J. Kuiper | * @author Arnout J. Kuiper | ||||
* <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | * <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
* @since 1.5 | * @since 1.5 | ||||
*/ | */ | ||||
@@ -92,7 +92,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> | ||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
@@ -66,7 +66,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* Test to see if static initializers are invoked the same way | * Test to see if static initializers are invoked the same way | ||||
* when <java> is invoked in forked and unforked modes. | * when <java> is invoked in forked and unforked modes. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class InitializeClassTest extends BuildFileTest { | public class InitializeClassTest extends BuildFileTest { | ||||
@@ -62,7 +62,7 @@ import java.io.File; | |||||
* Test the load file task | * Test the load file task | ||||
* | * | ||||
* @author Steve Loughran | * @author Steve Loughran | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
* @created 10 December 2001 | * @created 10 December 2001 | ||||
*/ | */ | ||||
public class LoadFileTest extends BuildFileTest { | public class LoadFileTest extends BuildFileTest { | ||||
@@ -58,7 +58,7 @@ import org.apache.tools.ant.*; | |||||
import org.apache.tools.ant.BuildFileTest; | import org.apache.tools.ant.BuildFileTest; | ||||
/** | /** | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class LoadPropertiesTest extends BuildFileTest { | public class LoadPropertiesTest extends BuildFileTest { | ||||
@@ -63,7 +63,7 @@ import java.io.IOException; | |||||
/** | /** | ||||
* Tests the Move task. | * Tests the Move task. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | |||||
* @author Magesh Umasankar | |||||
*/ | */ | ||||
public class MoveTest extends BuildFileTest { | public class MoveTest extends BuildFileTest { | ||||