@rem Saffron preprocessor and data engine @rem $Id: //guest/julian_hyde/saffron/build.bat#4 $ @rem Copyright (C) 2002 Julian Hyde <julian.hyde@mail.com> @rem @rem This library is free software; you can redistribute it and/or @rem modify it under the terms of the GNU Library General Public @rem License as published by the Free Software Foundation; either @rem version 2 of the License, or (at your option) any later version. @rem @rem This library is distributed in the hope that it will be useful, @rem but WITHOUT ANY WARRANTY; without even the implied warranty of @rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @rem Library General Public License for more details. @rem @rem You should have received a copy of the GNU Library General Public @rem License along with this library; if not, write to the @rem Free Software Foundation, Inc., 59 Temple Place - Suite 330, @rem Boston, MA 02111-1307, USA. @rem @rem See the COPYING file located in the top-level-directory of @rem the archive of this library for complete text of license. @set SRCROOT=%~dp0 @set HOME_DRIVE=D @set JAVACC_HOME=%HOME_DRIVE%:\JavaCC2.1 @set ANT_HOME=%HOME_DRIVE%:\jakarta-ant-1.4.1 @set JUNIT_HOME=%HOME_DRIVE%:/junit3.7 @set CLASSPATH=%JAVACC_HOME%\bin\lib\JavaCC.zip;%SRCROOT%\classes;%SRCROOT%\lib\boot.jar @%ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 @rem end build.bat
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 1748 | Julian Hyde |
saffron: convert unit tests to JUnit; add CallingConvention.ITERABLE; lots of other stuff; release 0.1. |
||
#3 | 1479 | Julian Hyde |
Saffron. More files. Split out build.properties. Fix bootstrap problem by creating a dummy OpenJavaTask. |
||
#2 | 1475 | Julian Hyde |
Saffron. Re-integrate Median, etc. |
||
#1 | 1461 | Julian Hyde |
saffron: First check in. Just documents, and the unmodified OpenJava 20001010 source files. |