Author: hibou
Date: Mon May 19 06:30:56 2008
New Revision: 657828
URL: http://svn.apache.org/viewvc?rev=657828&view=rev
Log:
Make the build put the eclipse logs into the console for easier debugging of
the build
Modified:
ant/ivy/ivyde/trunk/build.xml
Modified: ant/ivy/ivyde/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=657828&r1=657827&r2=657828&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Mon May 19 06:30:56 2008
@@ -60,6 +60,7 @@
<tstamp />
<java classpath="${eclipse.classpath}"
classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true">
<arg value="-clean" />
+ <arg value="-consolelog" />
<arg line="-application org.eclipse.pde.build.Build" />
<sysproperty key="baseLocation" value="${baseLocation}"/>
<sysproperty key="builder" path="${basedir}/builder/component"/>