User: user57  
  Date: 02/02/27 20:08:03

  Modified:    jboss.net/testsuite build.bat build.xml
  Log:
   o using jboss buildmagic
  
  Revision  Changes    Path
  1.3       +94 -94    contrib/jboss.net/testsuite/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jboss.net/testsuite/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat 16 Oct 2001 15:52:56 -0000      1.2
  +++ build.bat 28 Feb 2002 04:08:03 -0000      1.3
  @@ -1,96 +1,96 @@
  -@echo off
  -REM  ======================================================================
  -REM
  -REM  This is the main entry point for the build system.
  -REM
  -REM  Users should be sure to execute this file rather than 'ant' to ensure
  -REM  the correct version is being used with the correct configuration.
  -REM
  -REM  ======================================================================
  -REM
  -REM $Id: build.bat,v 1.2 2001/10/16 15:52:56 cgjung Exp $
  -REM
  -REM Authors:
  -REM     Jason Dillon <[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 ******************************************************
  -REM Ignore the users classpath, cause it might mess
  -REM things up
  -REM ******************************************************
  -
  -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
  +@echo off
  +REM  ======================================================================
  +REM
  +REM  This is the main entry point for the build system.
  +REM
  +REM  Users should be sure to execute this file rather than 'ant' to ensure
  +REM  the correct version is being used with the correct configuration.
  +REM
  +REM  ======================================================================
  +REM
  +REM $Id: build.bat,v 1.3 2002/02/28 04:08:03 user57 Exp $
  +REM
  +REM Authors:
  +REM     Jason Dillon <[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 ******************************************************
  +REM Ignore the users classpath, cause it might mess
  +REM things up
  +REM ******************************************************
  +
  +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 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%
  -
  -REM ******************************************************
  -REM - "for" loops have been unrolled for compatibility
  -REM   with some WIN32 systems.
  -REM ******************************************************
  -
  -set NAMES=tools;tools\ant;tools\apache\ant
  -set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
  -
  -REM ******************************************************
  -REM ******************************************************
  -
  -SET EXECUTED=FALSE
  -for %%i in (%NAMES%) do call :subLoop %%i %1 %2 %3 %4 %5 %6
  -
  -goto :EOF
  -
  -
  -REM ******************************************************
  -REM ********* Search for names in the subfolders *********
  -REM ******************************************************
  -
  -:subLoop
  -for %%j in (%SUBFOLDERS%) do call :testIfExists %%j\%1\bin\ant.bat %2 %3 %4 %5 %6 %7
  -
  -goto :EOF
  -
  -
  -REM ******************************************************
  -REM ************ Test if ANT Batch file exists ***********
  -REM ******************************************************
  -
  -:testIfExists
  -if exist %1 call :BatchFound %1 %2 %3 %4 %5 %6 %7 %8
  -
  -goto :EOF
  -
  -
  -REM ******************************************************
  -REM ************** Batch file has been found *************
  -REM ******************************************************
  -
  -:BatchFound
  -if (%EXECUTED%)==(FALSE) call :ExecuteBatch %1 %2 %3 %4 %5 %6 %7 %8
  -set EXECUTED=TRUE
  -
  -goto :EOF
  -
  -REM ******************************************************
  -REM ************* Execute Batch file only once ***********
  -REM ******************************************************
  -
  -:ExecuteBatch
  -echo Calling %1 %2 %3 %4 %5 %6 %7 %8
  -call %1 %2 %3 %4 %5 %6 %7 %8
  -
  -:end
  -
  -pause
  +
  +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%
  +
  +REM ******************************************************
  +REM - "for" loops have been unrolled for compatibility
  +REM   with some WIN32 systems.
  +REM ******************************************************
  +
  +set NAMES=tools;tools\ant;tools\apache\ant
  +set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
  +
  +REM ******************************************************
  +REM ******************************************************
  +
  +SET EXECUTED=FALSE
  +for %%i in (%NAMES%) do call :subLoop %%i %1 %2 %3 %4 %5 %6
  +
  +goto :EOF
  +
  +
  +REM ******************************************************
  +REM ********* Search for names in the subfolders *********
  +REM ******************************************************
  +
  +:subLoop
  +for %%j in (%SUBFOLDERS%) do call :testIfExists %%j\%1\bin\ant.bat %2 %3 %4 %5 %6 %7
  +
  +goto :EOF
  +
  +
  +REM ******************************************************
  +REM ************ Test if ANT Batch file exists ***********
  +REM ******************************************************
  +
  +:testIfExists
  +if exist %1 call :BatchFound %1 %2 %3 %4 %5 %6 %7 %8
  +
  +goto :EOF
  +
  +
  +REM ******************************************************
  +REM ************** Batch file has been found *************
  +REM ******************************************************
  +
  +:BatchFound
  +if (%EXECUTED%)==(FALSE) call :ExecuteBatch %1 %2 %3 %4 %5 %6 %7 %8
  +set EXECUTED=TRUE
  +
  +goto :EOF
  +
  +REM ******************************************************
  +REM ************* Execute Batch file only once ***********
  +REM ******************************************************
  +
  +:ExecuteBatch
  +echo Calling %1 %2 %3 %4 %5 %6 %7 %8
  +call %1 %2 %3 %4 %5 %6 %7 %8
  +
  +:end
  +
  +pause
  
  
  
  1.6       +4 -4      contrib/jboss.net/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jboss.net/testsuite/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 17 Feb 2002 09:52:55 -0000      1.5
  +++ build.xml 28 Feb 2002 04:08:03 -0000      1.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.5 2002/02/17 09:52:55 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2002/02/28 04:08:03 user57 Exp $ -->
   
   <project default="main" name="plugins/jboss.net/TestSuite">
   
  @@ -19,7 +19,7 @@
     <!-- ================================================================== -->
   
     <!-- Load Buildmagic extension tasks. -->
  -  <taskdef resource="planet57/tools/buildmagic/task/autoload.properties"/>
  +  <taskdef resource="org/jboss/tools/buildmagic/task/autoload.properties"/>
     <taskdef name="property" classname="planet57.tools.buildmagic.task.Property"/>
   
     <!-- Initialize the build system. -->
  @@ -54,7 +54,7 @@
       <call target="_init-buildlog"/>
   
       <!-- Load common properties -->
  -    <property resource="planet57/tools/buildmagic/common.properties"/>
  +    <property resource="org/jboss/tools/buildmagic/common.properties"/>
   
       <!-- Setup the build timestamp & build identifer properties -->
       <tstamp>
  @@ -159,7 +159,7 @@
       <call target="_configure-tasks"/>
   
       <!-- Load common task properties -->
  -    <property resource="planet57/tools/buildmagic/task.properties"/>
  +    <property resource="org/jboss/tools/buildmagic/task.properties"/>
     </target>
   
     <!-- Configure the thirdparty tools required to build this module. -->
  
  
  

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

Reply via email to