]> source.dussan.org Git - gitblit.git/commitdiff
A failure to download dependencies fails the build. Otherwise we proceed with lots...
authorMarcin Floryan <marcin.floryan@gmail.com>
Wed, 31 Oct 2012 15:26:39 +0000 (15:26 +0000)
committerJames Moger <james.moger@gitblit.com>
Fri, 2 Nov 2012 21:03:49 +0000 (17:03 -0400)
build.xml

index 6dca87d49bdd6e9df72395c3cbbb3bb2ac7ca114..e637af06402e177f7512d3374b1bc9c605d68cde 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <include name="com/gitblit/utils/StringUtils.java" />                   \r
                </javac>\r
 \r
-               <java classpath="${project.build.dir}" classname="com.gitblit.build.Build">\r
+               <java classpath="${project.build.dir}" classname="com.gitblit.build.Build" failonerror="true">\r
                        <syspropertyset id="proxy.properties">\r
                                <propertyref prefix="java.net.useSystemProxies"/>\r
                                <propertyref prefix="http."/>\r