eclipse plugin: Log the ant job to the tool log
This commit is contained in:
parent
a94821441a
commit
6b04a0c65a
1 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ public class WesnothProjectBuilder extends IncrementalProjectBuilder
|
|||
Logger.getInstance().log("Ant result:"); //$NON-NLS-1$
|
||||
|
||||
String result = AntUtils.runAnt( buildXMLPath, properties, true );
|
||||
Logger.getInstance().log(result);
|
||||
Logger.getInstance().logTool( result );
|
||||
monitor.worked(10);
|
||||
|
||||
if (result == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue