git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270752 13f79535-47bb-0310-9956-ffa450edef68master
@@ -355,7 +355,7 @@ | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | <td bgcolor="#a0ddf0" colspan="" rowspan="" | ||||
valign="top" align="left"> | valign="top" align="left"> | ||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | <font color="#000000" size="-1" face="arial,helvetica,sanserif"> | ||||
<a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
<a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
</font> | </font> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -799,7 +799,7 @@ | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | <td bgcolor="#a0ddf0" colspan="" rowspan="" | ||||
valign="top" align="left"> | valign="top" align="left"> | ||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | <font color="#000000" size="-1" face="arial,helvetica,sanserif"> | ||||
<a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
<a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
</font> | </font> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -95,7 +95,7 @@ import org.apache.tools.ant.types.SysProperties; | |||||
* @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:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | * @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* @see JUnitTest | * @see JUnitTest | ||||
* @see BatchTest | * @see BatchTest | ||||
*/ | */ | ||||
@@ -43,7 +43,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* Summary output is generated at the end. | * Summary output is generated at the end. | ||||
* | * | ||||
* @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:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
*/ | */ | ||||
public class JUnitTestRunner | public class JUnitTestRunner | ||||
implements TestListener | implements TestListener | ||||
@@ -28,7 +28,7 @@ import org.w3c.dom.Text; | |||||
* Prints XML output of the test to a specified Writer. | * Prints XML output of the test to a specified Writer. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* @see FormatterElement | * @see FormatterElement | ||||
*/ | */ | ||||
@@ -36,7 +36,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @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 erik@hatcher.net Erik Hatcher | |||||
* @author ehatcher@apache.org Erik Hatcher | |||||
* @author paulo.gaspar@krankikom.de Paulo Gaspar | * @author paulo.gaspar@krankikom.de Paulo Gaspar | ||||
* @created 01 May 2001 | * @created 01 May 2001 | ||||
*/ | */ | ||||
@@ -95,7 +95,7 @@ import org.apache.tools.ant.types.SysProperties; | |||||
* @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:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | * @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* @see JUnitTest | * @see JUnitTest | ||||
* @see BatchTest | * @see BatchTest | ||||
*/ | */ | ||||
@@ -43,7 +43,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* Summary output is generated at the end. | * Summary output is generated at the end. | ||||
* | * | ||||
* @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:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
*/ | */ | ||||
public class JUnitTestRunner | public class JUnitTestRunner | ||||
implements TestListener | implements TestListener | ||||
@@ -28,7 +28,7 @@ import org.w3c.dom.Text; | |||||
* Prints XML output of the test to a specified Writer. | * Prints XML output of the test to a specified Writer. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* @see FormatterElement | * @see FormatterElement | ||||
*/ | */ | ||||
@@ -36,7 +36,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @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 erik@hatcher.net Erik Hatcher | |||||
* @author ehatcher@apache.org Erik Hatcher | |||||
* @author paulo.gaspar@krankikom.de Paulo Gaspar | * @author paulo.gaspar@krankikom.de Paulo Gaspar | ||||
* @created 01 May 2001 | * @created 01 May 2001 | ||||
*/ | */ | ||||
@@ -254,7 +254,7 @@ h6 { | |||||
<!-- | <!-- | ||||
Write properties into a JavaScript data structure. | Write properties into a JavaScript data structure. | ||||
This is based on the original idea by Erik Hatcher (erik@hatcher.net) | |||||
This is based on the original idea by Erik Hatcher (ehatcher@apache.org) | |||||
--> | --> | ||||
<xsl:template match="properties"> | <xsl:template match="properties"> | ||||
cur = TestCases['<xsl:value-of select="../@package"/>.<xsl:value-of select="../@name"/>'] = new Array(); | cur = TestCases['<xsl:value-of select="../@package"/>.<xsl:value-of select="../@name"/>'] = new Array(); | ||||
@@ -263,7 +263,7 @@ | |||||
<!-- | <!-- | ||||
Write properties into a JavaScript data structure. | Write properties into a JavaScript data structure. | ||||
This is based on the original idea by Erik Hatcher (erik@hatcher.net) | |||||
This is based on the original idea by Erik Hatcher (ehatcher@apache.org) | |||||
--> | --> | ||||
<xsl:template match="properties"> | <xsl:template match="properties"> | ||||
cur = TestCases['<xsl:value-of select="../@package"/>.<xsl:value-of select="../@name"/>'] = new Array(); | cur = TestCases['<xsl:value-of select="../@package"/>.<xsl:value-of select="../@name"/>'] = new Array(); | ||||
@@ -95,8 +95,7 @@ import org.apache.tools.mail.MailMessage; | |||||
* MailLogger.properties.file property</i> . Any properties defined in that | * MailLogger.properties.file property</i> . Any properties defined in that | ||||
* file will override Ant properties. | * file will override Ant properties. | ||||
* | * | ||||
*@author Erik Hatcher <a href="mailto:erik@hatcher.net">erik@hatcher.net | |||||
* </a> | |||||
*@author Erik Hatcher <a href="mailto:ehatcher@apache.org">ehatcher@apache.org</a> | |||||
*@created December 12, 2001 | *@created December 12, 2001 | ||||
*/ | */ | ||||
public class MailLogger extends DefaultLogger { | public class MailLogger extends DefaultLogger { | ||||
@@ -139,7 +139,7 @@ import java.net.URL; | |||||
* @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:sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> | ||||
* @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | * @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* | * | ||||
* @see JUnitTest | * @see JUnitTest | ||||
* @see BatchTest | * @see BatchTest | ||||
@@ -96,7 +96,7 @@ import java.util.Vector; | |||||
* <p> Summary output is generated at the end. | * <p> Summary output is generated at the end. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
*/ | */ | ||||
public class JUnitTestRunner implements TestListener { | public class JUnitTestRunner implements TestListener { | ||||
@@ -81,7 +81,7 @@ import junit.framework.TestCase; | |||||
* Prints XML output of the test to a specified Writer. | * Prints XML output of the test to a specified Writer. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author <a href="mailto:erik@hatcher.net">Erik Hatcher</a> | |||||
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> | |||||
* | * | ||||
* @see FormatterElement | * @see FormatterElement | ||||
*/ | */ | ||||
@@ -100,7 +100,7 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @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 erik@hatcher.net Erik Hatcher | |||||
* @author ehatcher@apache.org Erik Hatcher | |||||
* @author paulo.gaspar@krankikom.de Paulo Gaspar | * @author paulo.gaspar@krankikom.de Paulo Gaspar | ||||
* @created 01 May 2001 | * @created 01 May 2001 | ||||
*/ | */ | ||||
@@ -112,7 +112,7 @@ | |||||
<table> | <table> | ||||
<tr> | <tr> | ||||
<th>Author:</th> | <th>Author:</th> | ||||
<td><a href="mailto:erik@hatcher.net">Erik Hatcher</a></td> | |||||
<td><a href="mailto:ehatcher@apache.org">Erik Hatcher</a></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th>URL:</th> | <th>URL:</th> | ||||
@@ -280,7 +280,7 @@ | |||||
<table> | <table> | ||||
<tr> | <tr> | ||||
<th>Author:</th> | <th>Author:</th> | ||||
<td><a href="mailto:erik@hatcher.net">Erik Hatcher</a></td> | |||||
<td><a href="mailto:ehatcher@apache.org">Erik Hatcher</a></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th>URL:</th> | <th>URL:</th> | ||||