Author: heiko.braun(a)jboss.com
Date: 2008-01-08 12:02:44 -0500 (Tue, 08 Jan 2008)
New Revision: 5425
Modified:
stack/metro/trunk/ant-import/build-deploy.xml
stack/metro/trunk/build.xml
Log:
Differentiate 423 and 422 build requirements
Modified: stack/metro/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/metro/trunk/ant-import/build-deploy.xml 2008-01-08 16:18:28 UTC (rev 5424)
+++ stack/metro/trunk/ant-import/build-deploy.xml 2008-01-08 17:02:44 UTC (rev 5425)
@@ -20,7 +20,7 @@
<!-- Deployment JBoss422 -->
<!-- ================================================================== -->
- <target name="deploy-jboss422"
depends="jars-jboss42,undeploy-jboss422" description="Deploy jbossws/sunri
to jboss42">
+ <target name="deploy-jboss422"
depends="jars-jboss422,undeploy-jboss422" description="Deploy jbossws/sunri
to jboss42">
<macro-deploy-sunri422
stacklibs="${int.sunri.dir}/output/lib"
thirdpartylibs="${int.sunri.dir}/thirdparty"/>
@@ -40,7 +40,7 @@
<!-- Deployment JBoss423 -->
<!-- ================================================================== -->
- <target name="deploy-jboss423"
depends="jars-jboss42,undeploy-jboss423" description="Deploy jbossws/sunri
to jboss42">
+ <target name="deploy-jboss423" depends="jars-jboss423,
undeploy-jboss423" description="Deploy jbossws/sunri to jboss42">
<macro-deploy-sunri423
stacklibs="${int.sunri.dir}/output/lib"
thirdpartylibs="${int.sunri.dir}/thirdparty"/>
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2008-01-08 16:18:28 UTC (rev 5424)
+++ stack/metro/trunk/build.xml 2008-01-08 17:02:44 UTC (rev 5425)
@@ -99,7 +99,7 @@
<!--
| Build all jar files.
-->
- <target name="jars"
depends="build.metro,compile,jars-jboss42,jars-jboss50" description="Builds
all jar files.">
+ <target name="jars"
depends="build.metro,compile,jars-jboss422,jars-jboss423,jars-jboss50"
description="Builds all jar files.">
</target>
<target name="jars-common" depends="build.metro,compile">
@@ -196,7 +196,7 @@
</jar>
</target>
- <target name="jars-jboss42" depends="jars-common"
if="jboss422.home">
+ <target name="jars-jboss422" depends="jars-common"
if="jboss422.home">
<unzip dest="${sunri.output.dir}/resources"
src="${thirdparty.dir}/jbossws-jboss42-resources.zip"/>
@@ -255,6 +255,13 @@
</jar>
</target>
+ <target name="jars-jboss423" depends="jars-common"
if="jboss423.home">
+
+ <!-- override the property, it's the same build operations -->
+ <property name="jboss422.home"
value="${jboss423.home}"/>
+ <antcall target="jars-jboss422"/>
+ </target>
+
<!-- Generate the JavaDoc -->
<target name="javadoc" depends="init"
description="Generate the Javadoc" if="javadoc">
Show replies by date