|
From: Tom E. <te...@us...> - 2005-01-29 04:23:34
|
User: telrod Date: 05/01/28 20:23:28 Modified: . build.xml Log: Changed the unified-invoker-tests to use start-jboss task instead of start-jboss-os task in effort to fix automated testsuite run. Revision Changes Path 1.442 +3 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- build.xml 27 Jan 2005 20:20:00 -0000 1.441 +++ build.xml 29 Jan 2005 04:23:27 -0000 1.442 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.441 2005/01/27 20:20:00 telrod Exp $ --> +<!-- $Id: build.xml,v 1.442 2005/01/29 04:23:27 telrod Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -903,7 +903,8 @@ <include name="lib/**"/> </patternset> </create-config> - <start-jboss-os conf="unified-invoker"/> +<!-- <start-jboss-os conf="unified-invoker"/>--> + <start-jboss conf="unified-invoker"/> <wait-on-host/> <antcall target="unified-invoker-unit-tests"> |