[eclipse/antrun-test] XMVN_DEBUG=1

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Feb 27 15:57:27 UTC 2013


commit a15e423dcd88825678e088c8921bb119b42babc8
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Feb 27 17:56:27 2013 +0200

    XMVN_DEBUG=1

 eclipse.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 99f0d69..b918519 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -486,6 +486,7 @@ find . -name MANIFEST.MF -exec sed -i -e 's at 9.0.0)@9.1.0]@' {} \;
 %build
 #This is the lowest value where the build succeeds. 512m is not enough.
 export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState"
+export XMVN_DEBUG=1
 
 mvn-rpmbuild -f eclipse-parent/pom.xml \
     install \
@@ -498,13 +499,13 @@ pushd rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/
 popd
 
 pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}
-	mvn-rpmbuild clean install \
+	mvn-rpmbuild -X clean install \
    -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
    -Dmaven.local.mode=true -Dtycho.local.keepTarget -Dbuilddoc=$((%{bootstrap} != 1)) -Pno-bree-libs
 popd
 
 export GTK_VERSION=3.0
-mvn-rpmbuild clean install \
+mvn-rpmbuild -X clean install \
    -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
    -Dmaven.local.mode=true -Dtycho.local.keepTarget -Dbuilddoc=$((%{bootstrap} != 1)) -Pno-bree-libs
 


More information about the scm-commits mailing list