- b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
- a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
- 9321953 Public: GWT version of the JSR 303 Bean Validation TCK by nchalko@google.com · 14 years ago
- 4973524 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
- 07b4e2e Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in gwt-servlet.jar. And for DynaTableRf (and Validation), we copy other jars into the WEB-INF/lib folder of the sample. by gwt.mirrorbot@gmail.com · 14 years ago
- b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@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
- 6ae2c63 Putting validation on all samples' classpath, because validation by fabbott@google.com · 15 years ago
- 6bdc0f1 Not compile-building expenses sample, just collecting its files into the distro. by fabbott@google.com · 15 years ago
- 0e04c41 Tightened up datanucleus paths to include only **/domain/*.class by cramsdale@google.com · 15 years ago
- 408e75e Updated common.ant.xml to copy pom.xml (if found) to build/out by cramsdale@google.com · 15 years ago
- fa87f8f Added the Expenses app to the list of GWT samples, and modified each sample's build.xml file to set its source path by cramsdale@google.com · 15 years ago
- 33d1639 Remove the spurious directories like Hello/linux, Hello/windows, Hello/mac in by amitmanjhi@google.com · 15 years ago
- 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
- 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the 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
- f2503f3 Giving samples a -localWorkers flag. You can configure it for your hardware by defining the property gwt.samples.localworkers in ROOT/local.ant.properties. by fabbott@google.com · 16 years ago
- a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- 0e2dc628 by fabbott@google.com · 17 years ago
- 9df72ec Adding length metrics for individual samples. by fabbott@google.com · 17 years ago
- f8284cd Adding time and size metric collection to samples. Includes a new Timer by fabbott@google.com · 17 years ago
- 3f11681 Fixed ant out-of-date rule for samples. Fixed formatting & props on some showcase files. by scottb@google.com · 17 years ago
- 43ec8bc Bumping JVM memory argument to 256MB throughout. This includes building samples and producing scripts. by scottb@google.com · 17 years ago
- 40faa08 The Showcase sample demonstrates many of the features of GWT including Widget styles and animations, I18N support, general design patterns, other features. The Showcase is available in 4 languages and works well on all browsers. This version is almost complete, but Bruce, Joel and I decided to check it in before GWT 1.5 milestone 2 so we can receive feedback before the offical release. by gwt.team.jlabanca · 17 years ago
- 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
- 87db4d7 Fixes a problem where samples that include a generator fail to build, because the sample's bin directory is not on the classpath. The gwtc rule now includes a sample's bin directory. by gwt.team.scottb · 18 years ago
- 6996532 Fixed chmod issue when building on Win32. I completely redid how the distros get packaged. by gwt.team.scottb · 18 years ago
- 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
- 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
- 5766e87 Make .gwt-cache files appear in the output folder rather than the source folder. by gwt.team.scottb · 18 years ago
- 8055040 Hello sample is now building. by gwt.team.scottb · 18 years ago