User: pkendall
  Date: 01/09/11 15:56:30

  Modified:    jboss    build.xml build.bat
  Log:
  Fix that win32 build problem and put back the CDATA in build file.
  
  Revision  Changes    Path
  1.23      +11 -3     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 2001/09/11 21:47:49     1.22
  +++ build.xml 2001/09/11 22:56:30     1.23
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.22 2001/09/11 21:47:49 dmaplesden Exp $ -->
  +<!-- $Id: build.xml,v 1.23 2001/09/11 22:56:30 pkendall Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -328,8 +328,16 @@
       <property name="executemodules.skipmissing" value="true"/>
   
       <!-- The header and footer displayed during each module execution -->
  -    <property name="executemodules.header" value="Executing '${target}' in module 
'${module}'..."/>
  -    <property name="executemodules.footer" value="Finished with '${target}' in 
module '${module}'."/>
  +    <property name="executemodules.header"><![CDATA[
  +    ====================================================================== 
  +    ==  Executing '${target}' in module '${module}'...
  +    ==]]></property>
  +
  +    <property name="executemodules.footer"><![CDATA[
  +    ==
  +    ==  Finished with '${target}' in module '${module}'.
  +    ======================================================================
  +    ]]></property>
   
       <!-- Install/Release structure -->
       <property name="install.id" value="${module.name}-${module.version}"/>
  
  
  
  1.5       +10 -2     build/jboss/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.bat 2001/09/01 15:57:37     1.4
  +++ build.bat 2001/09/11 22:56:30     1.5
  @@ -8,7 +8,7 @@
   REM
   REM  ======================================================================
   REM
  -REM $Id: build.bat,v 1.4 2001/09/01 15:57:37 slaboure Exp $
  +REM $Id: build.bat,v 1.5 2001/09/11 22:56:30 pkendall Exp $
   REM
   REM Authors:
   REM     Jason Dillon <[EMAIL PROTECTED]>
  @@ -27,6 +27,12 @@
   
   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
  @@ -83,4 +89,6 @@
   echo Calling %1 %2 %3 %4 %5 %6 %7 %8
   call %1 %2 %3 %4 %5 %6 %7 %8
   
  -:end
  \ No newline at end of file
  +:end
  +
  +pause
  \ No newline at end of file
  
  
  

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

Reply via email to