summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* - removed old Scala jars from TOOLS_CPATH's valuemichelou2005-12-071-2/+2
|
* SCABBUS now also supports the "print" option.Gilles Dubochet2005-11-301-3/+3
|
* Added local variable debugging information in t...Iulian Dragos2005-11-301-3/+3
| | | | | | Added local variable debugging information in the jvm backend, and corresponding options in the ant task.
* cleaned up mainBurak Emir2005-11-181-0/+10
|
* At last: the annoying two files that build.pico...Gilles Dubochet2005-11-151-10/+11
| | | | | | At last: the annoying two files that build.pico.nslib was rebuilding everytime now no longer are.
* New JARs now overwrite old ones instead of mere...Gilles Dubochet2005-11-131-4/+4
| | | | | New JARs now overwrite old ones instead of merely updating them.
* - added creation of md5 checksums.michelou2005-11-091-0/+9
|
* Added check in doc to see whether the required ...Gilles Dubochet2005-11-051-1/+9
| | | | | Added check in doc to see whether the required classes are available.
* skip.nsc can be used when building a non-workin...Gilles Dubochet2005-11-041-11/+17
| | | | | skip.nsc can be used when building a non-working version of nsc.
* Changed path to use config instead of build.sup...Gilles Dubochet2005-11-031-15/+12
| | | | | | Changed path to use config instead of build.support. test target now simply runs the test script.
* Corrected more error message for IzPack.Gilles Dubochet2005-11-031-1/+1
|
* Corrected error message for IzPack.Gilles Dubochet2005-11-031-1/+1
|
* IzPack now works with a non-patched distribution.Gilles Dubochet2005-11-031-2/+3
|
* Updated files for new directory structure.Gilles Dubochet2005-11-031-5/+8
|
* Better support for names of executables and the...Gilles Dubochet2005-11-021-23/+23
| | | | | Better support for names of executables and the distribution itself.
* Bug correction: When the docs.skip flag was use...Gilles Dubochet2005-11-021-0/+2
| | | | | Bug correction: When the docs.skip flag was used, distrib was broken.
* - Updated version nb.Gilles Dubochet2005-11-021-33/+92
| | | | | | - Added IzPack creation directly in the build file. Default target is - now distrib.
* Modified class path of nsc exec scripts to suit...Gilles Dubochet2005-11-021-3/+5
| | | | | Modified class path of nsc exec scripts to suit Iulian desires.
* Updated SABBUS to generate functioning scalac a...Gilles Dubochet2005-11-011-18/+24
| | | | | | Updated SABBUS to generate functioning scalac and scala script (bug #469).
* - fixed nasty bug introducted by Gilles in Wind...michelou2005-10-281-3/+5
| | | | | - fixed nasty bug introducted by Gilles in Windows distrib.
* - corrected typo.michelou2005-10-281-2/+2
|
* - corrected wrong path in target 'distrib.win'.michelou2005-10-281-2/+16
| | | | | | - added command 'scalap'. - added 2nd VERSION file for Windows.
* Corrected the classpath of the scala and scalac...Gilles Dubochet2005-10-281-6/+8
| | | | | | Corrected the classpath of the scala and scalac tools to use the old library instead of the new one.
* Refactored the build.all system to be shorter, ...Gilles Dubochet2005-10-271-198/+129
| | | | | | Refactored the build.all system to be shorter, clearer. Corrected some bugs that prevented rebuilding nsc without cleaning first.
* - modified list of support files.michelou2005-10-271-2/+2
|
* Checks if the classpath is empty.Gilles Dubochet2005-10-201-0/+7
|
* - changed task 'distrib' (partial distrib).michelou2005-10-181-14/+97
| | | | | - added task 'distrib.all' (full distrib).
* 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'.