Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates mainly to support maven but also to support new ICommand wrapper ↵ | wisberg | 2003-05-24 | 1 | -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 possible | wisberg | 2003-05-24 | 1 | -124/+199 |
| | |||||
* | setting classpath for out-of-eclipse testing | wisberg | 2003-05-24 | 1 | -1/+5 |
| | |||||
* | fix for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 1 | -12/+35 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | test for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 6 | -3/+314 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+0 |
| | |||||
* | flagging with comments that 1.1 options are unimplemented | wisberg | 2003-05-21 | 1 | -3/+3 |
| | |||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | @testcase PR#37898 advice on handler join points should not throw ↵ | wisberg | 2003-05-21 | 2 | -0/+39 |
| | | | | unpermitted checked exceptions | ||||
* | added paragraph for call site implementation | wisberg | 2003-05-20 | 1 | -1/+11 |
| | |||||
* | changed jars produced by BcWeaverJarMaker to increase coverage of tests | jhugunin | 2003-05-19 | 9 | -0/+0 |
| | |||||
* | better error message for trying declare parents on Object | jhugunin | 2003-05-19 | 1 | -1/+7 |
| | |||||
* | expanded test coverage | jhugunin | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | fix for NPE revealed by BcWeaverJarMaker test code | jhugunin | 2003-05-19 | 1 | -1/+1 |
| | |||||
* | added test for Bugzilla Bug 37304 | jhugunin | 2003-05-19 | 2 | -0/+25 |
| | | | | | public static fields being ignored this test is passing in 1.1rc2 | ||||
* | fix and test Bugzilla Bug 37739 | jhugunin | 2003-05-19 | 4 | -1/+64 |
| | | | | Unexpected Xlint:unresolvableMember warning with withincode | ||||
* | - typo in top-level task | wisberg | 2003-05-14 | 1 | -3/+3 |
| | | | | - incorrect pattern to copy all junit reports | ||||
* | - tense, xref usage corrections | wisberg | 2003-05-14 | 1 | -5/+13 |
| | | | | - structure model caveat | ||||
* | More message-visiting methods, used only by harness now. | wisberg | 2003-05-14 | 1 | -11/+121 |
| | |||||
* | defensively supplying ISourceLocation.NO_FILE when there is no file in the ↵ | wisberg | 2003-05-14 | 1 | -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. | wisberg | 2003-05-14 | 1 | -0/+0 |
| | |||||
* | absolutizing temp dir path. | wisberg | 2003-05-14 | 1 | -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 setup | wisberg | 2003-05-14 | 1 | -0/+8 |
| | |||||
* | clean-jars target | wisberg | 2003-05-14 | 1 | -0/+9 |
| | |||||
* | Testing now seems to be working (tested incrementally) | wisberg | 2003-05-14 | 1 | -34/+177 |
| | | | | CVS and entire-run still not verified - takes long on my machine. | ||||
* | variable renaming, verbosity - not much significant | wisberg | 2003-05-14 | 1 | -8/+11 |
| | |||||
* | - now supports both eclipse bin dirs (default) | wisberg | 2003-05-14 | 1 | -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 ↵ | wisberg | 2003-05-14 | 1 | -1/+28 |
| | | | | starting with the first initializer. Possibly a known limitation. | ||||
* | - correcting message specification of existing tests | wisberg | 2003-05-14 | 1 | -93/+124 |
| | | | | | using file and text comparison - adding new command-line error tests (and keyword) | ||||
* | test data upgrades for adding new command-line error tests | wisberg | 2003-05-14 | 8 | -18/+36 |
| | |||||
* | two bad-input tests for the harness | wisberg | 2003-05-14 | 1 | -1/+18 |
| | |||||
* | - adding badInput attribute to compiler | wisberg | 2003-05-14 | 1 | -2/+3 |
| | | | | | - adding message kinds (abort, fail, info) - message line no longer required | ||||
* | stricter test run comparisons | wisberg | 2003-05-14 | 1 | -5/+10 |
| | |||||
* | - new data (IMessageHolder rather than lists), same algorithms | wisberg | 2003-05-14 | 1 | -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 | wisberg | 2003-05-14 | 1 | -26/+33 |
| | | | | - using IMessageHolder rather than lists | ||||
* | - enforcing -incremental => staging | wisberg | 2003-05-14 | 1 | -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 | wisberg | 2003-05-14 | 1 | -25/+4 |
| | | | | - supporting new AjcMessageHandler interfaces | ||||
* | - supporting parent badInput in XML | wisberg | 2003-05-14 | 2 | -10/+7 |
| | |||||
* | - absolutizing tempdir path if necessary | wisberg | 2003-05-14 | 1 | -2/+7 |
| | | | | | | (bug in path calculations otherwise when using relative path to work around failure of File.getTempFile()) | ||||
* | - revamped message comparators, | wisberg | 2003-05-14 | 1 | -65/+144 |
| | | | | | mostly adding medium-level and consolidating common code | ||||
* | - new filter to remove arbitrary elements from diffs | wisberg | 2003-05-14 | 1 | -1/+39 |
| | | | | (used to not report unexpected info messages in diffs) | ||||
* | - using easier list view of messages | wisberg | 2003-05-14 | 1 | -5/+7 |
| | |||||
* | patch mentioned on the list for detecting errs in incremental command line | wisberg | 2003-05-14 | 2 | -2/+20 |
| | |||||
* | misspelled local invalid option in negative test | wisberg | 2003-05-14 | 1 | -3/+3 |
| | |||||
* | Fix for taskdef bug 37576 | wisberg | 2003-05-14 | 2 | -35/+63 |
| | | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576 | ||||
* | No functionality change. | wisberg | 2003-05-14 | 1 | -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. | wisberg | 2003-05-14 | 2 | -2/+2 |
| | | | | This was discussed on the list before rc2. | ||||
* | Fixed relative links to examples. This time did it properly.V1_1_0_RC2 | acolyer | 2003-05-13 | 1 | -1/+1 |
| | |||||
* | Fixed broken links to bug db and IBM sites. | acolyer | 2003-05-13 | 1 | -10/+8 |
| | |||||
* | Fixed links to Eclipse bugs database and to mailing lists. | acolyer | 2003-05-13 | 1 | -6/+6 |
| |