[pkg-eucalyptus-commits] r319 - mule/trunk/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 7 10:52:01 UTC 2014


Author: ebourg-guest
Date: 2014-08-07 10:52:01 +0000 (Thu, 07 Aug 2014)
New Revision: 319

Modified:
   mule/trunk/debian/build.xml
   mule/trunk/debian/changelog
Log:
Stop the build on compilation failures



Modified: mule/trunk/debian/build.xml
===================================================================
--- mule/trunk/debian/build.xml	2014-08-07 10:51:11 UTC (rev 318)
+++ mule/trunk/debian/build.xml	2014-08-07 10:52:01 UTC (rev 319)
@@ -35,7 +35,6 @@
                  classpathref="classpath"
                  destdir="@{dir}/${build.dir}"
                  deprecation="false"
-                 failonerror="false"
                  debug="true"
                  target="1.5"
                  listfiles="true"/>
@@ -86,7 +85,6 @@
                            classpathref="classpath"
                            destdir="modules/management/${build.dir}"
                            deprecation="false"
-                           failonerror="false"
                            debug="true"
                            target="1.5"
                            listfiles="true"

Modified: mule/trunk/debian/changelog
===================================================================
--- mule/trunk/debian/changelog	2014-08-07 10:51:11 UTC (rev 318)
+++ mule/trunk/debian/changelog	2014-08-07 10:52:01 UTC (rev 319)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Removed the dependency on backport-util-concurrent
+  * The build now stops on compilation failures
   * debian/control:
     - Removed the JRE dependency on libmule-java-2.0
     - Removed the non existent build dependency on libjetty6-java




More information about the pkg-eucalyptus-commits mailing list