summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use git-describe to create build string.Paul Phillips2011-12-041-5/+6
| | | | | | | | | | | | | | Created dev tag which is the merge-base of master and 2.9.1 (merge-base is the last common commit), and told ant to generate build strings based on that. So distributions look like scala-2.10.0.dev-1289-gbba3918 Where the 1289 means you are 1289 commits ahead of "dev" and the last segment (minus the g) is the sha-1 hash. This no doubt breaks windows even further. Help getting it back on its feet greatly appreciated.
* Enabled continuations plugin by default.Paul Phillips2011-12-041-3/+3
| | | | | | We're not buying anything with it off by default. Added a -P:continuations:disable option to disable. -P:continuations:enable lives on as a no-op. Review by @odersky.
* Tweaking ant bootstrap download.Paul Phillips2011-12-021-2/+2
|
* Have ant auto-download the bootstrap libraries.Paul Phillips2011-12-021-3/+11
| | | | This probably doesn't work on windows, help appreciated.
* Add pull-binary-libs.sh warning.Josh Suereth2011-12-021-0/+2
| | | | | Added better warning message if you've forgotten to run pull-binary-libs.sh after initial checkout.
* Fix for build.xml classpaths.Paul Phillips2011-11-291-5/+10
| | | | | | | | Found the cause of plugin build failures which have long haunted me at inopportune times. It's all built against locker instead of quick. Kind of a buzzkill to be fixing this during the "Ant End Times" but better now than never.
* added support for ant tests to partestmichelou2011-11-271-0/+14
|
* Enabling the use of 'compilerarg' with 'scalacf...Stefan Zeiger2011-11-231-6/+2
| | | | | | | | | Enabling the use of 'compilerarg' with 'scalacfork' task in the build process. 'compilerarg' was added in r26030 and pushed into starr with r26055. No review.
* Make partest work with spaces in the path (from...Stefan Zeiger2011-11-221-1/+3
| | | | | | | | | | | | | | Make partest work with spaces in the path (from batch script and ant task). - The 'partest' ant task gets a new 'compilerargs' element for scalac - options (like in scalacfork and javac). Fixed argument list handling - in partest task. Further improvements to argument list handling for - all ant tasks. Fixed argument list handling in DirectTest (used by - partest shell scripts) Fixed path handling in several test cases. Closes SI-622. Review by phaller.
* Enable the use of spaces in paths for the Scala...Stefan Zeiger2011-11-181-0/+8
| | | | | | | | | | | | | | | | | | | Enable the use of spaces in paths for the Scala build on Windows -- take 2. (The original commit in r26026, reverted in r26027, used the new compilerargs element in the Scala build -- we cannot do this until it's in starr.) - Revert r25995 which was fixing it only partly and in the wrong place. - Properly encode argument files for scalac in scalac ant task. - Allow 'compilerarg' elements in scalac ant task (like in ant's built-in javac task) to allow passing extra parameters like plugindir path with proper encoding of spaces and file names. - Fix space handling in get-scala-revision.bat. Closes SI-3047.
* Revert "Enable the use of spaces in paths for t...Paul Phillips2011-11-181-6/+2
| | | | | | | | | | | Revert "Enable the use of spaces in paths for the Scala build on Windows." This reverts the previous commit due to failure to build: BUILD FAILED /scratch/trunk1/build.xml:639: scalacfork doesn't support the nested "compilerarg" element.
* Enable the use of spaces in paths for the Scala...Paul Phillips2011-11-181-2/+6
| | | | | | | | | | | | | | Enable the use of spaces in paths for the Scala build on Windows. Revert r25995 which was fixing it only partly and in the wrong place. Properly encode argument files for scalac in scalac ant task. Allow 'compilerarg' elements in scalac ant task (like in ant's built-in javac task) to allow passing extra parameters like plugindir path with proper encoding of spaces and file names, and use it in the Scala build. Fix space handling in get-scala-revision.bat. (Patch by Stefan Zeiger.) Closes SI-3047.
* ScalaClassLoader changes.Paul Phillips2011-11-031-5/+3
| | | | | Lots of fiddling in the interests of a better classloading future.
* Add some basic tests for Scaladoc.Kato Kazuyoshi2011-10-041-2/+3
|
* fixed svn props and scaladoc tags, did some cle...michelou2011-09-201-9/+9
| | | | | fixed svn props and scaladoc tags, did some cleanup
* Fixes build issue involving missing rootdoc.txt...Heather Miller2011-09-171-0/+1
| | | | | | Fixes build issue involving missing rootdoc.txt in strap build. No review.
* Adds ability to document root package, as well ...Heather Miller2011-09-171-1/+3
| | | | | | | Adds ability to document root package, as well the first cut of an introduction to the API. Contributed by Iain McGinniss during the September doc spree.
* Removed leading tabs in build.xmlmichelou2011-09-171-6/+6
|
* Get svn revision on Windowsmichelou2011-09-171-2/+3
|
* updated scaladoc comments, did some cleanupmichelou2011-09-131-1/+2
|
* Fixing the optimized build.Paul Phillips2011-09-101-2/+2
| | | | | | Continuations suddenly needs fjbg.jar on its classpath due to transitive dependency, no review.
* Added footer command line option to ScalaDoc so...Heather Miller2011-09-071-0/+1
| | | | | | | | Added footer command line option to ScalaDoc so ScalaDoc users aren't forced to have the EPFL/Typesafe copyright notice in their API docs. Now comes with the ability for users to add their own footer. Review by ureche.
* Added extraneous test where classes are verifie...Josh Suereth2011-08-291-0/+4
| | | | | | | Added extraneous test where classes are verified by loading them in non-boot classloaders one at a time. These are not wired into the standard workflow, but available optionally. Review by rytz
* [scaladoc] Improve visual design and layout of ...Donna Malayeri2011-04-111-1/+3
| | | | | | [scaladoc] Improve visual design and layout of Scaladoc, using contributions from Heather Miller. No review.
* Deleted SourcelessComments.Paul Phillips2011-04-071-0/+1
| | | | | | | | | | | | | Nothing and Null with improved documentation of their particulars and convinced scaladoc to parse them without leaving scalac institutionalized. Now rather than seeing our hardcoded documentation strings bitrot in a shadowy flight from classes which do not exist, we are championing the cause of the innocent and powerless. Nothing and Null aren't above the law! So now any responsible party can fire up their text editor and go to town on Nothing.scala. As I'm sure they will. Review by malayeri.
* Removed some bitrotted ant directives which wer...Paul Phillips2011-03-281-4/+0
| | | | | | | Removed some bitrotted ant directives which were keeping us from getting Manifest docs. Thanks to dmharrah. Also removed RichUnit, fare thee well. Closes #4404, no review.
* [scaladoc] Add HtmlFactoryTest and reorganize d...Kato Kazuyoshi2011-03-211-2/+2
| | | | | | [scaladoc] Add HtmlFactoryTest and reorganize directory structure. Reviewed by pedrofurla.
* Added presentation compiler tests.Iulian Dragos2011-01-241-2/+5
|
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Added specialized test to ant build, and ported...Aleksandar Pokopec2011-01-171-1/+3
| | | | | | | | Added specialized test to ant build, and ported old specialized 'run' tests to check the number of boxings. No review.
* Adapted specialization tests to track number of...Aleksandar Pokopec2011-01-171-0/+1
| | | | | | | Adapted specialization tests to track number of boxings. Review by dragos
* Moved the painful-in-ant git/svn revision getti...Paul Phillips2010-11-261-21/+4
| | | | | | | | | Moved the painful-in-ant git/svn revision getting logic into bash where it's at least somewhat less painful. Made it more flexible for easy use in more places since we presently have all kinds of revision figuring logic variations in other build files (sbaz, installer, scala-documentation, scala-tool-support, etc.) No review.
* Some profiling infrastructure.Paul Phillips2010-11-161-7/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | I avoided creating any dependency on yourkit. In addition, there was no way to give arguments to the JVM without losing the ones defined in ANT_OPTS, which has been a massive pain for a while. So there is now "jvm.opts" which is simply appended to ANT_OPTS, e.g. % ant -Djvm.opts=-verbose [echo] Forking with JVM opts: -Xms1536M -Xmx2g -Xss1M -XX:MaxPermSize=192M -XX:+UseParallelGC -verbose There is a minimal stub defining a profiler interface: scala.tools.util.Profiling Then the yourkit wrapper implements that interface. Once your locker has been rebuilt once, you can do this: ant yourkit.run And it will build quick.lib/comp with profiling enabled, assuming it can find the necessary files. See the yourkit.init target for values to change: or ant -Dyourkit.home=/path/to/it might be enough. Review by dragos.
* Switched from ignoring nonexistent directory to...Paul Phillips2010-11-161-1/+4
| | | | | | Switched from ignoring nonexistent directory to creating an empty one to accomodate old underpowered versions of ant. No review.
* ant, build.xml and classpath issues.Paul Phillips2010-11-161-40/+46
| | | | | | | | | | | | | | been ignoring their painstakingly set classpaths and using whatever they can find in the vicinity of the scala script, which works OK for pack but not so well for quick. I also added a build.xml feature so you can drop jars into a dir and have them automatically used everywhere. The directory is lib/extra. Pro tip: add lib/extra to .gitignore and put jars like yjp-controller-api-redist.jar in there. Closes #3706, no review.
* Enable test directories for 'run'.Hubert Plociniczak2010-11-021-6/+2
|
* Added more complete output if tests fail.Aleksandar Pokopec2010-10-081-1/+3
| | | | | | | | | Log file is printed now right away if: - test fails due to an exception thrown in the a test - test fails due to a ScalaCheck test fail - test fails due to compiler errors in ScalaCheck tests Review by extempore.
* Fixed build.xml so scalacheck won't fail to com...Paul Phillips2010-10-071-1/+2
| | | | | | Fixed build.xml so scalacheck won't fail to compile anytime there are partial build artifacts. No review.
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-3/+3
| | | | | | | | | | Fixing an issue with hashset splitters where the splitting does not work if some elements have already been iterated. Added parallel collections exception handling. Added parallel collections break control. Renaming ParHashTrie -> ParHashMap. The part with immutable.{HashSet, HashMap} - review by rompf
* Fixed a scalacheck test group "test entire subd...Aleksandar Pokopec2010-10-041-1/+3
| | | | | | | Fixed a scalacheck test group "test entire subdirectory" problem. It's now possible to add scalacheck tests consisting of multiple files. No review.
* While trying to come to an understanding with #...Paul Phillips2010-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | While trying to come to an understanding with #3869 I had one of those "what are we doing" moments regarding the reams of output generated under -Ydebug. We have all these places where extra info is logged under -Ydebug -- like "if (debug) log(...)" -- and if you try for those you are also saddled with all these irrelevant places which instead say if (debug) Console.println(...). I changed about every one of them to send it to log() instead. So if you were enjoying that 600 MB of debugging output when you compile "goodbye world", you can have it back and then some with -Ylog:all. Until then, enjoy the calm, quiet competence of the new -Ydebug. Also herein: raised default ANT_OPTS permgen because I can no longer build a dist with the former defaults, and gave some synthetics a better home in StdNames. No review (but if anyone just can't live without some particular piece of output every single time -Ydebug is given, I can put it back.)
* [scaladoc] Adds some simple tests for Scaladoc ...Gilles Dubochet2010-09-211-1/+10
| | | | | | [scaladoc] Adds some simple tests for Scaladoc (using Scalacheck). Contributed by Kato Kazuyosh. No review.
* updated default ANT_OPTS for more speed. no reviewLukas Rytz2010-09-031-1/+1
|
* Added ant tasks for strap that build scalacheck.Aleksandar Pokopec2010-08-311-1/+16
| | | | | No review yet.
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-311-37/+29
| | | | | | | | | | | | | Added scalacheck folder, scalacheck source update script, and scalacheck ant tasks. Build process will now generate a scalacheck jar in the build/pack/lib directory. It generates it from the scalacheck source in the src/scalacheck dir. If the source there gets out of date, it is to be updated manually using the tools/updatescalacheck script. Review by phaller.
* Alterations so the sbt build will run under git...Paul Phillips2010-07-291-5/+1
| | | | | Alterations so the sbt build will run under git-svn. Review by moix.
* [scaladoc] Setting for link to source URLs is m...Gilles Dubochet2010-07-271-2/+2
| | | | | | [scaladoc] Setting for link to source URLs is much more flexible and should allow satisfying Toni's exacting demands. Review by cunei.
* Fix for stability failure introduced in build.x...Paul Phillips2010-07-201-0/+1
| | | | | | Fix for stability failure introduced in build.xml change. Review by malayeri (as an FYI.)
* [scaladoc] Modify build script to copy html res...Donna Malayeri2010-07-201-0/+2
| | | | | | | [scaladoc] Modify build script to copy html resources to output directory; display template in a frame rather than an iframe; change title of main page when new frame is loaded. Review by dubochet.
* Abandoned any pretense of selectivity and put f...Paul Phillips2010-07-011-4/+5
| | | | | | | Abandoned any pretense of selectivity and put forkjoin.jar on every compilation path from locker to strap. Review postponed until the afterlife.