User: cgjung Date: 02/03/01 14:12:58 Modified: jboss.net/testsuite build.bat Log: this one is for peter ... patched web-container access to go through the maindeployer (still dirty) and switched authentication off for now since Jetty does still not as we like. I get hang-ups in deploying the combined ejb/wsr test, but at least addr.wsr works again. Happy weekend. Revision Changes Path 1.4 +2 -4 contrib/jboss.net/testsuite/build.bat Index: build.bat =================================================================== RCS file: /cvsroot/jboss/contrib/jboss.net/testsuite/build.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.bat 28 Feb 2002 04:08:03 -0000 1.3 +++ build.bat 1 Mar 2002 22:12:58 -0000 1.4 @@ -8,7 +8,7 @@ REM REM ====================================================================== REM -REM $Id: build.bat,v 1.3 2002/02/28 04:08:03 user57 Exp $ +REM $Id: build.bat,v 1.4 2002/03/01 22:12:58 cgjung Exp $ REM REM Authors: REM Jason Dillon <[EMAIL PROTECTED]> @@ -32,9 +32,7 @@ REM set JAXP_DOM_FACTORY=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl REM set JAXP_SAX_FACTORY=org.apache.xerces.jaxp.SAXParserFactoryImpl -set PATH=%PATH%;w:\inforce\dist\lib\ - -set ANT_OPTS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=2001,server=y,suspend=n -Djavax.xml.parsers.DocumentBuilderFactory=%JAXP_DOM_FACTORY% -Djavax.xml.parsers.SAXParserFactory=%JAXP_SAX_FACTORY% +set ANT_OPTS=-Djava.protocol.handler.pkgs=org.jboss.net.protocol -Djavax.xml.parsers.DocumentBuilderFactory=%JAXP_DOM_FACTORY% -Djavax.xml.parsers.SAXParserFactory=%JAXP_SAX_FACTORY% -Dbuild.script=build.bat REM ****************************************************** REM - "for" loops have been unrolled for compatibility
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
