summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* "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
|
* minor fixmichelou2008-02-291-3/+2
|
* fixed #579michelou2008-02-291-2/+2
|
* fixed jline additionmichelou2008-02-261-1/+2
|
* added jline.jar to dists/latest (bis)michelou2008-02-261-1/+1
|
* updated partest, added jline.jar to dists/latestmichelou2008-02-261-0/+1
|
* Removed obsolete "usepredef" from Scalac ant task.Gilles Dubochet2008-02-251-7/+2
|
* removed tabsmichelou2008-02-251-5/+5
|
* Can now include collection subdirectory in the ...shack2008-02-251-2/+8
| | | | | Can now include collection subdirectory in the MSIL build
* fixed android buildmichelou2008-02-251-0/+1
|
* (no commit message)michelou2008-02-211-2/+2
|
* Added HashMap to MSIL buildshack2008-02-201-5/+5
|
* Added other parts of the standard library to pr...shack2008-02-201-1/+5
| | | | | Added other parts of the standard library to predef.dll
* fixed dependency in build.xmlmichelou2008-02-201-3/+2
|
* build now also works on Java 1.4 (uses RetroWea...michelou2008-02-191-45/+130
| | | | | build now also works on Java 1.4 (uses RetroWeaver)
* Changed version naming scheme to be Eclipse com...Gilles Dubochet2008-02-191-12/+5
| | | | | Changed version naming scheme to be Eclipse compatible.
* Fixed dest dir in build of partestPhilipp Haller2008-02-121-2/+2
|
* Fixed build of partestPhilipp Haller2008-02-121-0/+6
|
* Implemented --show-diff, --show-log and --faile...Philipp Haller2008-02-111-0/+6
| | | | | Implemented --show-diff, --show-log and --failed options
* uses src/*-src.jar both in latest and distromichelou2008-02-111-7/+8
|
* Updated STARR to 2.7.0-RC1michelou2008-02-071-1/+1
|
* fixed nightly buildmichelou2008-02-071-0/+1
|
* Fixed MSIL build (thanks to Philipp)shack2008-02-041-1/+2
|
* fixed #224michelou2008-02-011-0/+2
|
* added root directory to .tgz and .zip archivesmichelou2008-01-221-4/+16
|
* corrected typomichelou2008-01-181-1/+1
|
* replaced "matches" by "contains" (Ant compatibi...michelou2008-01-181-8/+5
| | | | | replaced "matches" by "contains" (Ant compatibility)
* added target in optimise taskmichelou2008-01-181-2/+2
|
* added nsc.target conditional propertymichelou2008-01-181-14/+26
|
* build target is now 1.5Martin Odersky2008-01-171-13/+13
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference