summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added the log option.Gilles Dubochet2005-10-181-3/+3
|
* - changed symbolic links.michelou2005-10-171-14/+14
|
* - added 'copyright.notice' property.michelou2005-10-161-20/+44
| | | | | - added quotes around %SCALA_HOME% variables.
* - added generation of 'bin/scala.bat'.michelou2005-10-161-5/+13
|
* - added 'fixcrlf' action for batch commands.michelou2005-10-161-0/+1
|
* - added 'bin/scalap.bat' in Windows distribution.michelou2005-10-161-0/+9
|
* - added 'izpack' target.michelou2005-10-161-0/+7
|
* - added task 'build.jars' (build/lib).michelou2005-10-151-37/+44
|
* - corrected malformed zip action.michelou2005-10-151-2/+1
|
* Added the source directory in the path of nsc.Iulian Dragos2005-10-151-4/+5
|
* - added generation of 'sources.zip'.michelou2005-10-141-0/+7
|
* - added scalap tool.michelou2005-10-141-6/+10
|
* - 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