[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-cvs
Subject:    svn commit: r373945 - /webservices/axis2/trunk/java/build.xml
From:       dims () apache ! org
Date:       2006-01-31 23:49:08
Message-ID: 20060131234908.36328.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: dims
Date: Tue Jan 31 15:49:06 2006
New Revision: 373945

URL: http://svn.apache.org/viewcvs?rev=373945&view=rev
Log:
dont' call create-lib unless necessary

Modified:
    webservices/axis2/trunk/java/build.xml

Modified: webservices/axis2/trunk/java/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/build.xml?rev=373945&r1=373944&r2=373945&view=diff
 ==============================================================================
--- webservices/axis2/trunk/java/build.xml (original)
+++ webservices/axis2/trunk/java/build.xml Tue Jan 31 15:49:06 2006
@@ -49,6 +49,7 @@
     <property name="artifact.title" value="${project.id}-${project.currentVersion}" \
                />
     <property name="target.jar" location="${target.dir}/${artifact.title}.jar"/>
     <property name="target.pom" location="${target.dir}/${artifact.title}.pom"/>
+    <available file="${basedir}/target/lib/axis-wsdl4j-1.2.jar" \
property="jars.present"/>  
   </target>
 
@@ -72,7 +73,7 @@
     </maven>
   </target>
 
-  <target name="create-lib" depends="init"
+  <target name="create-lib" unless="jars.present" depends="init"
       description="creates the libraries">
     <maven>
       <arg value="create-lib" />


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic