summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* - generate a wrapper for scalaintLex Spoon2006-02-201-3/+47
| | | | | - renamed sbp files without the "2" (scala vs. scala2, etc.)
* renamed 'scala*2' to 'scala*' in Ant file build...michelou2006-02-161-20/+23
| | | | | renamed 'scala*2' to 'scala*' in Ant file build.xml
* Updated SABBUS to provide more information abou...Gilles Dubochet2006-02-101-4/+7
| | | | | | Updated SABBUS to provide more information about the environment in which it is running.
* - prints out Java environment when executing bu...michelou2006-02-101-0/+1
| | | | | - prints out Java environment when executing build.xml
* Make the scalac2 sbaz package depend on scalac2...Lex Spoon2006-02-031-1/+2
| | | | | Make the scalac2 sbaz package depend on scalac2-support
* Corrected a classpath problem in the generated ...Gilles Dubochet2006-01-301-3/+3
| | | | | Corrected a classpath problem in the generated scripts in 'build/'.
* Removed the '-client' flag in the run scripts: ...Gilles Dubochet2006-01-301-4/+4
| | | | | | Removed the '-client' flag in the run scripts: it wasn't helpful after all.
* - corrected value of nsc.excludes in file build...michelou2006-01-261-2/+3
| | | | | - corrected value of nsc.excludes in file build.xml
* Scala now only works in client mode: server mod...Gilles Dubochet2006-01-261-4/+4
| | | | | Scala now only works in client mode: server mode is too buggy for Scala.
* Fixed some details in SABBUS so that it works f...Gilles Dubochet2006-01-201-14/+18
| | | | | Fixed some details in SABBUS so that it works flawlessly (hopefully).
* Mmmh, SABBUS wasn't working after all.Gilles Dubochet2006-01-201-1/+1
|
* Updated a rather improved version of SABBUS whi...Gilles Dubochet2006-01-201-89/+99
| | | | | | | Updated a rather improved version of SABBUS which takes care of dependencies much better. Have a look at the updated README file for details.
* Updated Scalac to support a mode (triggered by ...Gilles Dubochet2006-01-191-6/+12
| | | | | | | Updated Scalac to support a mode (triggered by setting 'scalacdebugging' to true) that prints the compiled files and any stack trace generated by the compiler. Use it in SABBUS for quick and strap.
* Three things to be friendly with Scala Bazaars:Lex Spoon2006-01-191-12/+39
| | | | | | | 1. Generate three sbp packages, not just one 2. Fix the name of the bin scripts, e.g. scala22 --> scala2 3. Do not include a Main-Class in the scalac jar file
* Changed the product name in SABBUS to 'scala2'.Gilles Dubochet2006-01-191-1/+1
|
* Added the Scala Bazaar archive generation Ant t...Gilles Dubochet2006-01-191-3/+15
| | | | | | Added the Scala Bazaar archive generation Ant task. Modified the SABBUS build script to use it.
* The build file only creates symbolic links on U...Gilles Dubochet2006-01-121-6/+30
| | | | | | The build file only creates symbolic links on UNIX platforms, copies otherwise.
* The Scalac Ant task now supports a 'addparams' ...Gilles Dubochet2006-01-091-81/+30
| | | | | | | The Scalac Ant task now supports a 'addparams' parameter for passing custom parameters to the compiler. Build script updated to use it too: set nsc.params to add custom parameters.
* Improved the ScalaTool Ant task to be more cros...Gilles Dubochet2006-01-091-24/+29
| | | | | Improved the ScalaTool Ant task to be more cross-platform.
* Updated the Ant build system:Gilles Dubochet2006-01-091-23/+61
| | | | | | | | | 1. Minor aesthetic changes to Scalac. 2. Added Ant task ScalaTool that automatically constructs wrappers for a tool. Wrapper templates are in ant/templates. 3. Modified build.xml to use ScalaTool. 4. Removed nsc/ant/NSC which is now obsolete (replaced by ant/Scalac). 5. Added a antlib.xml file that allows to load all ant tasks in one operation in an ant script.
* Modified the generation of scripts in build/ to...Gilles Dubochet2006-01-041-13/+40
| | | | | | Modified the generation of scripts in build/ to work when linked to from a symbolic link.
* 1.Gilles Dubochet2005-12-231-127/+140
| | | | | | 2. Modified the build script to use the new optional Ant tasks that have been added to 'lib/', which is much cleaner.
* - added properties 'os.win', 'os.cygwin' and 'o...michelou2005-12-221-6/+27
| | | | | | - added properties 'os.win', 'os.cygwin' and 'os.unix' Task 'symlink' is - now called only if 'os.unix' is set
* - corrected generation of executables for Cygwi...michelou2005-12-221-23/+54
| | | | | - corrected generation of executables for Cygwin and Windows
* 1.Gilles Dubochet2005-12-211-28/+47
| | | | | | 2. Improved the generation of a distribution. 3. 'scalanstest' works again.
* 1.Gilles Dubochet2005-12-201-2/+2
| | | | | 2. Removed dead text in ant/NSC.
* 1.Gilles Dubochet2005-12-191-37/+74
| | | | | 2. Scripts no longer use the wrapper script but are self-contained.
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-734/+484
| | | | | | Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.
* - added missing package 'reflect'michelou2005-12-161-0/+1
|
* - NSC ant task updated to compile with NSCGilles Dubochet2005-12-131-1/+0
| | | | | - Build script now compiles it with NSC
* - corrected typo in task 'distrib.cygwin'michelou2005-12-091-3/+3
|
* *** empty log message ***Martin Odersky2005-12-091-2/+2
|
* *** empty log message ***Martin Odersky2005-12-091-2/+2
|
* - added property 'os.cygwin'michelou2005-12-091-1/+40
| | | | | - added task 'distrib.cygwin'
* - 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.