User: cgjung
Date: 02/03/12 02:55:21
Modified: jboss build.xml
Log:
Axis Beta RC1 is here. Needs some log4j extensions and wsdl4j
to be present at runtime.
Revision Changes Path
1.110 +12 -3 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- build.xml 11 Mar 2002 22:32:02 -0000 1.109
+++ build.xml 12 Mar 2002 10:55:19 -0000 1.110
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.109 2002/03/11 22:32:02 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.110 2002/03/12 10:55:19 cgjung Exp $ -->
<project default="main" name="JBoss/Build">
@@ -152,6 +152,8 @@
<!-- Axis -->
<property name="apache.axis.root" value="${project.thirdparty}/apache/axis"/>
<property name="apache.axis.lib" value="${apache.axis.root}/lib"/>
+ <property name="ibm.wsdl4j.root" value="${project.thirdparty}/ibm/wsdl4j"/>
+ <property name="ibm.wsdl4j.lib" value="${ibm.wsdl4j.root}/lib"/>
<!-- Jacorb -->
<property name="jacorb.jacorb.root"
value="${project.thirdparty}/jacorb/jacorb"/>
@@ -1180,6 +1182,12 @@
<fileset dir="${apache.axis.lib}">
<include name="axis.jar"/>
</fileset>
+ <fileset dir="${ibm.wsdl4j.lib}">
+ <include name="wsdl4j.jar"/>
+ </fileset>
+ <fileset dir="${apache.log4j.lib}">
+ <include name="commons-logging.jar"/>
+ </fileset>
</copy>
<!-- Copy the client configuration files -->
@@ -1188,6 +1196,9 @@
<fileset dir="${_module.output}/etc">
<include name="client-config.xml"/>
</fileset>
+ <fileset dir="${_module.output}/lib">
+ <include name="jboss-net-client.jar"/>
+ </fileset>
</copy>
@@ -1198,8 +1209,6 @@
<copy todir="${install.server}/default/deploy" filtering="no">
<fileset dir="${_module.output}/lib">
<include name="jboss-net.sar"/>
- <include name="jboss-net-client.sar"/>
- <include name="addr.wsr"/>
</fileset>
</copy>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development