summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix stability. jar is not stable. no review.Lukas Rytz2010-04-131-2/+2
|
* Still working on partest.Paul Phillips2010-04-121-0/+23
| | | | | | | | | | | | temporary if considered clutter. ant test.partest ant test.partest-opt They run some recently troublesome partest tests with a low timeout. Logged some more exceptions where the compiler has been dying. Review by phaller.
* moved plugin folder back to 'misc/scala-devel/p...Lukas Rytz2010-04-111-53/+40
| | | | | | | | moved plugin folder back to 'misc/scala-devel/plugins'. moved bash completion to scala-tool-support (see r21449). include continuations in compiler sbaz package. replaced some tabs by spaces. review by extempore.
* Restores the passing of scalac.args and javac.a...Paul Phillips2010-04-111-0/+2
| | | | | | | | | Restores the passing of scalac.args and javac.args from ant to partest for use on all tests, which rytz had astutely pointed out I made disappear. Long term I think one ought to be able to specify different arguments for building the compiler and for partest, but now is not the moment for such grand ambition. No review.
* minor cleanup in build script. no reviewLukas Rytz2010-04-091-11/+17
|
* Created a test.suite.clean.checkinit ant target...Paul Phillips2010-04-071-0/+8
| | | | | | | | | | | | | Created a test.suite.clean.checkinit ant target which: runs ant all.clean builds with -Xcheckinit runs the test suite with -Xcheckinit Review by cunei? If the nightly is trying to do the above sequence with command line options, I suggest it be changed to run this target or a similar one so the logic is not separated from the buildfile.
* Typo patrol, no review.Paul Phillips2010-04-051-1/+1
|
* The code part of the partest patch.Paul Phillips2010-04-051-71/+32
| | | | | | | | | | it they can be my guest (reviewbot: review by community!) More realistically: more than likely I have unwittingly altered or impaired some piece of functionality used by someone somewhere. Please alert me if this is the case and I will remedy it. I have to call it at this point as the best interests of 2.8 cannot be served by me nursing this patch along any further.
* Mostly IO tweaks related to my upcoming partest...Paul Phillips2010-04-021-1/+1
| | | | | | | | | Mostly IO tweaks related to my upcoming partest patch, which to my chagrin is being held up by windows. Also updates the default ANT_OPTS to be the same as the ones the nightlies override it with. (If we know you can't build scala with those settings it seems kind of uncool to leave them for everyone else.) No review.
* fixed double-loading of plugins.Tiark Rompf2010-03-251-3/+3
|
* Continuations support classes are included in s...Miles Sabin2010-03-171-0/+1
| | | | | | | Continuations support classes are included in scala-library.jar so their sources should be in scala-library-src.jar. Also export scala.util.continuations from the scala-library bundle.
* minor cleanup to build.xml. review by rompfLukas Rytz2010-03-151-35/+18
|
* moved the continuations plugin into trunk.Tiark Rompf2010-03-111-5/+152
|
* Some windows oriented fixes for build.xml.Paul Phillips2010-03-101-2/+2
|
* Added test.debug target to build.xml.Paul Phillips2010-03-081-10/+19
| | | | | | | | | | tests you have placed in the test/debug directories - critically for those of us stuck debugging ant, this lets one run a small selection of tests by way of ant instead of the console runner. (Sorry about the empty .gitignore files, but one of git's quirks is that it won't acknowledge the existence of an empty directory.) No review.
* Changed partest ant task not to use reflection,...Paul Phillips2010-03-081-6/+6
| | | | | | Changed partest ant task not to use reflection, instead using the path with which scala was invoked. No review.
* Enabled scalacheck tests.Paul Phillips2010-03-011-17/+18
| | | | | | | | what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community.
* More partest cleanups, and putting back a coupl...Paul Phillips2010-02-251-2/+2
| | | | | | More partest cleanups, and putting back a couple lines in build.xml which were left a little too commented out. No review.
* Working on making the bootstrap process transpa...Paul Phillips2010-02-251-15/+15
| | | | | | Working on making the bootstrap process transparent and consistent. And removed a bunch of what is now cruft in partest. No review.
* The build file wasn't quite all the way on the ...Paul Phillips2010-02-251-4/+8
| | | | | | | | The build file wasn't quite all the way on the bash completion commit. Now it should work, and also be copied into the distribution. Review by anyone who may be cruel enough to oppose including completion in the distribution.
* Bash completion! The file is automatically crea...Paul Phillips2010-02-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Bash completion! The file is automatically created as part of the build process and placed in $pack/etc. % scala -Xprint -Xprint-icode -Xprint-pos -Xprint-types -Xprint: % scala -Xprint: all flatten mixin tailcalls cleanup icode namer terminal closelim inliner packageobjects typer constructors jvm parser uncurry dce lambdalift pickler erasure lazyvals refchecks explicitouter liftcode superaccessors % scala -g: line none notailcalls source vars % scala -Ystruct-dispatch: invoke-dynamic mono-cache no-cache poly-cache Review by community.
* Updated scalacheck jar to current trunk.Paul Phillips2010-02-241-1/+2
| | | | | | | | | not being used. Updated partest with a --scalacheck option. Added scalacheck tests to the ant build target. Still struggling with ant/partest/classpaths so it's not on by default yet, but at least ./partest --scalacheck works. We... will... use... scalacheck. And we will like it! No review.
* [scaladoc] Optional link to source (set paramet...Gilles Dubochet2010-02-031-2/+9
| | | | | | | | | [scaladoc] Optional link to source (set parameter "-doc-source-url"). Support for commenting packages (using package objects). Contributed by Perdo Furlanetto. Also: small performance improvements, short comment extraction is more robust (but no HTML tags allowed in first sentence), small code clean-ups. Checked by dubochet, no review.
* small improvements in building newlibs / newfor...Lukas Rytz2010-01-251-7/+15
| | | | | small improvements in building newlibs / newforkjoin. no review.
* Fix ant task for build manager partest. no review.Hubert Plociniczak2010-01-251-1/+2
|
* fix several issues in .net backend / type parsing.Lukas Rytz2010-01-221-7/+23
|
* Renamed new bin directory to "tools" to avoid c...Miles Sabin2010-01-201-1/+1
| | | | | | Renamed new bin directory to "tools" to avoid conflict with Eclipse incremental build output directory.
* Took a slightly different tack on parsing the s...Paul Phillips2010-01-201-6/+10
| | | | | Took a slightly different tack on parsing the svn version. No review.
* Removed some debugging echoes I let slip through.Paul Phillips2010-01-201-4/+0
|
* Until now all scala builds performed not in an ...Paul Phillips2010-01-191-2/+20
| | | | | | | Until now all scala builds performed not in an svn tree were given no version number, because the version was extracted from "svn info". Now it tries git style if svn info is unrevealing. Review by community.
* Adding target distpack-opt.Antonio Cunei2009-12-171-1/+7
| | | | | Review by rytz.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* moved forkjoin sources out of the library folderLukas Rytz2009-12-021-21/+52
|
* Added a line to build.xml to echo the value of ...Paul Phillips2009-11-281-0/+1
| | | | | | | | Added a line to build.xml to echo the value of $ANT_OPTS after being burned one too many times by having it already set in my environment. What was the motivation for that change again? In any case this should make it easier to notice.
* Scaladoc 2.Gilles Dubochet2009-11-241-3/+11
|
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-0/+1
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* use scalacfork for strap build, should make win...Lukas Rytz2009-11-091-65/+81
| | | | | | use scalacfork for strap build, should make windows build work. Rename RichWindow so that ant does not always re-compile it.
* Increased partest timeout, since it seems we ar...Philipp Haller2009-11-091-1/+1
| | | | | | Increased partest timeout, since it seems we are hitting it in some hudson configs.
* removed wrong .optimise targetsLukas Rytz2009-11-061-31/+21
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-73/+0
|
* Fixed #2545.Martin Odersky2009-11-021-0/+22
|
* Added -Ybuilder-debug:[none,simple,refined] opt...Miles Sabin2009-10-301-3/+7
| | | | | | | Added -Ybuilder-debug:[none,simple,refined] option for testing the interactive build manager; added support for reporting comments during compilation; unbroke the test.positions build target.
* new classpaths.Lukas Rytz2009-10-261-0/+4
|
* Added scalac.args.quickonly to build.xml, becau...Paul Phillips2009-10-231-9/+14
| | | | | | | Added scalac.args.quickonly to build.xml, because otherwise the only way to fully test new command line options either involves rebuilding starr every time or manually editing build.xml between locker and quick.
* Re-enabled optimised nightly buildsIulian Dragos2009-10-141-2/+1
|
* removing jvm5 stuff from trunk, now in branches...Lukas Rytz2009-10-091-30/+0
| | | | | removing jvm5 stuff from trunk, now in branches/jvm5
* removing msil from trunk.Lukas Rytz2009-10-081-31/+3
|
* Daily switch of optimised nightly.Iulian Dragos2009-10-071-1/+1
|
* Fixed stability issues for optimisedIulian Dragos2009-10-061-1/+1
|
* Temporarily reverting r18863Antonio Cunei2009-10-031-1/+2
|