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

@ -261,8 +261,8 @@ public class WesnothProjectBuilder extends IncrementalProjectBuilder
properties.put("wesnoth.user.dir", paths.getUserDir( )); //$NON-NLS-1$
Logger.getInstance().log("Ant result:"); //$NON-NLS-1$
String result = AntUtils.runAnt( buildXMLPath, properties, true);
Logger.getInstance().log(result);
String result = AntUtils.runAnt( buildXMLPath, properties, true );
Logger.getInstance().logTool( result );
monitor.worked(10);
if (result == null)