[jbossws-commits] JBossWS SVN: r4589 - stack/cxf/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Sep 19 08:43:59 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-09-19 08:43:59 -0400 (Wed, 19 Sep 2007)
New Revision: 4589

Modified:
   stack/cxf/trunk/ant-import/build-thirdparty.xml
Log:
Build CXF if repository has new commits

Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml	2007-09-19 12:36:19 UTC (rev 4588)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml	2007-09-19 12:43:59 UTC (rev 4589)
@@ -42,7 +42,7 @@
   <!-- 
     thirdpartry-get
   -->
-  <target name="thirdparty-get" depends="thirdparty-init" if="force.thirdparty.get" 
+  <target name="thirdparty-get" depends="thirdparty-init, cxf-copy-jars" if="force.thirdparty.get" 
     description="Gets the thirdparty libraries">
 
     <mkdir dir="${thirdparty.dir}"/>
@@ -68,8 +68,6 @@
     <get src="${jboss.repository}/sun-servlet/${sun-servlet}/lib/servlet-api.jar" dest="${thirdparty.dir}/servlet-api.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/woodstox/${woodstox}/lib/wstx.jar" dest="${thirdparty.dir}/wstx.jar" usetimestamp="true" verbose="true"/>
     
-    <antcall target="cxf-copy-jars"/>
-    
     <checksum file="${int.xfire.dir}/version.properties" fileext=".md5"/>
   </target>
   
@@ -142,6 +140,7 @@
   
   <!-- Copy the cxf jars -->
   <target name="cxf-copy-jars" depends="cxf-maven-build">
+    <mkdir dir="${thirdparty.dir}"/>
     <copy todir="${thirdparty.dir}">
       <fileset dir="${apache.cxf.dir}/distribution/target/apache-cxf-${cxf.version}.dir/apache-cxf-${cxf.version}/lib">
         <include name="cxf-${cxf.version}.jar"/>




More information about the jbossws-commits mailing list