donaldp 01/12/21 05:36:05
Modified: proposal/myrmidon/src/main/org/apache/tools/ant Task.java
Log:
Remove execute as inherited from parent
Revision Changes Path
1.17 +0 -13
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java
Index: Task.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Task.java 2001/12/16 06:43:22 1.16
+++ Task.java 2001/12/21 13:36:05 1.17
@@ -13,19 +13,6 @@
extends ProjectComponent
implements org.apache.myrmidon.api.Task
{
- /**
- * Called by the project to let the task do it's work. This method may be
- * called more than once, if the task is invoked more than once. For
- * example, if target1 and target2 both depend on target3, then running
"ant
- * target1 target2" will run all tasks in target3 twice.
- *
- * @throws TaskException if someting goes wrong with the build
- */
- public void execute()
- throws TaskException
- {
- }
-
protected void handleErrorOutput( String line )
{
log( line, Project.MSG_ERR );
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>