[jboss-cvs] JBossAS SVN: r72899 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 30 11:26:06 EDT 2008
Author: pgier
Date: 2008-04-30 11:26:06 -0400 (Wed, 30 Apr 2008)
New Revision: 72899
Modified:
trunk/build/build.xml
Log:
Make the init target a dependency of the createthirdparty target. This will cause the jdk1.5 check to happen before running maven.
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2008-04-30 14:30:46 UTC (rev 72898)
+++ trunk/build/build.xml 2008-04-30 15:26:06 UTC (rev 72899)
@@ -912,7 +912,7 @@
<!-- then generate a new libraries.ent file and include it in -->
<!-- the build -->
<target name="createthirdparty" unless="inhibit.downloads"
- depends="check.inhibit.downloads, set.proxy">
+ depends="init, check.inhibit.downloads, set.proxy">
<property name="maven.dir" value="${basedir}/../tools/maven"/>
<property name="thirdparty.maven.opts" value=""/>
More information about the jboss-cvs-commits
mailing list