aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updates mainly to support maven but also to support new ICommand wrapper ↵wisberg2003-05-241-91/+268
| | | | | | | | | | | | | | | | | for AjcTask: - findToolsJar now accepts versioned jars - supporting a forkclasspath to permit user to explicitly set - upgrades for testing - so multiple iterations work, - not altering cmd in execute() - only fixing up outjar once - reset() complete - so incremental compile tests work, - passing quit through to main - when forking on windows, use javaw rather than java if possible to avoid popping up a console window
* 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
| | | | Weaving rt.jar results in stack overflow
* test for Bugzilla Bug 37758 jhugunin2003-05-216-3/+314
| | | | Weaving rt.jar results in stack overflow
* 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 ↵wisberg2003-05-212-0/+39
| | | | unpermitted checked exceptions
* 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
| | | | | public static fields being ignored this test is passing in 1.1rc2
* fix and test Bugzilla Bug 37739 jhugunin2003-05-194-1/+64
| | | | Unexpected Xlint:unresolvableMember warning with withincode
* - typo in top-level task wisberg2003-05-141-3/+3
| | | | - incorrect pattern to copy all junit reports
* - tense, xref usage corrections wisberg2003-05-141-5/+13
| | | | - structure model caveat
* 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 ↵wisberg2003-05-141-1/+7
| | | | | | | | result. This is needed for file-based message matching to not fail when no file is specified, and might provide a more sensible error message if the file is used. This only replaces a NPE or invalid (empty) filename strings.
* updating for installer temp dir fix when File.getTempFile() fails.wisberg2003-05-141-0/+0
|
* absolutizing temp dir path. wisberg2003-05-141-9/+26
| | | | | When File.getTempFile() fails, workaround temp dir is relative, which messes up the zip resource copying.
* 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
| | | | CVS and entire-run still not verified - takes long on my machine.
* variable renaming, verbosity - not much significantwisberg2003-05-141-8/+11
|
* - now supports both eclipse bin dirs (default) wisberg2003-05-141-20/+99
| | | | | | and ant-built test jars - added incomplete test-all-at-once (currently runs each from its module directory)
* raising issue of reporting source location for constructor execution as ↵wisberg2003-05-141-1/+28
| | | | starting with the first initializer. Possibly a known limitation.
* - correcting message specification of existing tests wisberg2003-05-141-93/+124
| | | | | using file and text comparison - adding new command-line error tests (and keyword)
* 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
| | | | | - adding message kinds (abort, fail, info) - message line no longer required
* stricter test run comparisonswisberg2003-05-141-5/+10
|
* - new data (IMessageHolder rather than lists), same algorithms wisberg2003-05-141-128/+170
| | | | | | | - using medium-strenght message comparison that includes soft comparison of file and text - unexpected info messages not marked as error - expected FAIL+ messages suppressed to avoid false negative
* - supporting badInput for all IAjcRun wisberg2003-05-141-26/+33
| | | | - using IMessageHolder rather than lists
* - enforcing -incremental => staging wisberg2003-05-141-100/+52
| | | | | | | | - permitting bad input using badInput="true" (though still checking during staging) - permitting -XserializableAspects - supporting new AjcMessageHandler interfaces - supporting parent badInput in XML
* - supporting parent badInput in XML wisberg2003-05-141-25/+4
| | | | - supporting new AjcMessageHandler interfaces
* - supporting parent badInput in XMLwisberg2003-05-142-10/+7
|
* - absolutizing tempdir path if necessary wisberg2003-05-141-2/+7
| | | | | | (bug in path calculations otherwise when using relative path to work around failure of File.getTempFile())
* - revamped message comparators, wisberg2003-05-141-65/+144
| | | | | mostly adding medium-level and consolidating common code
* - new filter to remove arbitrary elements from diffs wisberg2003-05-141-1/+39
| | | | (used to not report unexpected info messages in diffs)
* - using easier list view of messageswisberg2003-05-141-5/+7
|
* patch mentioned on the list for detecting errs in incremental command linewisberg2003-05-142-2/+20
|
* misspelled local invalid option in negative testwisberg2003-05-141-3/+3
|
* Fix for taskdef bug 37576 wisberg2003-05-142-35/+63
| | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576
* No functionality change. wisberg2003-05-141-1/+1
| | | | | This just makes explicit that the browser reads user preferences rather than relying on the default value supplied by the default constructor.
* Disabling test reads from user preferences store. wisberg2003-05-142-2/+2
| | | | This was discussed on the list before rc2.
* Fixed relative links to examples. This time did it properly.V1_1_0_RC2acolyer2003-05-131-1/+1
|
* Fixed broken links to bug db and IBM sites.acolyer2003-05-131-10/+8
|
* Fixed links to Eclipse bugs database and to mailing lists.acolyer2003-05-131-6/+6
|