You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/09/26 03:12:28 UTC

svn commit: r819081 - in /webservices/juddi/trunk/juddi-tomcat: build.xml pom.xml

Author: tcunning
Date: Sat Sep 26 01:12:27 2009
New Revision: 819081

URL: http://svn.apache.org/viewvc?rev=819081&view=rev
Log:
Fix build - make sure we take juddi-cxf WAR.

Modified:
    webservices/juddi/trunk/juddi-tomcat/build.xml
    webservices/juddi/trunk/juddi-tomcat/pom.xml

Modified: webservices/juddi/trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/build.xml?rev=819081&r1=819080&r2=819081&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/build.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/build.xml Sat Sep 26 01:12:27 2009
@@ -8,10 +8,7 @@
 		<mkdir dir="${basedir}/target/tomcat"/>
 
 		<unzip dest="${basedir}/target/tomcat" src="${dependency.tomcat.zip}"/>
-		<!--
-	        <unzip dest="${webapps.dir}/juddiv3" src="${dependency.juddiv3.war}"/>
-	        -->
-		<unzip dest="${webapps.dir}/juddiv3" src="${basedir}/../juddi-cxf/target/juddi-cxf-3.0.0.SNAPSHOT.war"/>
+		<unzip dest="${webapps.dir}/juddiv3" src="${dependency.juddiv3.war}"/>
 		<chmod perm="ugo+x">
 			<fileset dir="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/bin">
 				<include name="*.sh"/>

Modified: webservices/juddi/trunk/juddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/pom.xml?rev=819081&r1=819080&r2=819081&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/pom.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/pom.xml Sat Sep 26 01:12:27 2009
@@ -98,6 +98,7 @@
 	       <property name="dependency.derby.jar" value="${maven.dependency.org.apache.derby.derby.jar.path}"/>
 	       <property name="dependency.tomcat.zip" value="${maven.dependency.org.apache.juddi.bootstrap.apache-tomcat.zip.path}"/>
 	       <property name="dependency.juddiv3.war" value="${maven.dependency.org.apache.juddi.juddi-cxf.war.path}"/>
+	       <echo>JUDDIV3.WAR=${dependency.juddiv3.war}</echo>
 	       <property name="dependency.juddi.jar" value="${maven.dependency.org.apache.juddi.juddi.jar.path}"/>
 	       <ant antfile="${basedir}/build.xml">
                   <target name="package-tomcat"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org