Commit Graph

331 Commits

Author SHA1 Message Date
washburn acbf82e16b build.xml move to build-old.xml
sabbus.xml copied (using svn's smart copy) to build.xml

I'll delete sabbus.xml once all scripts have been updated.


git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14943 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-05-07 13:17:46 +00:00
lorch bf978b441c "ant msil" works again on a fresh build (and after "ant clean")
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14815 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-24 19:56:43 +00:00
lorch 4248beed94 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


git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14758 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-22 09:06:05 +00:00
jeberle dff00c63a1 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.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14757 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-22 08:55:29 +00:00
michelou c6cbf2c3d0 svn:properties
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14660 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-15 15:56:51 +00:00
dubochet a1cbb8ea14 Fixed old sabbus to use new scalatool task.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14596 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-10 10:25:26 +00:00
washburn 7f27303596 Disable the cldc target.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14539 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-07 14:48:27 +00:00
washburn b1adabff01 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).



git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14537 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-07 14:41:08 +00:00
washburn 8125adc94d Closer to having MSIL build again.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14536 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-07 14:23:26 +00:00
washburn da6d015bf5 Fixed android build.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14535 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-07 13:30:36 +00:00
washburn 5f3cefccd2 Normal build of jvm-1.5 target works again... Now for msil, andriod, and jvm-1.4
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14534 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-07 13:06:24 +00:00
washburn c93c293e56 Started fixing up the cldc, android, and msil, but they do not
work yet.


git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14508 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-05 14:26:52 +00:00
washburn b81f3b5e91 Added target directory for jvm-1.4.
Fixed standard build (but 1.4, cldc, android, msil, etc. still need to be fixed)


git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14507 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-04-05 14:06:15 +00:00
michelou 4623513dc9 fixed OSGi manifest for combinator packages
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14407 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-18 17:41:49 +00:00
michelou d2c4235f22 fixed OSGi manifest for scala.util.parsing
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14406 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-18 17:12:23 +00:00
michelou 42c9c3e4d5 excludes *CharSequence.scala from CLDC build
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14400 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-18 10:04:24 +00:00
washburn eb4445e9ea Hopefully fix the problem with Either not being included in the the builds.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14323 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-07 13:31:37 +00:00
washburn 6f5f1b4016 ScalaDoc, etc. now use a doc.Settings, which is a subclass
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.



git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14270 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-05 15:07:14 +00:00
washburn fa2c5e54f2 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).



git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14266 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-03-05 11:50:24 +00:00
michelou 4548c2b6c1 fixed missing Ant dependency
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14231 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-29 16:33:25 +00:00
dubochet e4216bbee2 First step towards a faster commit build.
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.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14226 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-29 14:31:10 +00:00
michelou 70443221aa fixed resolution
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14223 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-29 11:35:14 +00:00
michelou 6e130b4c4c minor fix
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14206 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-29 10:03:05 +00:00
michelou 6b9a6bf173 fixed #579
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14204 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-29 09:59:34 +00:00
michelou 88f0b543df fixed jline addition
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14147 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-26 19:24:31 +00:00
michelou 8705f9a4cd added jline.jar to dists/latest (bis)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14146 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-26 18:41:02 +00:00
michelou 708ea3e486 updated partest, added jline.jar to dists/latest
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14142 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-26 15:38:57 +00:00
dubochet 6fa0b33e83 Removed obsolete "usepredef" from Scalac ant task.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14130 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-25 20:06:42 +00:00
michelou 4e9cc058db removed tabs
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14128 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-25 17:38:28 +00:00
shack 36869aa591 Can now include collection subdirectory in the MSIL build
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14125 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-25 17:00:13 +00:00
michelou 9948d7b287 fixed android build
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14122 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-25 11:15:41 +00:00
michelou e07f8de29a git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14090 5e8d7ff9-d8ef-0310-90f0-a4852d11357a 2008-02-21 11:18:24 +00:00
shack 69356d24c3 Added HashMap to MSIL build
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14076 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-20 11:16:05 +00:00
shack 6aab314cce Added other parts of the standard library to predef.dll
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14074 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-20 09:49:28 +00:00
michelou 490ac3e6b0 fixed dependency in build.xml
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14073 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-20 09:19:02 +00:00
michelou 17750b63b6 build now also works on Java 1.4 (uses RetroWeaver)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14067 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-19 17:57:34 +00:00
dubochet 31fdb1e61a Changed version naming scheme to be Eclipse compatible.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14061 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-19 10:26:48 +00:00
phaller 4b9a527551 Fixed dest dir in build of partest
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13951 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-12 10:28:56 +00:00
phaller d2cb1adc0f Fixed build of partest
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13950 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-12 10:27:50 +00:00
phaller bfa7ae73f9 Implemented --show-diff, --show-log and --failed options
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13947 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-11 17:52:15 +00:00
michelou c39cfa1d12 uses src/*-src.jar both in latest and distro
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13943 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-11 12:25:02 +00:00
michelou ba02cab8ef Updated STARR to 2.7.0-RC1
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13930 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-07 16:55:21 +00:00
michelou 3d022d02d9 fixed nightly build
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13909 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-07 11:01:59 +00:00
shack 5dbcc1fff4 Fixed MSIL build (thanks to Philipp)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13879 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-04 14:41:34 +00:00
michelou eb8d3db2cc fixed #224
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13856 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-01 12:58:52 +00:00
michelou 789b43550b added root directory to .tgz and .zip archives
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13777 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-01-22 18:31:06 +00:00
michelou 94bf99b0ba corrected typo
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13733 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-01-18 17:14:15 +00:00
michelou 0f138f065b replaced "matches" by "contains" (Ant compatibility)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13731 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-01-18 16:29:44 +00:00
michelou beb0ba32d9 added target in optimise task
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13728 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-01-18 13:44:50 +00:00
michelou 8d0a0d2c3a added nsc.target conditional property
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13727 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-01-18 13:42:10 +00:00