eclipse plugin: Log the ant job to the tool log

This commit is contained in:
Timotei Dolean 2011-07-30 08:00:51 +00:00
parent a94821441a
commit 6b04a0c65a

View file

@ -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)