User: user57 Date: 01/09/11 17:49:55 Modified: . build.bat build.sh Log: o updating build scripts (from jboss-all/build) Revision Changes Path 1.3 +15 -7 jnp/build.bat Index: build.bat =================================================================== RCS file: /cvsroot/jboss/jnp/build.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.bat 2001/09/01 15:50:32 1.2 +++ build.bat 2001/09/12 00:49:55 1.3 @@ -8,25 +8,31 @@ REM REM ====================================================================== REM -REM $Id: build.bat,v 1.2 2001/09/01 15:50:32 slaboure Exp $ +REM $Id: build.bat,v 1.3 2001/09/12 00:49:55 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.8 +1 -1 jnp/build.sh Index: build.sh =================================================================== RCS file: /cvsroot/jboss/jnp/build.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.sh 2001/09/04 05:08:08 1.7 +++ build.sh 2001/09/12 00:49:55 1.8 @@ -8,7 +8,7 @@ ## ## ### ====================================================================== ### -# $Id: build.sh,v 1.7 2001/09/04 05:08:08 user57 Exp $ +# $Id: build.sh,v 1.8 2001/09/12 00:49:55 user57 Exp $ PROGNAME=`basename $0` DIRNAME=`dirname $0` _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
