- f7a0c58 Updates the reference api for Api Checker to 2.1. Fixes 2 small bugs in Api Checker. by amitmanjhi@google.com · 14 years ago
- b090e0a remove packages.properties on an ant clean by conroy@google.com · 14 years ago
- 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 14 years ago
- 0b794d1 Deletes the bikeshed. by rjrjr@google.com · 15 years ago
- eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
- fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
- 61847e0 Drop the bikeshed jar from the GWT distribution. by amitmanjhi@google.com · 15 years ago
- d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
- 674ee0b Generate the soyc jar as well during 'ant dist-bikeshed' by amitmanjhi@google.com · 15 years ago
- 1dfeea6 Introduces 'dist-bikeshed' target, removes dependency of 'buildonly' target on by amitmanjhi@google.com · 15 years ago
- e726ead Build file changes to create gwt-bikeshed.jar that can be used as an overlay by amitmanjhi@google.com · 15 years ago
- 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
- 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
- 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
- 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 15 years ago
- 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
- ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
- 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
- a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
- 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
- 35e6cb1 Fixes so apichecker works on Windows, by making the refJar path an ant "path" <arg> and splitting by fabbott@google.com · 16 years ago
- 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
- 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the by fabbott@google.com · 16 years ago
- 3d7fbc2 Fix build timeouts due to triplicate use of user test. The problem is that servlet and tools depend on user, but in a context (from test's call-subproject) in which $target has been set to "test", so that user dependency is a dependency on testing user. Again. And again. by fabbott@google.com · 16 years ago
- dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
- 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
- 83b7623 Patch to make api-checker use Gwt1.6 as its reference Api instead of Gwt1.5 by amitmanjhi@google.com · 16 years ago
- fe88820 This patch fixes issue 3445, allowing apiChecker to run using reference jars. by amitmanjhi@google.com · 16 years ago
- 43f3cc0 This patch fixes issue 3444 -- api-checker now accepts ant patterns in the excludes list. by amitmanjhi@google.com · 16 years ago
- 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
- 2a10a5c Updates the classpath of apichecker in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
- 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
- ed46bf8 Adding presubmit target so Joel can use it, as his checkstyle setup is currently foobared (note, checkstyle info message will be updated in subsequent commit) by ecc@google.com · 16 years ago
- e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
- 75522d5 1) Adds command-line flags to allow the user to specify a reference jar and gwt dev by amitmanjhi@google.com · 16 years ago
- 802720f Updating api-checker config. by ecc@google.com · 16 years ago
- 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
- 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
- de58a82 1) Instead of api-checking the branch against 1.4, the branch is now checked by amitmanjhi@google.com · 16 years ago
- 0e2dc628 by fabbott@google.com · 17 years ago
- e5a3a39 Rolling back r3143 because it breaks builds. by knorton@google.com · 17 years ago
- a00ab3b Adding automatic execution of API checker to the "test" target. by fabbott@google.com · 17 years ago
- 831b44c Adding Amit's API Checker, with build target by fabbott@google.com · 17 years ago
- 3fa0e32 Test commit. by gwt.team.rdayal · 17 years ago
- 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
- 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
- 594da00 Top level build was not really cleaning by gwt.team.scottb · 18 years ago
- 68f7e76 Added samples to top level build. by gwt.team.scottb · 18 years ago
- d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
- 89075d4 User doc now builds as part of the default ant task. by gwt.team.jgw · 18 years ago
- 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
- 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
- ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago