bodewig 2003/02/07 01:52:16
Modified: docs/manual Tag: ANT_15_BRANCH install.html
docs/manual/OptionalTasks Tag: ANT_15_BRANCH test.html
src/main/org/apache/tools/ant/taskdefs/optional Tag:
ANT_15_BRANCH Test.java
Log:
Testlet is dead
Revision Changes Path
No revision
No revision
1.29.2.16 +4 -2 jakarta-ant/docs/manual/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/install.html,v
retrieving revision 1.29.2.15
retrieving revision 1.29.2.16
diff -u -r1.29.2.15 -r1.29.2.16
--- install.html 1 Feb 2003 14:27:34 -0000 1.29.2.15
+++ install.html 7 Feb 2003 09:52:15 -0000 1.29.2.16
@@ -320,8 +320,10 @@
</tr>
<tr>
<td>testlet.jar</td>
- <td>test task</td>
- <td><a href="http://java.apache.org/framework"
target="_top">java.apache.org/framework</a></td>
+ <td><strong>deprecated</strong> test task</td>
+ <td>Build from the gzip compress tar archive in <a
+ href="http://cvs.apache.org/viewcvs.cgi/avalon-site/graveyard/"
+
target="_top">http://cvs.apache.org/viewcvs.cgi/avalon-site/graveyard/</a></td>
</tr>
<tr>
<td>antlr.jar</td>
No revision
No revision
1.7.2.2 +3 -1 jakarta-ant/docs/manual/OptionalTasks/test.html
Index: test.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/test.html,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- test.html 20 Jun 2002 16:45:00 -0000 1.7.2.1
+++ test.html 7 Feb 2003 09:52:16 -0000 1.7.2.2
@@ -10,6 +10,8 @@
<h2><a name="test">Test</a></h2>
<h3>Description</h3>
<p>This is a primitive task to execute a unit test in the org.apache.testlet
framework.</p>
+<p><strong>This task is deprectated as the Testlet framework has been
+abandoned in favor of JUnit by the Avalon community.</strong></p>
<p><strong>Note:</strong> This task depends on external libraries not
included
in the Ant distribution. See <a href="../install.html#librarydependencies">
Library Dependencies</a> for more information.
@@ -68,7 +70,7 @@
The above will run the testlets org.foo.MyTestlet and org.foo.MyOtherTestlet
<hr>
-<p align="center">Copyright © 2001-2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2001-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>
No revision
No revision
1.8.2.3 +6 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Test.java
Index: Test.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Test.java,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -r1.8.2.2 -r1.8.2.3
--- Test.java 24 Jun 2002 02:28:10 -0000 1.8.2.2
+++ Test.java 7 Feb 2003 09:52:16 -0000 1.8.2.3
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000,2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2000,2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -58,8 +58,12 @@
import java.util.Vector;
/**
- * This is a primitive task to execute a unit test in the org.apache.testlet
framework.
+ * This is a primitive task to execute a unit test in the
+ * org.apache.testlet framework.
*
+ * @deprecated testlet has been abandoned in favor of JUnit by the
+ * Avalon community
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
* @ant.task ignore="true"
*/