Commit Graph

35 Commits

Author SHA1 Message Date
Oliver Burn 7fa84f981c Made Checkstyle more "ant friendly" but having a anttasks.properties file.
This allows declaritions of the taskdef in ant 1.4+ as:

        <taskdef resource="anttasks.properties">
            <classpath refid="run.classpath"/>
        </taskdef>

Also, in a moment of madness, I re-indented the build.xml file to 4 spaces.
2002-02-09 11:03:56 +00:00
Oliver Burn d5efededc6 Fixed for version 2.1 2002-02-06 05:34:42 +00:00
Oliver Burn 9acdd1b97e opps - forgot to include lib. 2002-02-05 02:50:19 +00:00
Oliver Burn b779f3c1da Updated to the LGPL and version 2.0. 2002-02-04 12:44:04 +00:00
Lars Kühne 2aa584f3ad renamed tests.failed to check.tests.failed to avoid "tests.failed" during build
when actually the tests have been succesful

adapted have.xalan so that it works with the xalan version
included in jdk 1.4 (no Version class there)
2002-02-02 13:24:30 +00:00
Oliver Burn b66b7a0662 Added check for Xalan in the classpath. The Xalan.jar file is rather large,
so decided against putting it into the lib/ directory.
2002-02-01 04:15:43 +00:00
Oliver Burn 37aa8fad69 Added a check to ensure JUnit is in the classpath before running the tests. 2002-02-01 03:58:00 +00:00
Oliver Burn 12e8532fb9 Made reference to lib/junit.jar 2002-02-01 03:33:42 +00:00
Oliver Burn 448680ed26 Now uses the JARs in the lib directory. 2002-02-01 03:09:25 +00:00
Oliver Burn 8f5eb02840 Changed so you no longer need to have ANTLR in your classpath when running ANT.
This cleans up the really ugly hack of using the reverseloader + makes it easier
to make build "out-of-the-box".
2002-02-01 02:48:29 +00:00
Oliver Burn 6158ee25ca Improved copying the files in distributions. 2002-01-24 01:59:14 +00:00
Oliver Burn c3c6175fc5 Refactored the technique to avoid classes being included in Javadoc. Now
renames files not be included in Javadoc.
2002-01-23 12:45:37 +00:00
Lars Kühne 5a527aba40 be smart about CVS files when cleaning up docs/api 2002-01-22 06:08:03 +00:00
Lars Kühne 0e7bf93131 include javadoc in bindist, no javadoc for Generated classes 2002-01-22 05:27:50 +00:00
Oliver Burn 7d5276b6a2 added support for generating Javadoc 2002-01-22 01:05:56 +00:00
Oliver Burn f0d7921279 Added a default constructor to XMLLogger so it can be used by the ANT task.
Also updated build.xml to use the plain logger.
2002-01-15 23:51:49 +00:00
Oliver Burn 2727473656 Changed the defaults for member/static/parameter regexps to match the Sun coding
standard. The intent of this change is to make it easier for people to use
checkstyle out-of-the-box to check the Sun coding standard.
2002-01-15 12:54:03 +00:00
Oliver Burn f8ea4c69a2 Removed all evidence of the java.tree.g file. 2002-01-14 01:33:42 +00:00
Oliver Burn 047f8cef4b Started migrating the whitespace tests from java.tree.g to java.g 2002-01-09 15:06:03 +00:00
Oliver Burn 75ed66a66d patch to clean up running unit tests 2001-12-20 01:40:55 +00:00
Oliver Burn 11be0e3198 fork the ANTLR task 2001-12-03 00:29:21 +00:00
Oliver Burn 1d83e8ea2e fixed building 2001-11-03 11:00:48 +00:00
Oliver Burn fc3bd86681 cosmetic fixed 2001-11-02 12:38:09 +00:00
Oliver Burn a40de3bf77 improve docs 2001-11-01 23:05:30 +00:00
Oliver Burn d63b302615 updated junit path 2001-09-04 04:07:11 +00:00
Oliver Burn f34eba11cb improved technique to locate files 2001-08-30 13:09:57 +00:00
Oliver Burn a6df885ae1 included patch to be able to run unit tests from any directory. 2001-08-17 06:40:33 +00:00
Oliver Burn 6c304950f6 added support for caching 2001-08-05 14:12:57 +00:00
Oliver Burn b3373646ee added support for yes,on,true for boolean properties 2001-08-05 07:41:59 +00:00
Oliver Burn d3f39e6b87 Added support for public member patterns. 2001-08-05 06:41:59 +00:00
Oliver Burn 41ca2c1b77 incorporate patch - improved documentation and sets properties 2001-07-05 03:56:44 +00:00
Oliver Burn b06dd9801e updated for the IgnoreBraces property 2001-07-02 06:42:29 +00:00
Oliver Burn 9c56d57656 Implemented logic to detect package imports from the package itself. 2001-06-29 12:31:00 +00:00
Oliver Burn f0f7f3e762 changed for release 1.2 2001-06-28 13:10:22 +00:00
Oliver Burn 5f53a2a380 first cut 2001-06-22 13:15:09 +00:00