Marcin Floryan
2012-10-31 1370d424a794ec191966b81f4f975161a38895dc
A failure to download dependencies fails the build. Otherwise we proceed with lots of errors anyway.
1 files modified
2 ■■■ changed files
build.xml 2 ●●● patch | view | raw | blame | history
build.xml
@@ -128,7 +128,7 @@
            <include name="com/gitblit/utils/StringUtils.java" />            
        </javac>
        <java classpath="${project.build.dir}" classname="com.gitblit.build.Build">
        <java classpath="${project.build.dir}" classname="com.gitblit.build.Build" failonerror="true">
            <syspropertyset id="proxy.properties">
                <propertyref prefix="java.net.useSystemProxies"/>
                <propertyref prefix="http."/>