git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270205 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -22,7 +22,6 @@ public abstract class Task | |||||
| try | try | ||||
| { | { | ||||
| project.fireTaskStarted( this ); | project.fireTaskStarted( this ); | ||||
| maybeConfigure(); | |||||
| execute(); | execute(); | ||||
| project.fireTaskFinished( this, null ); | project.fireTaskFinished( this, null ); | ||||
| } | } | ||||
| @@ -83,16 +82,6 @@ public abstract class Task | |||||
| project.log( this, msg, 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 ) | protected void handleErrorOutput( String line ) | ||||
| { | { | ||||
| log( line, Project.MSG_ERR ); | log( line, Project.MSG_ERR ); | ||||
| @@ -22,7 +22,6 @@ public abstract class Task | |||||
| try | try | ||||
| { | { | ||||
| project.fireTaskStarted( this ); | project.fireTaskStarted( this ); | ||||
| maybeConfigure(); | |||||
| execute(); | execute(); | ||||
| project.fireTaskFinished( this, null ); | project.fireTaskFinished( this, null ); | ||||
| } | } | ||||
| @@ -83,16 +82,6 @@ public abstract class Task | |||||
| project.log( this, msg, 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 ) | protected void handleErrorOutput( String line ) | ||||
| { | { | ||||
| log( line, Project.MSG_ERR ); | log( line, Project.MSG_ERR ); | ||||