|
From: Scott M S. <st...@us...> - 2005-02-08 01:29:40
|
User: starksm Date: 05/02/07 17:29:33 Modified: . Tag: Branch_4_0 build.xml Log: Update for the tomcat55 sar and run the jacc tests under a security manager Revision Changes Path No revision No revision 1.406.2.39 +7 -7 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.38 retrieving revision 1.406.2.39 diff -u -r1.406.2.38 -r1.406.2.39 --- build.xml 1 Feb 2005 23:01:52 -0000 1.406.2.38 +++ build.xml 8 Feb 2005 01:29:31 -0000 1.406.2.39 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.38 2005/02/01 23:01:52 bwang00 Exp $ --> +<!-- $Id: build.xml,v 1.406.2.39 2005/02/08 01:29:31 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -613,9 +613,9 @@ <patternset> <include name="conf/**"/> <include name="lib/**"/> - <include name="deploy/jbossweb-tomcat50.sar/**"/> + <include name="deploy/jbossweb-tomcat55.sar/**"/> <include name="deploy/jmx-invoker-service.xml"/> - <exclude name="deploy/jbossweb-tomcat50.sar/ROOT.war/**"/> + <exclude name="deploy/jbossweb-tomcat55.sar/ROOT.war/**"/> </patternset> </create-config> <property name="netboot.deploy" @@ -629,7 +629,7 @@ <include name="conf/**"/> <include name="lib/**"/> <include name="deploy/**"/> - <exclude name="deploy/jbossweb-tomcat50.sar/**"/> + <exclude name="deploy/jbossweb-tomcat55.sar/**"/> <exclude name="deploy/http-invoker.sar/**"/> <exclude name="deploy/jmx-console.war/**"/> <exclude name="deploy/jboss-aop.deployer/**"/> @@ -639,8 +639,8 @@ <exclude name="deploy/jms/jbossmq-httpil.sar/**"/> </fileset> </copy> - <jar basedir="${jboss.dist}/server/default/deploy/jbossweb-tomcat50.sar" - destfile="${netboot.deploy}/server/default/deploy/jbossweb-tomcat50.sar"/> + <jar basedir="${jboss.dist}/server/default/deploy/jbossweb-tomcat55.sar" + destfile="${netboot.deploy}/server/default/deploy/jbossweb-tomcat55.sar"/> <start-jboss conf="netboot"/> <wait-on-host port="18080"/> <!-- Start the netboot instance --> @@ -1380,7 +1380,7 @@ <include name="lib/**"/> </patternset> </create-config> - <start-jboss conf="jacc"/> + <start-securitymgr conf="jacc"/> <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> |