summaryrefslogtreecommitdiff
path: root/lib/sabbus.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-1/+1
| | | | | | 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-1/+1
| | | | | | | | 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.
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-091-1/+1
| | | | | | SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows.
* First step towards a faster commit build.Gilles Dubochet2008-02-291-0/+1
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.