Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Fixed link to Eclipse bugs database (was dev.eclipse.org/bugs now ↵ | acolyer | 2003-05-13 | 1 | -1/+1 |
| | | | | bugs.eclipse.org/bugs) | ||||
* | Fixed relative links to docs (was docs/index.html now doc/index.html) | acolyer | 2003-05-13 | 1 | -2/+2 |
| | | | | and examples (was eaxamples now doc/examples). | ||||
* | Fixed link to Eclipse bugs database (was dev.eclipse.org/bugs now ↵ | acolyer | 2003-05-13 | 1 | -1/+1 |
| | | | | bugs.eclipse.org/bugs) | ||||
* | old dominates form produces an error, not a warning | wisberg | 2003-05-13 | 1 | -2/+2 |
| | |||||
* | link updates for progguide id filenames | wisberg | 2003-05-13 | 2 | -14/+18 |
| | |||||
* | fix for Bugzilla Bug 37325 | jhugunin | 2003-05-11 | 2 | -9/+10 |
| | | | | Weaver fails with NPE for very large source files | ||||
* | test for Bugzilla Bug 37325 | jhugunin | 2003-05-11 | 2 | -1/+33013 |
| | | | | Weaver fails with NPE for very large source files | ||||
* | includeClassesDir | wisberg | 2003-05-09 | 1 | -3/+6 |
| | |||||
* | includeClassesDir | wisberg | 2003-05-09 | 1 | -2/+13 |
| | |||||
* | - platform-independent relative path | wisberg | 2003-05-09 | 1 | -2/+5 |
| | | | | - compile-time checks for new attributes read | ||||
* | Deleting temporary dir and config file, like harness -killTemp option ↵ | wisberg | 2003-05-09 | 1 | -5/+17 |
| | | | | (ignores -keepTemp) | ||||
* | including new attributes for round-trip testing | wisberg | 2003-05-09 | 1 | -0/+9 |
| | |||||
* | - test compile includeClassesDir attribute | wisberg | 2003-05-09 | 1 | -33/+61 |
| | | | | - add pass|fail title prefix to run in one go | ||||
* | test source upgrades for new and old tests | wisberg | 2003-05-09 | 2 | -0/+4 |
| | |||||
* | Another strange incremental test, taken from ajcHarnessTests | wisberg | 2003-05-09 | 1 | -1/+17 |
| | | | | | | and comparable with a known limitation case for injars, this sometimes doesn't fail for me. hmm. (requires pending changes to sources) | ||||
* | new attribute for compile, includeClassesDir | wisberg | 2003-05-09 | 1 | -0/+1 |
| |