summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* API for DBC is built again.Gilles Dubochet2006-04-031-3/+4
|
* replaced ${*.dir}/${exec.dir.name} with ${*.ex...mihaylov2006-03-301-28/+29
| | | | | replaced ${*.dir}/${exec.dir.name} with ${*.exec.dir} in build.xml
* Exec Scripts (scala, scalac, etc.) are generate...Gilles Dubochet2006-03-301-28/+86
| | | | | | | Exec Scripts (scala, scalac, etc.) are generated for every phase, now based on the source grabed at compile-time (no need to rebuild locker when testing the scripts anymore).
* corrected link to sbaz universe in **/build.xmlmichelou2006-03-291-5/+5
|
* added sbaz package 'scala-test'michelou2006-03-281-0/+15
|
* Fixed bug #557: Testing available memory before...Gilles Dubochet2006-03-241-7/+11
| | | | | | Fixed bug #557: Testing available memory before running SABBUS is now more robust.
* added library scala-dbc.jar to package scala-li...michelou2006-03-241-1/+1
| | | | | added library scala-dbc.jar to package scala-library-*.sbp
* fixed missing link when generating advert file ...michelou2006-03-231-2/+3
| | | | | fixed missing link when generating advert file in build.xml
* removed placeholder packages in file scala/buil...michelou2006-03-231-57/+18
| | | | | removed placeholder packages in file scala/build.xml
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-211-4/+4
| | | | | | | Corrected scripts to circumvent class loader bug in scala runtime. Every class loads in the same classloader so that boxed arrays can load their content.
* 1.Gilles Dubochet2006-03-201-93/+114
| | | | | | 2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).
* corrected handling of version number in build.xmlmichelou2006-03-161-3/+3
|
* added license and readme files to the docmichelou2006-03-151-0/+3
| | | | | corrected classpath handling in tool-unix.tmpl
* In the scalaint script, define scala.boot.class...Lex Spoon2006-03-151-1/+2
| | | | | In the scalaint script, define scala.boot.class.path .
* propagate property 'version.number' to all depe...michelou2006-03-141-2/+2
| | | | | propagate property 'version.number' to all dependencies
* added '-' in property 'time.short' to be sbaz f...michelou2006-03-141-1/+1
| | | | | added '-' in property 'time.short' to be sbaz friendly
* fix the classpath for the "quick" scalaint scriptLex Spoon2006-03-131-1/+1
|
* Reverted back Stephane's incorrect changes to t...Gilles Dubochet2006-03-131-9/+9
| | | | | | Reverted back Stephane's incorrect changes to the versioning scheme. It needs to REMAIN THAT WAY to be compatible with SBaz.
* uses major/minor/patch versions before incremen...v2.0.0michelou2006-03-121-9/+9
| | | | | uses major/minor/patch versions before incrementing them
* corrected missing path conversion on Cygwin for...michelou2006-03-111-2/+7
| | | | | | | corrected missing path conversion on Cygwin for file 'generic-unix.tmpl' added handling of option '-cp/-classpath' in file 'tool-windows.tmpl ' use task <copy> instead of <symlink> on Windows in file 'build.xml '
* Fixed some distribution-related build dependenc...Gilles Dubochet2006-03-091-79/+72
| | | | | | | Fixed some distribution-related build dependencies and improved the way devel, patch and minor distributions can be requested. Updated README to match current build script.
* added directory 'examples' to generated distrib...michelou2006-03-091-1/+4
| | | | | added directory 'examples' to generated distribution
* Updated SABBUS to: Gilles Dubochet2006-03-081-68/+182
| | | | | | | | | | | 1. Generate better local distributions, same layout as a sbaz-managed directory. 2. Consolidate Sbaz packages into a smaller set. Compatibility packages are also generated. 3. Added number management (triggered by 'release' property). 4. Scaladoc HTML documentation is now part of the distribution. 5. Target 'docs.compiler' generates HTML documentation for compiler. 6. FJBG is now insert into 'scala-compiler.jar' archive for distribution.
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-081-15/+32
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* removed task 'examples' from build.xmlmichelou2006-03-081-44/+0
|
* added generation of 'scaladoc' commandmichelou2006-03-081-5/+59
|
* changed version numberingmichelou2006-03-071-4/+56
| | | | | added Ant task 'examples'
* Corrected clean-dependencies in SABBUS, cleaned...Gilles Dubochet2006-03-061-270/+426
| | | | | | Corrected clean-dependencies in SABBUS, cleaned-up style, plus various detail improvements.
* also prints out hostname and OS in log file bui...michelou2006-03-061-1/+5
| | | | | also prints out hostname and OS in log file build.timers
* Remove files that were not required for compila...Gilles Dubochet2006-03-031-21/+3
| | | | | | Remove files that were not required for compilation. Clean ignore patterns.
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-1/+1
|
* changed way to generate 'version.number' property,michelou2006-03-021-29/+47
| | | | | added timers for locker, quick and strap phases
* be more tolerant of svnversion's outputLex Spoon2006-02-271-2/+3
|
* SABBUS is now less verbose by default.Gilles Dubochet2006-02-271-4/+4
|
* version number now ends with svn revision numbermichelou2006-02-241-2/+9
|
* - 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
|