Browse Source

not with a house, not with a mouse, I do not like green eggs and SPAM

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270752 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
244711d7d3
17 changed files with 19 additions and 20 deletions
  1. +2
    -2
      docs/resources.html
  2. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  3. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  4. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java
  5. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java
  6. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  7. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  8. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java
  9. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java
  10. +1
    -1
      src/etc/junit-frames.xsl
  11. +1
    -1
      src/etc/junit-noframes.xsl
  12. +1
    -2
      src/main/org/apache/tools/ant/listener/MailLogger.java
  13. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  14. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  15. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java
  16. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java
  17. +2
    -2
      xdocs/resources.xml

+ 2
- 2
docs/resources.html View File

@@ -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>


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -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
*/ */


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java View File

@@ -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


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java View File

@@ -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
*/ */




+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java View File

@@ -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
*/ */


+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -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
*/ */


+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java View File

@@ -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


+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java View File

@@ -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
*/ */




+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java View File

@@ -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
*/ */


+ 1
- 1
src/etc/junit-frames.xsl View File

@@ -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();


+ 1
- 1
src/etc/junit-noframes.xsl View File

@@ -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();


+ 1
- 2
src/main/org/apache/tools/ant/listener/MailLogger.java View File

@@ -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 {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -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


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java View File

@@ -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 {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java View File

@@ -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
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/net/MimeMail.java View File

@@ -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
*/ */


+ 2
- 2
xdocs/resources.xml View File

@@ -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>


Loading…
Cancel
Save