aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding harness feature to select tests based on their title (description), re...wisberg2003-05-251-18/+192
* updating build.jar to bootstrap changes to permit ant.jar in a testing modulewisberg2003-05-241-0/+0
* no real changes, just better docs and an (untested) "all" target.wisberg2003-05-241-2/+45
* -noExit to avoid stopping a wrapping ant scriptwisberg2003-05-241-1/+3
* moved a command-line-driven test of classpath variants herewisberg2003-05-241-1/+41
* Better BuildModule tests following ant.jar updates. wisberg2003-05-241-18/+116
* To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ...wisberg2003-05-241-5/+9
* documenting -ajdeCompiler and -ajctaskCompiler selectorswisberg2003-05-241-1/+6
* added taskdefs to classpath to support AjcTaskCompileCommandwisberg2003-05-242-0/+2
* Tests for AjcTaskCompileCommmand adapterwisberg2003-05-241-0/+270
* ICommand adapter for Ant taskdef is simple for the non-incremental case and u...wisberg2003-05-241-0/+294
* supporting -ajctaskCompiler option with AjcTaskCompileCommandwisberg2003-05-241-5/+12
* awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ...wisberg2003-05-241-1/+5
* updated implementation for -ajdeCompiler. wisberg2003-05-241-61/+182
* updates mainly to support maven but also to support new ICommand wrapper for...wisberg2003-05-241-91/+268
* more/better junit tests for AjcTask.java fork when possiblewisberg2003-05-241-124/+199
* setting classpath for out-of-eclipse testingwisberg2003-05-241-1/+5
* fix for Bugzilla Bug 37758 jhugunin2003-05-211-12/+35
* test for Bugzilla Bug 37758 jhugunin2003-05-216-3/+314
* forcing target to be 1.1 in case someone builds using 1.4.wisberg2003-05-211-0/+0
* flagging with comments that 1.1 options are unimplementedwisberg2003-05-211-3/+3
* forcing target to be 1.1 in case someone builds using 1.4.wisberg2003-05-211-0/+1
* @testcase PR#37898 advice on handler join points should not throw unpermitted...wisberg2003-05-212-0/+39
* added paragraph for call site implementationwisberg2003-05-201-1/+11
* changed jars produced by BcWeaverJarMaker to increase coverage of testsjhugunin2003-05-199-0/+0
* better error message for trying declare parents on Objectjhugunin2003-05-191-1/+7
* expanded test coveragejhugunin2003-05-191-2/+2
* fix for NPE revealed by BcWeaverJarMaker test codejhugunin2003-05-191-1/+1
* added test for Bugzilla Bug 37304 jhugunin2003-05-192-0/+25
* fix and test Bugzilla Bug 37739 jhugunin2003-05-194-1/+64
* - typo in top-level task wisberg2003-05-141-3/+3
* - tense, xref usage corrections wisberg2003-05-141-5/+13
* More message-visiting methods, used only by harness now.wisberg2003-05-141-11/+121
* defensively supplying ISourceLocation.NO_FILE when there is no file in the re...wisberg2003-05-141-1/+7
* updating for installer temp dir fix when File.getTempFile() fails.wisberg2003-05-141-0/+0
* absolutizing temp dir path. wisberg2003-05-141-9/+26
* build-testing-jars target for release testing setupwisberg2003-05-141-0/+8
* clean-jars targetwisberg2003-05-141-0/+9
* Testing now seems to be working (tested incrementally) wisberg2003-05-141-34/+177
* variable renaming, verbosity - not much significantwisberg2003-05-141-8/+11
* - now supports both eclipse bin dirs (default) wisberg2003-05-141-20/+99
* raising issue of reporting source location for constructor execution as start...wisberg2003-05-141-1/+28
* - correcting message specification of existing tests wisberg2003-05-141-93/+124
* test data upgrades for adding new command-line error testswisberg2003-05-148-18/+36
* two bad-input tests for the harnesswisberg2003-05-141-1/+18
* - adding badInput attribute to compiler wisberg2003-05-141-2/+3
* stricter test run comparisonswisberg2003-05-141-5/+10
* - new data (IMessageHolder rather than lists), same algorithms wisberg2003-05-141-128/+170
* - supporting badInput for all IAjcRun wisberg2003-05-141-26/+33
* - enforcing -incremental => staging wisberg2003-05-141-100/+52