donaldp 01/12/15 21:31:05
Modified: proposal/myrmidon/src/main/org/apache/tools/ant Task.java
Log:
Maybe configure means nothing now that container is handling the task
model/proxy
Revision Changes Path
1.11 +0 -11
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Task.java 2001/12/16 05:15:15 1.10
+++ Task.java 2001/12/16 05:31:05 1.11
@@ -22,7 +22,6 @@
try
{
project.fireTaskStarted( this );
- maybeConfigure();
execute();
project.fireTaskFinished( this, null );
}
@@ -81,16 +80,6 @@
public void log( String msg, int msgLevel )
{
project.log( this, msg, msgLevel );
- }
-
- /**
- * Configure this task - if it hasn't been done already.
- *
- * @exception BuildException Description of Exception
- */
- public void maybeConfigure()
- throws TaskException
- {
}
protected void handleErrorOutput( String line )
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>