summaryrefslogtreecommitdiff
path: root/bootstrap.sh
Commit message (Expand)AuthorAgeFilesLines
* 2002Stefan Bodewig2002-04-051-1/+1
* JDK 1.1 memory must be set. Use ANT_OPTS and introduce new variableConor MacNeill2002-04-051-2/+2
* - Make the script fail if compilation or bootstrap fail.Stephane Bailliez2002-01-271-0/+11
* Add some more copyright notices.Stefan Bodewig2002-01-101-0/+3
* Don't keep old testcases around when doing a bootstrap build.Stefan Bodewig2001-12-111-2/+2
* Make Cygwin detection work with newer versions of it.Stefan Bodewig2001-12-101-12/+20
* Add meta section: FAQ about the FAQ.Stefan Bodewig2001-11-221-1/+1
* Fix up packaging of bzip utilities.Peter Donald2001-11-161-1/+1
* Here are two new ant tasks - BZip2 and BUnzip2. �ThesePeter Donald2001-11-151-1/+1
* Add documentation for the replaceregexp taskStefan Bodewig2001-11-121-1/+1
* Bootstraps are not cleaning up after themselves.Sam Ruby2001-10-231-4/+2
* Cygwin support in bootstrap.shConor MacNeill2001-08-091-7/+8
* Explicitly compile the stuff that javac will pick up because ofStefan Bodewig2001-08-071-1/+3
* Make bootstrap process for JDK < 1.3 on Unix work again (bootstrapStefan Bodewig2001-07-111-3/+5
* Made scripts a little more consistent, they should now work with IBM'sStefan Bodewig2001-05-081-9/+31
* More JDK 1.1 issues. Culprits have been <pvcs>, <record> and the newStefan Bodewig2001-04-241-1/+1
* Make sure bootstrap.sh runs in a clean environment by removing build/classes.Stefan Bodewig2001-03-161-0/+4
* Don't hardcode junit.jar - it is not included in the source distribution.Stefan Bodewig2001-03-081-1/+11
* Update to Jaxp 1.1Conor MacNeill2001-03-041-1/+1
* Added -emacs flag.Peter Donald2001-02-271-2/+1
* Merge of 1.3 branch changes into the main branchConor MacNeill2001-02-131-3/+1
* Unix was alread correct.Conor MacNeill2001-02-041-2/+2
* Copy - which is to save compiling files which have already been compiledConor MacNeill2001-02-041-2/+2
* Build process tweaks. Source distribution now builds out of box onConor MacNeill2001-02-021-5/+2
* there ain't no bin dirStefan Bodewig2001-01-311-1/+1
* Changes for Unix build processConor MacNeill2001-01-311-1/+6
* Revert build process to old style for 1.3 releaseConor MacNeill2001-01-301-42/+40
* Work in almost all of Conors suggestionsPeter Donald2001-01-231-1/+1
* The C shell doesn't work with the script. Updated to BASH (linux folksPier Fumagalli2001-01-231-2/+2
* Checked in alpha version of new build system.Peter Donald2001-01-231-57/+41
* Fixed Typo.Stefan Bodewig2001-01-161-1/+1
* Make sure we are invoking the correct javac, remove old optional.jarStefan Bodewig2001-01-161-1/+4
* remove unnecessary -f check cause -x does the job well enoughJon Scott Stevens2000-12-131-9/+9
* Make sure JAVA_HOME/bin/java is executable as well. Only use a singleStefan Bodewig2000-12-131-6/+7
* since we depend on JAVA_HOME/bin/java to exist later in the script,Jon Scott Stevens2000-12-131-0/+6
* added support for cygwinJon Scott Stevens2000-12-051-24/+48
* Moved the instantiation of the RE matcher to a factory. Users can nowStefan Bodewig2000-11-291-2/+2
* New Mapper type for regular expression replacements. Currently onlyStefan Bodewig2000-11-281-0/+1
* First part of the scanDir refactoring. This is just a starter to showStefan Bodewig2000-11-151-0/+1
* Copy types/defaults.properties during bootstrap.Stefan Bodewig2000-10-171-1/+2
* Changed bootstrap.sh so that you can specify the compiler to use viaStefan Bodewig2000-10-171-5/+9
* Change the order parts are added to the CLASSPATH in bootstrap scripts.Stefan Bodewig2000-09-081-2/+2
* Added documentation for the sql task. bootstrap.sh and ant complain ifStefan Bodewig2000-07-281-6/+13
* Made Path resolve relative paths through Project. Moved it to theStefan Bodewig2000-07-241-1/+1
* New Execution Framework.Stefan Bodewig2000-07-191-0/+1
* Documentation for the Path elements, made nested src element of JavacStefan Bodewig2000-07-141-0/+2
* New build procedure for Unix based systemsConor MacNeill2000-07-131-21/+18
* Interim change to prevent any issues with Unix based bootstrapsConor MacNeill2000-07-121-1/+1
* Cleanup/bugfixes int the scripts.Stefan Bodewig2000-07-121-0/+5
* Pick up jar files from the lib directory in the bootstrap processSam Ruby2000-07-071-5/+27