Browse Source

inherit log from ProjectComponent

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270221 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
e8ef1de461
2 changed files with 0 additions and 24 deletions
  1. +0
    -12
      proposal/myrmidon/src/main/org/apache/tools/ant/Task.java
  2. +0
    -12
      proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java

+ 0
- 12
proposal/myrmidon/src/main/org/apache/tools/ant/Task.java View File

@@ -26,18 +26,6 @@ public abstract class Task
{
}

/**
* Log a mesage with the give priority.
*
* @param msgLevel the message priority at which this message is to be
* logged.
* @param msg Description of Parameter
*/
public void log( String msg, int msgLevel )
{
project.log( this, msg, msgLevel );
}

protected void handleErrorOutput( String line )
{
log( line, Project.MSG_ERR );


+ 0
- 12
proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java View File

@@ -26,18 +26,6 @@ public abstract class Task
{
}

/**
* Log a mesage with the give priority.
*
* @param msgLevel the message priority at which this message is to be
* logged.
* @param msg Description of Parameter
*/
public void log( String msg, int msgLevel )
{
project.log( this, msg, msgLevel );
}

protected void handleErrorOutput( String line )
{
log( line, Project.MSG_ERR );


Loading…
Cancel
Save