summaryrefslogtreecommitdiff
path: root/sabbus.xml
Commit message (Collapse)AuthorAgeFilesLines
* Removing original copy of SuperSABBUS.Geoffrey Washburn2008-05-071-1080/+0
|
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-061-2/+2
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* added msil target to superSabbus (don't forget ...jeberle2008-05-061-0/+12
| | | | | | added msil target to superSabbus (don't forget to set the .properties file)
* SuperSabbus uses proper Java command to run par...Gilles Dubochet2008-04-291-1/+16
| | | | | | SuperSabbus uses proper Java command to run partest. Added targets for nightly tasks.
* Tweaks to SuperSabbus' cleaning behavhiour when...Gilles Dubochet2008-04-231-1/+12
| | | | | | Tweaks to SuperSabbus' cleaning behavhiour when Locker is updated. See description of "newlocker" and "freshlocker" targets.
* SuperSabbus generated distribution is now compl...Gilles Dubochet2008-04-221-4/+32
| | | | | | SuperSabbus generated distribution is now complete. Added targets for packaging distribution to SBaz or archives.
* (1) API docs for private classes and DBC are no...Gilles Dubochet2008-04-181-2/+13
| | | | | | | | (1) API docs for private classes and DBC are no longer generated. Private classes are needed by the compiler but shouldn't be used by clients. DBC is in cold storage (available but not recommended) until DBC2 is ready. (2) Removed "reflect.TypedCode" that is obsolete.
* Fatal typo in SuperSabbus.Gilles Dubochet2008-04-141-1/+1
|
* Tiny fixes to SuperSabbus.Gilles Dubochet2008-04-141-4/+2
|
* sabbus: starr.lib searched in wrong directory f...Lukas Rytz2008-04-141-1/+1
| | | | | sabbus: starr.lib searched in wrong directory for scala-library.jar
* Added what is needed to properly build, test an...Gilles Dubochet2008-04-111-151/+32
| | | | | | Added what is needed to properly build, test and package a distribution for jvm 1.4.
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-22/+164
| | | | | | Added a simple target to build a JVM 1.4 version of the Scala compiler and library.
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-091-265/+491
| | | | | | | | Refactored SuperSabbus' targets to be finer grained and permit better dependency management (with JVM 1.4 and MSIL support in mind). First effort of refactoring the classpath handling: tools are run with the scala library on the classpath, not on the bootclasspath.
* Fixed SuperSabbus.Gilles Dubochet2008-04-071-10/+16
|
* Missed a few references to fusrcs.Geoffrey Washburn2008-04-071-1/+1
|
* Put "locker.clean" target back into SuperSabbus...Gilles Dubochet2008-04-071-2/+2
| | | | | | Put "locker.clean" target back into SuperSabbus as its absence was breaking the "dist" build.
* Fixed the SuperSABBUS build again.Geoffrey Washburn2008-04-071-71/+26
|
* Rename the "files" target to the more descripti...Geoffrey Washburn2008-04-051-2/+2
| | | | | Rename the "files" target to the more descriptive "fusion" target.
* Fixed spelling mistake: Scaladoc -> ScalaDocIulian Dragos2008-04-051-1/+1
|
* Corrected the bit that generates the scaladoc s...Geoffrey Washburn2008-04-051-2/+5
| | | | | Corrected the bit that generates the scaladoc script.
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-041-1/+1
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* Fixed SuperSabbus build for documentation.Gilles Dubochet2008-04-041-4/+6
|
* SuperSabbus is able to build for JVM 1.5 with t...Gilles Dubochet2008-04-041-27/+72
| | | | | | | | | | | | SuperSabbus is able to build for JVM 1.5 with the new library sources' structure. Current solution is suboptimal as it copies all required sources to "build/fusrcs" (for "fusioned sources"). In the future, SuperSabbus should use filesets to "virtualise" fusing and limit copying. Be carefull from where you get your sources when using both Ant and Scalac/FSC.
* Added target to SuperSabbus to correctly make n...Gilles Dubochet2008-03-221-1/+33
| | | | | | Added target to SuperSabbus to correctly make new Starr. Run "ant -f sabbus -p" for info on top-level targets.
* Fixed unreachable code in JSON parser.Gilles Dubochet2008-03-121-0/+3
|
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-091-10/+13
| | | | | | SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows.
* Fixed typo in SuperSABBUS that prevented it fro...Gilles Dubochet2008-03-071-1/+1
| | | | | Fixed typo in SuperSABBUS that prevented it from building STRAP.
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-071-14/+10
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-061-209/+275
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* First step towards a faster commit build.Gilles Dubochet2008-02-291-0/+645
1. Added new Ant tasks to build the compiler in a memory-efficient way. 2. Modified Partest to make it more extensible and added an Ant task to run it. 3. Created a SuperSABBUS build file (beta) using these new tasks.