Changeset 165

Show
Ignore:
Timestamp:
09/01/01 19:11:40 (11 years ago)
Author:
team4
Message:

*** empty log message ***

Files:
5 modified

Legend:

Unmodified
Added
Removed
  • branches/Release0_6-bugfixes/Rapla/build.bat

    r119 r165  
    2222if not exist "%ANT_HOME%\lib\ant.jar" goto checkJarFiles 
    2323if not exist "%ANT_HOME%\lib\optional.jar" goto checkJarFiles 
    24 if not exist ".\lib\jaxp.jar" goto checkJarFiles 
     24if not exist ".\lib\xml-apis.jar" goto checkJarFiles 
    2525if not exist ".\lib\crimson.jar" goto checkJarFiles 
    2626goto start 
     
    3434goto cleanup 
    3535:start 
    36 %JAVA_HOME%\bin\java %ANT_OPTS% -classpath .\lib\jaxp.jar;.\lib\crimson.jar;%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\optional.jar;.\lib\saxon-6.3.jar;.\lib\junit.jar -Dant.home=%ANT_HOME% org.apache.tools.ant.Main -buildfile build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9 
     36%JAVA_HOME%\bin\java %ANT_OPTS% -classpath .\lib\xml-apis.jar;.\lib\crimson.jar;%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\optional.jar;.\lib\saxon-6.3.jar;.\lib\junit.jar -Dant.home=%ANT_HOME% org.apache.tools.ant.Main -buildfile build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9 
    3737:cleanup 
    3838 
  • branches/Release0_6-bugfixes/Rapla/build.sh

    r119 r165  
    2929CLASSPATH=$CLASSPATH:./lib/junit.jar 
    3030CLASSPATH=$CLASSPATH:./lib/crimson.jar 
    31 CLASSPATH=$CLASSPATH:./lib/jaxp.jar 
     31CLASSPATH=$CLASSPATH:./lib/xml-apis.jar 
    3232CLASSPATH=$CLASSPATH:./lib/saxon-6.3.jar 
    3333CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar 
  • branches/Release0_6-bugfixes/Rapla/build.xml

    r164 r165  
    1111 
    1212You will also find the following libraries: 
    13 jaxp.jar, crimson.jar, junit.jar 
    14  
    15   jaxp.jar and crimson.jar are needed for XML-parsing. They are used by ANT and also by 
     13xml-apis.jar, crimson.jar, junit.jar 
     14 
     15  xml-apis.jar and crimson.jar are needed for XML-parsing. They are used by ANT and also by 
    1616  the xml-module of rapla. Crimson is taken from the Apache-XML-Project. 
    1717  junit.jar is a testing-framework for automated testing used for most of our tests 
  • trunk/Rapla/build.bat

    r157 r165  
    3434goto cleanup 
    3535:start 
    36 %JAVA_HOME%\bin\java %ANT_OPTS% -classpath .\lib\jaxp.jar;.\lib\crimson.jar;%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\optional.jar;.\lib\saxon-6.3.jar;.\lib\junit.jar -Dant.home=%ANT_HOME% org.apache.tools.ant.Main -buildfile build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9 
     36%JAVA_HOME%\bin\java %ANT_OPTS% -classpath .\lib\xml-apis.jar;.\lib\crimson.jar;%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\optional.jar;.\lib\saxon-6.3.jar;.\lib\junit.jar -Dant.home=%ANT_HOME% org.apache.tools.ant.Main -buildfile build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9 
    3737:cleanup 
    3838 
  • trunk/Rapla/build.xml

    r162 r165  
    1111 
    1212You will also find the following libraries: 
    13 jaxp.jar, crimson.jar, junit.jar 
    14  
    15   jaxp.jar and crimson.jar are needed for XML-parsing. They are used by ANT and also by 
     13xml-apis.jar, crimson.jar, junit.jar 
     14 
     15  xml-apis.jar and crimson.jar are needed for XML-parsing. They are used by ANT and also by 
    1616  the xml-module of rapla. Crimson is taken from the Apache-XML-Project. 
    1717  junit.jar is a testing-framework for automated testing used for most of our tests