summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* adapted dist directory structure to match the o...Lukas Rytz2008-08-121-13/+13
| | | | | | adapted dist directory structure to match the one of a sbaz (downloadable) distribution
* json parser builds on jvm14.Lukas Rytz2008-08-121-3/+32
|
* remove script tests for now - they seem to bloc...Lukas Rytz2008-07-311-1/+1
| | | | | remove script tests for now - they seem to block in certain configurations.
* changed build script to run shootout and script...Lukas Rytz2008-07-311-0/+1
| | | | | changed build script to run shootout and script tests
* updated build script to generate scala-swing.jarLukas Rytz2008-07-301-2/+26
|
* corrected typomichelou2008-07-241-3/+2
|
* fixed script on windowsmichelou2008-07-231-1/+10
|
* Increased timeout in build.xml to make all test...Philipp Haller2008-07-091-1/+1
| | | | | Increased timeout in build.xml to make all tests pass.
* Increased timeout for compilation of tests.Philipp Haller2008-07-081-1/+1
|
* Added timeout option to invocation of partest t...Philipp Haller2008-07-081-1/+2
| | | | | Added timeout option to invocation of partest task.
* Fix build revision number.Geoffrey Washburn2008-06-261-2/+2
|
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-241-2/+2
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.
* indentationmichelou2008-06-111-4/+5
|
* Added javac.args to the build script.Iulian Dragos2008-06-101-5/+18
|
* Added 'scalac.args' parameter to the build script.Iulian Dragos2008-06-101-13/+27
|
* now actually removing plugin.quickLukas Rytz2008-06-091-24/+0
|
* let supersabbus genarte man pages.Lukas Rytz2008-06-091-26/+71
|
* Applying the one half of Miles's patch.Geoffrey Washburn2008-05-181-3/+32
|
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-161-1/+1
| | | | | | Removed outdated "ant-contrib" library and pointed all references to the new version.
* moved target "dist.latest" before "latest.doc"michelou2008-05-131-7/+7
|
* fixed msilnightly targetLukas Rytz2008-05-101-1/+1
|
* Added “fourfour” targets to SuperSabbus for tes...Gilles Dubochet2008-05-091-2/+8
| | | | | | Added “fourfour” targets to SuperSabbus for testing JVM 1.4 builds with a 1.4 JVM. Removed obsolete build files.
* changed copying of .net / jvm14 libraries.Lukas Rytz2008-05-091-2/+4
|
* added proper msil packagingLukas Rytz2008-05-091-20/+18
|
* Fixed #859Miles Sabin2008-05-091-1/+1
|
* just fixes the check-in build. cleaning up later.Lukas Rytz2008-05-091-2/+2
|
* added msil distribution to supersabbusLukas Rytz2008-05-091-8/+24
|
* updated msil build script. now similar to four.xmlLukas Rytz2008-05-081-1/+1
|
* build.xml move to build-old.xmlGeoffrey Washburn2008-05-071-1817/+885
| | | | | | | sabbus.xml copied (using svn's smart copy) to build.xml I'll delete sabbus.xml once all scripts have been updated.
* "ant msil" works again on a fresh build (and af...lorch2008-04-241-10/+6
| | | | | "ant msil" works again on a fresh build (and after "ant clean")
* Fixed #521: MSIL should support separate compil...lorch2008-04-221-4/+9
| | | | | | | | | Fixed #521: MSIL should support separate compilation - The output directory must be specified by "-d" (default: ".") There is - a new switch -Xkeep-msil-files (default: false). This switch must be - explicitly enabled if you want to keep the generated .msil files
* added all the empty dotnet-library files that w...jeberle2008-04-221-1/+4
| | | | | | | | added all the empty dotnet-library files that where not included while compiling for msil. Now we can include **/*.scala in the build.xml. Next step : implement some of these empty files or delete them if the original file (in scala library) also compile for the dotnet target.
* svn:propertiesmichelou2008-04-151-5/+7
|
* Fixed old sabbus to use new scalatool task.Gilles Dubochet2008-04-101-50/+3
|
* Disable the cldc target.Geoffrey Washburn2008-04-071-6/+8
|
* More stubs for MSIL, but I do not have the pati...Geoffrey Washburn2008-04-071-1/+0
| | | | | | | | More stubs for MSIL, but I do not have the patience to create all of them at the moment. So for now the MSIL build is still a special case. We should have the students working on MSIL finish creating stubs (and perhaps implement some of them).
* Closer to having MSIL build again.Geoffrey Washburn2008-04-071-12/+9
|
* Fixed android build.Geoffrey Washburn2008-04-071-14/+3
|
* Normal build of jvm-1.5 target works again...Geoffrey Washburn2008-04-071-86/+13
|
* Started fixing up the cldc, android, and msil, ...Geoffrey Washburn2008-04-051-6/+42
| | | | | Started fixing up the cldc, android, and msil, but they do not work yet.
* Added target directory for jvm-1.4.Geoffrey Washburn2008-04-051-7/+44
| | | | | | Fixed standard build (but 1.4, cldc, android, msil, etc. still need to be fixed)
* fixed OSGi manifest for combinator packagesmichelou2008-03-181-1/+1
|
* fixed OSGi manifest for scala.util.parsingmichelou2008-03-181-1/+1
|
* excludes *CharSequence.scala from CLDC buildmichelou2008-03-181-0/+1
|
* Hopefully fix the problem with Either not being...Geoffrey Washburn2008-03-071-0/+1
| | | | | | Hopefully fix the problem with Either not being included in the the builds.
* ScalaDoc, etc.Geoffrey Washburn2008-03-051-4/+0
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Created a "new" class that is used for running ...Geoffrey Washburn2008-03-051-4/+4
| | | | | | | Created a "new" class that is used for running scaladoc. Right now it is just Main with a new name, but this will change in the near future (and Main, etc. will lose the -Ydoc option).
* fixed missing Ant dependencymichelou2008-02-291-0/+1
|
* 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.
* fixed resolutionmichelou2008-02-291-1/+1
|