Author: nickboldt
Date: 2011-03-08 17:34:55 -0500 (Tue, 08 Mar 2011)
New Revision: 29624
Modified:
branches/3.3.indigo/build/target-platform/build.xml
Log:
add failonerror when running p2.mirror
Modified: branches/3.3.indigo/build/target-platform/build.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/build.xml 2011-03-08 22:34:45 UTC (rev
29623)
+++ branches/3.3.indigo/build/target-platform/build.xml 2011-03-08 22:34:55 UTC (rev
29624)
@@ -72,7 +72,7 @@
To run for JBDS target file instead of JBT target files, pass in alternate target file
and resulting repo path:
- $ ant -DtargetFile=jbds.target -DrepoDir=${WORKINGDIR}/JBDS_REPO/
+ $ ant -DtargetFile=jbds.target -DrepoDir=${WORKINGDIR}/JBDS_REPO/
</echo>
</target>
@@ -185,7 +185,7 @@
<!-- /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data /tmp/workspace
-consolelog -application
org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml -Ddebug=true
-DfollowStrict=true -DrepoDir=/tmp/REPO/ -->
<target name="run.p2mirror.script" description="build target update
site using p2.mirror">
- <exec
executable="${WORKINGDIR}/eclipse-${eclipse.version}/eclipse/eclipse"
dir="${basedir}">
+ <exec
executable="${WORKINGDIR}/eclipse-${eclipse.version}/eclipse/eclipse"
dir="${basedir}" failonerror="true">
<arg line=" -nosplash -data ${tmpdir}/workspace -consolelog -application
org.eclipse.ant.core.antRunner" />
<arg line=" -f ${targetFile}.p2mirror.xml -DfollowStrict=true
-DrepoDir=${repoDir}" />
<arg line=" -Ddebug=true" />