User: starksm
Date: 01/05/11 12:06:25
Modified: tomcat/src/build build.xml
Log:
Updated the tomcat 3.2.1 integration mbean to use the new AbstractWebContainer
mbean and added support for integrated security across web/ejb applications.
Revision Changes Path
1.13 +13 -6 contrib/tomcat/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 2001/04/19 17:55:36 1.12
+++ build.xml 2001/05/11 19:06:25 1.13
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!-- $Id: build.xml,v 1.12 2001/04/19 17:55:36 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.13 2001/05/11 19:06:25 starksm Exp $ -->
<!-- An Ant build file for the tomcat-service jar and the
JBoss/Tomcat bundle. The buildfile requires a JBoss dist
@@ -22,6 +22,7 @@
<property name="bundle.dir" value="bundle" />
<property name="bundle.root" value="${bundle.dir}/${bundle.name}" />
<path id="base.path">
+ <pathelement location="${jboss.dist}/client/jaas.jar"/>
<pathelement location="${jboss.dist}/client/jbosssx-client.jar"/>
<pathelement location="${jboss.dist}/client/jnp-client.jar"/>
<pathelement location="${jboss.dist}/client/jta-spec1_0_1.jar"/>
@@ -29,8 +30,11 @@
<pathelement location="${jboss.dist}/lib/jaxp.jar"/>
<pathelement location="${jboss.dist}/lib/crimson.jar"/>
<pathelement location="${jboss.dist}/lib/jmxri.jar"/>
- <pathelement location="${jboss.dist}/lib/ext/ejb.jar"/>
+ <pathelement location="${jboss.dist}/lib/jboss-jaas.jar"/>
+ <pathelement location="${jboss.dist}/lib/ext/jboss-j2ee.jar"/>
<pathelement location="${jboss.dist}/lib/ext/jboss.jar"/>
+ <pathelement location="${jboss.dist}/lib/ext/jbosssx.jar"/>
+ <pathelement location="${jboss.dist}/lib/ext/log4j.jar"/>
<pathelement location="${tomcat.dist}/lib/webserver.jar"/>
<pathelement location="${tomcat.dist}/lib/servlet.jar"/>
<pathelement location="${tomcat.dist}/lib/servlet.jar"/>
@@ -76,8 +80,11 @@
<target name="jar" depends="compile">
<jar jarfile="${build.dir}/${jar.file}"
basedir="${build.classes.dir}"
- includes="org/jboss/tomcat/**,*.dtd"
- />
+ >
+ <include name="org/jboss/tomcat/**"/>
+ <include name="*.dtd"/>
+ <exclude name="org/jboss/tomcat/EmbeddedTomcatService.class"/>
+ </jar>
</target>
<!-- =================================================================== -->
@@ -150,9 +157,9 @@
<copy
todir="${build.classes.dir}/WEB-INF/classes/org/jboss/test/tomcat/servlet" >
<fileset dir="${build.classes.dir}/org/jboss/test/tomcat/servlet" />
</copy>
- <copy
todir="${build.classes.dir}/WEB-INF/classes/org/jboss/test/tomcat/ejb/interfaces" >
+ <!-- copy
todir="${build.classes.dir}/WEB-INF/classes/org/jboss/test/tomcat/ejb/interfaces" >
<fileset dir="${build.classes.dir}/org/jboss/test/tomcat/ejb/interfaces" />
- </copy>
+ </copy -->
<jar jarfile="${build.classes.dir}/${test.client}.war"
basedir="${build.classes.dir}"
manifest="${src.resources}/web.mf"
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development