Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 07:15:39 -0500 (Fri, 05 Jan 2007)
New Revision: 1815
Modified:
trunk/integration-tomcat/build.xml
Log:
Fix jdk-1.4 compile issues
Modified: trunk/integration-tomcat/build.xml
===================================================================
--- trunk/integration-tomcat/build.xml 2007-01-05 12:15:34 UTC (rev 1814)
+++ trunk/integration-tomcat/build.xml 2007-01-05 12:15:39 UTC (rev 1815)
@@ -28,6 +28,7 @@
<available property="jbossws.thirdparty.available"
file="${tomcat.output.lib.dir}/jbossws-thirdparty.jar"/>
<target name="tomcat-init" depends="prepare, thirdparty">
+ <fail message="Not available: ${tomcat.home}/server/lib/catalina.jar"
unless="tomcat.available"/>
</target>
<!-- ================================================================== -->
@@ -139,10 +140,7 @@
<copy todir="${tomcat.common.dir}/lib"
file="${thirdparty.dir}/activation.jar"/>
<copy todir="${tomcat.common.dir}/lib"
file="${thirdparty.dir}/log4j.jar"/>
<copy todir="${tomcat.common.dir}/lib"
file="${thirdparty.dir}/mailapi.jar"/>
- <copy todir="${tomcat.common.dir}/lib"
file="${core.output.lib.dir}/jbossws-core.jar" overwrite="true"/>
- <copy todir="${tomcat.common.dir}/lib"
file="${core.output.lib.dir}/jboss-jaxws.jar" overwrite="true"/>
- <copy todir="${tomcat.common.dir}/lib"
file="${core.output.lib.dir}/jboss-jaxrpc.jar" overwrite="true"/>
- <copy todir="${tomcat.common.dir}/lib"
file="${core.output.lib.dir}/jboss-saaj.jar" overwrite="true"/>
+ <copy todir="${tomcat.common.dir}/lib"
file="${core.output.lib.dir}/jbossws-client.jar"
overwrite="true"/>
<copy todir="${tomcat.common.dir}/lib"
file="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"
overwrite="true"/>
<copy todir="${tomcat.common.dir}/lib"
file="${tomcat.output.lib.dir}/jbossws-thirdparty.jar"
overwrite="true"/>
<copy todir="${tomcat.webapps.dir}"
file="${tomcat.output.lib.dir}/jbossws.war" overwrite="true"/>
Show replies by date