[pkg-java] r2744 - branches/tomcat5.5/feature/debian/build
Marcus Better
marcusb-guest at alioth.debian.org
Tue Nov 14 16:38:09 CET 2006
Author: marcusb-guest
Date: 2006-11-14 16:38:09 +0100 (Tue, 14 Nov 2006)
New Revision: 2744
Modified:
branches/tomcat5.5/feature/debian/build/build.xml
Log:
Disable downloading of dependencies.
Modified: branches/tomcat5.5/feature/debian/build/build.xml
===================================================================
--- branches/tomcat5.5/feature/debian/build/build.xml 2006-11-14 15:37:31 UTC (rev 2743)
+++ branches/tomcat5.5/feature/debian/build/build.xml 2006-11-14 15:38:09 UTC (rev 2744)
@@ -1999,6 +1999,8 @@
<target name="testexist">
<echo message="Testing for ${destfile}"/>
<available file="${destfile}" property="exist"/>
+ <fail unless="exist"
+ message="Required file not found, and downloading disabled" />
</target>
<target name="downloadgz" unless="exist" depends="setproxy,testexist">
More information about the pkg-java-commits
mailing list