Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Matthews patches from 95529 | aclement | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | fix for 95516 (-outxml / -outxmlfile) - from Matthew. | aclement | 2005-11-07 | 2 | -0/+23 |
| | |||||
* | make sure the harness translates path separators for those of us working on ↵ | acolyer | 2005-11-03 | 1 | -0/+1 |
| | | | | superior platforms ;) | ||||
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵ | aclement | 2005-10-14 | 2 | -1/+34 |
| | | | | Matthew Webster for the patch) | ||||
* | Let the bug floodgates open, reweavable is now default (pr91417) | aclement | 2005-10-05 | 1 | -3/+1 |
| | |||||
* | doh! | acolyer | 2005-09-22 | 1 | -0/+1 |
| | |||||
* | attempt to create the right classpath for running org.aspectj.weaver.tools ↵ | acolyer | 2005-09-22 | 1 | -1/+11 |
| | | | | tests on the build machine... | ||||
* | use the right version property. | aclement | 2005-09-15 | 1 | -5/+4 |
| | |||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -2/+32 |
| | |||||
* | Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put ↵ | aclement | 2005-05-18 | 1 | -1/+1 |
| | | | | guards on some 1.4 tests (not pretty, but works) | ||||
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵ | avasseur | 2005-05-11 | 1 | -2/+1 |
| | | | | tools.jar to tests .classpath module for LTW tests using AntSpec | ||||
* | unused imports | wisberg | 2005-05-11 | 1 | -2/+0 |
| | |||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 3 | -9/+18 |
| | | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting | ||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 2 | -0/+198 |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) | ||||
* | inlining of around for @AJ works unless non public member accessed from ↵ | avasseur | 2005-04-28 | 1 | -0/+15 |
| | | | | | | within the advice splitted ajc150 xml test file | ||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 2 | -3/+143 |
| | | | | annotations + tests from Andy H | ||||
* | output line numbers in stdout/err comparisons from test harness | acolyer | 2005-03-09 | 1 | -0/+4 |
| | |||||
* | better handling on a 1.4 vm | acolyer | 2005-02-17 | 2 | -1/+4 |
| | |||||
* | vmLevel attributed should be just vm... | acolyer | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | better support for weaveInfo message, <weave> step, and stderr/out ↵ | acolyer | 2005-02-11 | 7 | -4/+337 |
| | | | | validation from runs. | ||||
* | methods pulled up from the subclass. | aclement | 2004-08-06 | 1 | -0/+62 |
| | |||||
* | XMLBasedAjcTestCase class and accompanying support. Drives a | acolyer | 2004-08-04 | 7 | -0/+910 |
junit test suite based on an ajcTests.xml format test specification. |