User: user57
Date: 01/09/11 17:08:41
Modified: jboss build.xml
Log:
o moved all task.properties includes to the bottom of _configure
o changed non init or configure <call> usage to use depends=""
Revision Changes Path
1.24 +6 -8 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 2001/09/11 22:56:30 1.23
+++ build.xml 2001/09/12 00:08:41 1.24
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.23 2001/09/11 22:56:30 pkendall Exp $ -->
+<!-- $Id: build.xml,v 1.24 2001/09/12 00:08:41 user57 Exp $ -->
<project default="main" name="JBoss/Build">
@@ -151,6 +151,9 @@
<call target="_configure-libraries"/>
<call target="_configure-modules"/>
<call target="_configure-tasks"/>
+
+ <!-- Load common task properties -->
+ <property resource="planet57/tools/buildmagic/task.properties"/>
</target>
<!-- Configure the thirdparty tools required to build this module. -->
@@ -321,9 +324,6 @@
<!-- Configure the tasks used by this module. -->
<target name="_configure-tasks" unless="configure-tasks.disable">
- <!-- Load common task properties -->
- <property resource="planet57/tools/buildmagic/task.properties"/>
-
<!-- Skip any missing modules and issue a warning -->
<property name="executemodules.skipmissing" value="true"/>
@@ -1203,7 +1203,7 @@
<fileset dir="${javagroups.javagroups.lib}">
<include name="JavaGroups.jar"/>
</fileset>
- <fileset dir="${apache.log4j.lib}">
+ <fileset dir="${apache.log4j.lib}">
<include name="log4j.jar"/>
</fileset>
<fileset dir="${sun.jsr77.lib}">
@@ -1260,9 +1260,7 @@
<!-- Release -->
<!-- ================================================================== -->
- <target name="release" depends="install">
- <call target="modules-all"/>
- </target>
+ <target name="release" depends="install, modules-all"/>
<target name="release-zip" depends="release"
description="Builds a ZIP release distribution.">
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development