1. 6146b0c Two small config changes: by amitmanjhi@google.com · 16 years ago
  2. 882c68f 4 small changes: by amitmanjhi@google.com · 16 years ago
  3. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  4. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  5. ebca77b Rollbacks the offending commits, c5774 and part of c5773. by amitmanjhi@google.com · 16 years ago
  6. cc68e23 Turn on the batching of test cases. by amitmanjhi@google.com · 16 years ago
  7. 885f9e0 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  8. 7e8c64d Rolling back c5720 because it broke the build. by amitmanjhi@google.com · 16 years ago
  9. ee431e5 This patch adds "batch" execution of GWTTestCases, significantly reducing the by amitmanjhi@google.com · 16 years ago
  10. 6109435 Ant changes to make top-level "test" also exercise checkstyle and apicheck. This thus subsumes "prebuild", which people don't know to use and is thus doomed to go away. by fabbott@google.com · 16 years ago
  11. 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the by fabbott@google.com · 16 years ago
  12. f87faf1 Isolating <junit> temporary files, so parallel tests shouldn't complete. by fabbott@google.com · 16 years ago
  13. 71e72af Ant top-level target rework to allow single-platform use. Not that whereas "ant build" used to imply, by dependence through -do, "dist", it is now just building (and the default target is changed to "dist"). For develepment work, consider "ant dist-dev" to build a single-platform distribution without docs or samples. For single-platform work, consider "ant dist-one" (or "ant buildonly," which now does only one platform). by fabbott@google.com · 16 years ago
  14. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  15. 633cf17 Fix build break by increasing heap for JUnit test. by jat@google.com · 16 years ago
  16. a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
  17. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  18. 362654b Disables jarjar from the build entirely. This fixes the HostedMode entry point. by spoon@google.com · 16 years ago
  19. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  20. 8eecc1f Run jarjar on gwt-dev-platform.jar, for all three platforms, so that by spoon@google.com · 16 years ago
  21. 4e4f363 Establish the working directory for <svninfo> more explicitly; it turns by fabbott@google.com · 16 years ago
  22. 66b7906 Add a custom SvnInfo task to get branch@version information from svn info by fabbott@google.com · 17 years ago
  23. 3b1edcc Change instance initializer in About.java to static. Most of the work, though, was on the Ant files such that once the filtered copies have already been generated, they will re-generate IFF the gwt OR svn versions have changed (i.e. after an svn up). by fabbott@google.com · 17 years ago
  24. 0e2dc628 by fabbott@google.com · 17 years ago
  25. 4a87ea1 Adding SVN branding of About.* with svn branch@version information by fabbott@google.com · 17 years ago
  26. 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
  27. c624dcb Rolling back r2922, which was not approved. by scottb@google.com · 17 years ago
  28. 7db8583 adding logs to JUnit stuff. Helpful for disambiguating which of several testcases with same method names runs, but primarily aimed at diagnosing a remoteweb test timeout... surely not all of the clients really go AWOL all at once?? by fabbott@google.com · 17 years ago
  29. bbaea02 Updated the gwt.junit and gwt.javac for user tests to get access to shared test code from dev/core/test. Fixes build break at r2857. by mmendez@google.com · 17 years ago
  30. f8284cd Adding time and size metric collection to samples. Includes a new Timer by fabbott@google.com · 17 years ago
  31. 910448e Adds a condition to always run unit tests in '-notHeadless' mode by gwt.team.zundel · 17 years ago
  32. 2dab5ed Roll-back of r2343; apparently we do need to compile package-info's to not break the build. by scottb@google.com · 17 years ago
  33. 4271404 Removes "infinite staleness" in user build from non-compilable package-info.java classes. by scottb@google.com · 17 years ago
  34. cf24455 Rewrite of the low level libs for OSX hosted mode. We now use all public by gwt.team.knorton · 17 years ago
  35. e1f3234 Linux distro should use bzip2. by scottb@google.com · 17 years ago
  36. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  37. 7704291 Run all remoteweb targets in parallel in a single JVM instead of serially across multiple JVMs. by gwt.team.bobv · 17 years ago
  38. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  39. c89e237 Adds an explicit "target=1.5" to the default GWT javac compile to ensure output consistency across different versions of javac. by scottb@google.com · 17 years ago
  40. 44d1887 Bumping up memory footprint for JUnit tests, some tests were failing with out of heap. by gwt.team.scottb · 17 years ago
  41. 452a7e3 Changed build and compiler settings to use Java 5.0 syntax. by gwt.team.scottb · 18 years ago
  42. 764ec74 The following patch allows a user to specify which GWTTestCases under trunk/user/test should be executed by "ant test". The user can specify a comma delimited list of filters via the gwt.junit.testcase.includes property. If this property is not specified the default of "**/*Test.class" is used. For example, to only run com.google.gwt.dev.jjs.test.CompilerTest, you would execute: by gwt.team.mmendez · 18 years ago
  43. 8635704 Fix for issue #774. Actually running dev/core/test now from ant build.xml by gwt.team.scottb · 18 years ago
  44. ceab1ec Fix for issue 525. Reviewed by knorton, tested by knorton, hcc, rdayal, and jat. by gwt.team.jat · 18 years ago
  45. e18b95c Added some necessary references to the JUnit jar. Reviewed by gwt.team.jat by gwt.team.scottb · 18 years ago
  46. 428b263 Fixed Mac OS build by not requiring tools.jar on Mac by gwt.team.scottb · 18 years ago
  47. c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
  48. b05c900 Implemented a TarCat Ant task to slurp tars directly into other tars. This allows us to preserve things like permissions and symlinks on hostile operating systems. by gwt.team.scottb · 18 years ago
  49. 193a3b9 Sort & format by gwt.team.scottb · 18 years ago
  50. 80c5621 Added -XstartOnFirstThread work around for testing on mac by gwt.team.mmendez · 18 years ago
  51. f94f247 Mac OS X will be detected as a mac and not as Linux by gwt.team.mmendez · 18 years ago
  52. 14e28a2 All source code will default to UTF-8 encoding. by gwt.team.mmendez · 18 years ago
  53. b5aba97 Sped up rebuilds by removing the double ant call. by gwt.team.scottb · 18 years ago
  54. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  55. 7c49037 Updated to make "ant checkstyle" work again; it worked well enough to find that the samples don't pass! Will have to fix in a subsequent checkin by gwt.team.bruce · 18 years ago
  56. a4f285c Pulled junit taskdef into the macro to prevent non-junit builds from failing. by gwt.team.scottb · 18 years ago
  57. 99f280b Updates to execute hosted, web, and remoteweb tests by gwt.team.mmendez · 18 years ago
  58. 6db8959 Assume the tools location if the environment variable isn't set by gwt.team.scottb · 18 years ago
  59. d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
  60. 672efb5 Added build tools compilation to the dependency chain and added checkstyle targets that include our custom checks (e.g. sort order) by gwt.team.bruce · 18 years ago
  61. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  62. 35e9b0e Sanity checking that GWT_TOOLS is set by gwt.team.scottb · 18 years ago
  63. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago