summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* - scala commands now refer to .nsc_wrapper on U...michelou2005-10-141-9/+12
| | | | | - scala commands now refer to .nsc_wrapper on Unix.
* - added generation of scalac command (bin/scala...michelou2005-10-131-25/+64
| | | | | - added generation of scalac command (bin/scalac[.bat]).
* Changed the build system back so that newsource...Gilles Dubochet2005-10-131-2/+2
| | | | | | | Changed the build system back so that newsources is used again. Removing it generates a rather unexpected null pointer exception in scalac when building the old Scala distribution. Too bad.
* Changed the build system so that newsources is ...Gilles Dubochet2005-10-131-135/+137
| | | | | | | Changed the build system so that newsources is no longer required. When a .scala and .java file exist for the same class, the .scala file is used for NSC instead of the .java file.
* Added a simple test to make sure that additiona...Gilles Dubochet2005-10-131-7/+13
| | | | | | Added a simple test to make sure that additional memory has been provided to the script.
* - added 2 tasks 'fixcrlf' in target 'distrib.un...michelou2005-10-131-0/+3
| | | | | - added 2 tasks 'fixcrlf' in target 'distrib.unix'.
* - added some comments.michelou2005-10-131-16/+33
| | | | | - corrected target 'distrib.unix' (directory 'man').
* - added gz and bz2 generation to target 'distri...michelou2005-10-121-8/+47
| | | | | | - added gz and bz2 generation to target 'distrib.unix'. (mostly) - implemented target 'distrib.win'.
* - target 'distrib.unix' now also depends on 'do...michelou2005-10-121-4/+4
| | | | | - target 'distrib.unix' now also depends on 'docs'.
* - finished target 'docs' :-)michelou2005-10-121-5/+17
|
* - added 'distrib.doc.dir'michelou2005-10-121-7/+27
| | | | | | - copy most files to 'distrib.doc.dir' directory. - improved target 'docs'.
* Changed the way properties are set.Gilles Dubochet2005-10-121-10/+11
| | | | | Added improved comments to properties files.
* - added id 'nsc.classpath'.michelou2005-10-121-56/+71
| | | | | - started 'docs' target.
* - added echo for ${oslib.src}.michelou2005-10-111-20/+25
|
* Try a 2nd fix for CVS Id problemFabien Salvi2005-10-111-2/+2
|
* - splitted 'fail' actions in task 'init.osc'.michelou2005-10-111-9/+18
|
* Removed two unecessary echos.Gilles Dubochet2005-10-111-6/+5
|
* Changed the way to set properties.Gilles Dubochet2005-10-111-37/+38
|
* - added CVS header.michelou2005-10-111-109/+160
| | | | | | | - changed default target to 'build'. - removed leading tabs. - added 'help' target.
* Auto-detect files in newsources so as not to co...Gilles Dubochet2005-10-101-4/+12
| | | | | Auto-detect files in newsources so as not to compile their java version.
* Cleaned-up some classpath incoherences and dupl...Gilles Dubochet2005-10-101-16/+2
| | | | | | Cleaned-up some classpath incoherences and duplications and removed the build.nsbin target which should not have existed in the first place.
* The new build system in pure Ant.Gilles Dubochet2005-10-101-0/+279
|
* no longer needed (integrated in Makefile)michelou2003-07-101-36/+0
|
* pizzadoc experimentburaq2003-07-021-1/+16
|
* build file for XML tool dtd2scalaburaq2003-06-131-0/+21