Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added taskdefs to classpath to support AjcTaskCompileCommand | wisberg | 2003-05-24 | 2 | -0/+2 |
| | |||||
* | Tests for AjcTaskCompileCommmand adapter | wisberg | 2003-05-24 | 1 | -0/+270 |
| | |||||
* | ICommand adapter for Ant taskdef is simple for the non-incremental case and ↵ | wisberg | 2003-05-24 | 1 | -0/+294 |
| | | | | ugly otherwise. | ||||
* | supporting -ajctaskCompiler option with AjcTaskCompileCommand | wisberg | 2003-05-24 | 1 | -5/+12 |
| | |||||
* | awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ↵ | wisberg | 2003-05-24 | 1 | -1/+5 |
| | | | | ICommand interface extension | ||||
* | updated implementation for -ajdeCompiler. | wisberg | 2003-05-24 | 1 | -61/+182 |
| | | | | | | replaced reference to null ide properties adapter (defined only in testsrc) and created logging proxy to verify API's used. Unfortunately also formatted code, so it looks like there are more changes than there are. | ||||
* | 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 |
| |