- 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
- 09052f4 Fix EZT formatting by rice@google.com · 14 years ago
- a0f3af4 Add fields to EZT doclet output by rice@google.com · 14 years ago
- 6de0567 Add java.math and java.util.logging to list of packages to document by rice@google.com · 14 years ago
- 3b0923e Convert from package.html to package-info.java files, add missing files by rice@google.com · 14 years ago
- 0bf265a Perform basic HMTL escaping for @example tag code by rice@google.com · 14 years ago
- 31697ab Use Java to generate the list of packages for javadoc by rice@google.com · 14 years ago
- 39e4d34 Updates JreDocTool to print the JRE emulation reference HTML fragment to a file instead of stdout. by kplatfoot@google.com · 15 years ago
- 3828c3a Changes the output format of the emulated JRE doc generator from wiki to EZT. by kplatfoot@google.com · 15 years ago
- 2707b14 Adds a name to all gwt.junit test targets so we can easily tell which one failed. by jlabanca@google.com · 15 years ago
- 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
- b92cd5b File.createTempFile() sometimes hangs on the build system while trying to get an by jlabanca@google.com · 16 years ago
- 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
- ac8e042 File.createTempFile() sometimes hangs on the build system while trying to get an exclusive lock on a temp file. This patch uses a custom method to create a temp file. by jlabanca@google.com · 16 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
- bb96496 Committing missing file from r5798. 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
- 8c5986b Making SvnInfo (a) robust to manual overrides of the revision property, and (b) robust to internationalized svn clients. It still expects broadly Western European translations, with LTR order, colon separation, and the "usual" ordering of output lines. 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
- 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
- 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
- f591555 1) Prefer SVN to GIT when examining a repository by zundel@google.com · 16 years ago
- 110703c Fix sentinal file names for change branches. by bobv@google.com · 16 years ago
- ba90927 Adding git support to the ant SvnInfo task. by scottb@google.com · 16 years ago
- 359e55c Refactor SvnInfo to make it testable; also makes the branch relative path to the root of the repository. by scottb@google.com · 16 years ago
- 4301639 Stashing drtool in the build-tools directory, in case somebody else needs to by ajr@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- b44c6e1 Fix SvnInfo to handle a non-svn workspace: can't deduce the version by fabbott@google.com · 16 years ago
- 4e4f363 Establish the working directory for <svninfo> more explicitly; it turns by fabbott@google.com · 16 years ago
- fcd9515 Fix for r3669, because our build machine (and untold others in the wider by fabbott@google.com · 16 years ago
- 66b7906 Add a custom SvnInfo task to get branch@version information from svn info by fabbott@google.com · 16 years ago
- 271e708 Changed the header of the generated JRE emulation wiki doc and modified the WikiDoclet to prefix any wiki-words (WordsLikeThis) with '!' so Google Code doesn't try to automatically turn them into links. by kplatfoot@google.com · 17 years ago
- 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 0e2dc628 by fabbott@google.com · 17 years ago
- 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 7ac9704 Removing some build warnings. by scottb@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
- 2d6748c Removing unused file by bruce@google.com · 17 years ago
- ee1c8bb Implements a new Doclet to generate .wiki output for the JRE emulation documentation. This Doclet generates a RefJreEmulation.wiki, which can then be imported into the code site svn to update the JRE emulation doc. This was created to replace the existing Doclet that produces HTML documentation for the JRE emul types. by scottb@google.com · 17 years ago
- d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
- 90300aa Removed some problems caught by Eclipse's null analysis. by gwt.team.scottb · 18 years ago
- df1deb7 Remove partial implementation of @see <a ...> tag, since it winds up by gwt.team.jat · 18 years ago
- d50bbcf Fix build tool to not emit broken XML for @see <a...> tags (work still needs by gwt.team.jat · 18 years ago
- 1be651b Fix doctool to support Java 1.5. by gwt.team.jat · 18 years ago
- 4b500c1 Made the Getting Started guide work offline, and various other little doc tweaks for correctness/clarity. by gwt.team.bruce · 18 years ago
- f749a43 Updates doc output (i.e. the Developer Guide) to include hyperlinks to grandchildren. This creates the effect of a table of contents so that people are less likely to miss doc subtopics. Most of the doc files have pretty messed up formatting, but I didn't try to normalize them in this commit (although I did add proper copyright headers). Reviewed in person at my desk. This also includes a tiny little tweak to reference image bundles from the top-level developer guide. by gwt.team.bruce · 18 years ago
- 07598d3 Specifies to the doc build that source files are encoded as UTF-8. Matters for I18N javadoc. by gwt.team.bruce · 18 years ago
- 6232a5c Updates our copyright from 2006 to 2007. Brand new copyright notice in DeveloperGuide per Dan Peterson. by gwt.team.scottb · 18 years ago
- 950681a Correct line endings on files with CRLF in the repository by gwt.team.jat · 18 years ago
- 428b263 Fixed Mac OS build by not requiring tools.jar on Mac by gwt.team.scottb · 18 years ago
- 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
- 6e4a170 Fixed build to use the user's JDK tools.jar by gwt.team.scottb · 18 years ago
- ee82474 Removed extra whitespace in CC license link by gwt.team.bruce · 18 years ago
- cbc65f2 Made doctool JDK independent. by gwt.team.scottb · 18 years ago
- 38890df Updated so that docs included in the distro will match the live site by gwt.team.bruce · 18 years ago
- 30369d3 Added google apache header. by gwt.team.ecc · 18 years ago
- 9bf1778 Tweaked the formulation of emitting the rdf stuff in the CC part of the footer; doc previously built on Windows, but not on Linux until this checkin by gwt.team.bruce · 18 years ago
- c5b322f Added Creative Commons license footer (unfortunately, I formatted the XML at the same time, which messes up the diff) by gwt.team.bruce · 18 years ago
- 14c5b9d Converted all ant files to unix line endings. 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
- 8a80602 Builds all the build tools. by gwt.team.bruce · 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
- 8e22862 checkstyle passes (again, with newest checkstyle checks) by gwt.team.bruce · 18 years ago
- 80822dc Added build for GWT-specific checkstyle checks. by gwt.team.bruce · 18 years ago
- 170f46f Added build for doctool. by gwt.team.bruce · 18 years ago
- b6e517b checkstyle passes by gwt.team.bruce · 18 years ago
- ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago