User: user57  
  Date: 01/09/11 17:49:56

  Modified:    .        build.bat build.sh
  Log:
   o updating build scripts (from jboss-all/build)
  
  Revision  Changes    Path
  1.3       +15 -7     jbosstest/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat 2001/09/02 19:29:38     1.2
  +++ build.bat 2001/09/12 00:49:56     1.3
  @@ -8,25 +8,31 @@
   REM
   REM  ======================================================================
   REM
  -REM $Id: build.bat,v 1.2 2001/09/02 19:29:38 kimptoc Exp $
  +REM $Id: build.bat,v 1.3 2001/09/12 00:49:56 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.6       +1 -1      jbosstest/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.sh  2001/09/04 05:08:09     1.5
  +++ build.sh  2001/09/12 00:49:56     1.6
  @@ -8,7 +8,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: build.sh,v 1.5 2001/09/04 05:08:09 user57 Exp $
  +# $Id: build.sh,v 1.6 2001/09/12 00:49:56 user57 Exp $
   
   PROGNAME=`basename $0`
   DIRNAME=`dirname $0`
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to