User: user57 Date: 01/09/11 17:52:27 Modified: docs build.bat build.sh Log: o updating build scripts (from jboss-all/build) Revision Changes Path 1.2 +15 -7 build/docs/build.bat Index: build.bat =================================================================== RCS file: /cvsroot/jboss/build/docs/build.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.bat 2001/09/11 06:14:47 1.1 +++ build.bat 2001/09/12 00:52:27 1.2 @@ -8,25 +8,31 @@ REM REM ====================================================================== REM -REM $Id: build.bat,v 1.1 2001/09/11 06:14:47 user57 Exp $ +REM $Id: build.bat,v 1.2 2001/09/12 00:52:27 user57 Exp $ REM REM Authors: REM Jason Dillon <[EMAIL PROTECTED]> -REM Sacha Labourey <[EMAIL PROTECTED]> +REM Sacha Labourey <[EMAIL PROTECTED]> REM REM ****************************************************** -REM Ignore the ANT_HOME variable: we want to use *our* -REM ANT version and associated JARs. +REM Ignore the ANT_HOME variable: we want to use *our* +REM ANT version and associated JARs. REM ****************************************************** REM Ignore the users classpath, cause it might mess REM things up REM ****************************************************** - -SETLOCAL +SETLOCAL + set CLASSPATH= set ANT_HOME= +set JAXP_DOM_FACTORY=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl +set JAXP_SAX_FACTORY=org.apache.crimson.jaxp.SAXParserFactoryImpl +REM set JAXP_DOM_FACTORY=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl +REM set JAXP_SAX_FACTORY=org.apache.xerces.jaxp.SAXParserFactoryImpl + +set ANT_OPTS=-Djavax.xml.parsers.DocumentBuilderFactory=%JAXP_DOM_FACTORY% -Djavax.xml.parsers.SAXParserFactory=%JAXP_SAX_FACTORY% REM ****************************************************** REM - "for" loops have been unrolled for compatibility @@ -82,5 +88,7 @@ :ExecuteBatch echo Calling %1 %2 %3 %4 %5 %6 %7 %8 call %1 %2 %3 %4 %5 %6 %7 %8 + +:end -:end \ No newline at end of file +pause 1.2 +0 -0 build/docs/build.sh Index: build.sh =================================================================== RCS file: /cvsroot/jboss/build/docs/build.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.sh 2001/09/11 06:14:47 1.1 +++ build.sh 2001/09/12 00:52:27 1.2 @@ -8,7 +8,7 @@ ## ## ### ====================================================================== ### -# $Id: build.sh,v 1.1 2001/09/11 06:14:47 user57 Exp $ +# $Id: build.sh,v 1.2 2001/09/12 00:52:27 user57 Exp $ PROGNAME=`basename $0` DIRNAME=`dirname $0` _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
