Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | fixing Alex build dependancies. Adding top level build. Usefull for patch ↵ | avasseur | 2005-04-20 | 1 | -0/+3 | |
| | | | | creation | |||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+71 | |
| | | | | individually or via master in build module. | |||||
* | 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. | |||||
* | preliminary fork support | wisberg | 2005-01-27 | 1 | -1/+12 | |
| | ||||||
* | Permit outjars to be used as injars in subsequent compile runs | wisberg | 2005-01-27 | 1 | -3/+21 | |
| | ||||||
* | Matthew fix for 83380: don't use enum as a variable name. | aclement | 2005-01-24 | 1 | -6/+6 | |
| | ||||||
* | organized imports. | aclement | 2005-01-05 | 1 | -6/+5 | |
| | ||||||
* | organized imports. | aclement | 2005-01-04 | 1 | -1/+0 | |
| | ||||||
* | Support for 'offset' in source locations - enabling AJDT improvements. Not ↵ | aclement | 2004-12-10 | 2 | -0/+5 | |
| | | | | perfect - really the whole ISourceLocation thing needs sorting out ... | |||||
* | support for aspectpath, which forces forking | wisberg | 2004-10-06 | 1 | -8/+34 | |
| | ||||||
* | support aspectpath, upgrade expected javarun bean properties | wisberg | 2004-10-06 | 1 | -3/+4 | |
| | ||||||
* | support for finding files at runtime, for javarun/aspectpath | wisberg | 2004-10-06 | 1 | -0/+41 | |
| | ||||||
* | read new fork attribute, skip unused file entity | wisberg | 2004-10-06 | 1 | -7/+7 | |
| | ||||||
* | minimal fork attributes supported | wisberg | 2004-10-06 | 1 | -73/+125 | |
| | ||||||
* | removing unused Fork and WrapFile | wisberg | 2004-10-06 | 1 | -225/+22 | |
| | ||||||
* | removing unused reliance on fork | wisberg | 2004-10-06 | 1 | -20/+1 | |
| | ||||||
* | support vm args during forking (simple update: forking still requires system ↵ | wisberg | 2004-10-05 | 1 | -0/+9 | |
| | | | | properties) | |||||
* | remaining fix for 72016 (problem/type information flowing through AJDE) | aclement | 2004-08-17 | 1 | -0/+17 | |
| | ||||||
* | Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵ | aclement | 2004-08-16 | 1 | -0/+9 | |
| | | | | compiler / AJDE | |||||
* | methods pulled up from the subclass. | aclement | 2004-08-06 | 1 | -0/+62 | |
| | ||||||
* | export 'commons' which allows the test stuff in run-all-junit-tests to build ↵ | aclement | 2004-08-05 | 1 | -20/+21 | |
| | | | | without a digester problem on Eclipse 2.1 | |||||
* | XMLBasedAjcTestCase class and accompanying support. Drives a | acolyer | 2004-08-04 | 8 | -18/+930 | |
| | | | | junit test suite based on an ajcTests.xml format test specification. | |||||
* | The BIG commit. | aclement | 2004-08-03 | 2 | -1/+18 | |
| | | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off) | |||||
* | organized imports. | aclement | 2004-07-29 | 1 | -1/+0 | |
| | ||||||
* | harness support for dirchanges delay (milliseconds) attribute | wisberg | 2004-06-10 | 1 | -1/+13 | |
| | ||||||
* | ensure that no test involving the checking of timestamps in | acolyer | 2004-06-02 | 1 | -0/+6 | |
| | | | | | directories can complete in < 1 second (File.lastModifiedTime is only accurate to the second and truncates). | |||||
* | bug 59599 - dir-changes delay for filesystem | wisberg | 2004-05-05 | 1 | -1/+29 | |
| | ||||||
* | recursive message checks of run status with children | wisberg | 2004-03-31 | 2 | -0/+58 | |
| | ||||||
* | enabled dir-changes, changed output messages | wisberg | 2004-03-31 | 1 | -5/+5 | |
| | ||||||
* | partial extension of incremental test harness to stage additonal resource types | acolyer | 2004-03-16 | 1 | -36/+51 | |
| | | | | | see Bugzilla Bug 54622 Incremental support ignores resources | |||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -13/+14 | |
| | | | | | weaving from an input jar into that same jar. fully qualify outjar location in sandbox, and don't specify both -d and outjar. | |||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 2 | -1/+12 | |
| | | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile') | |||||
* | -xlintfile option support | wisberg | 2004-03-08 | 1 | -6/+19 | |
| | ||||||
* | updated beaninfo tests for new properties, reenabled and updated ↵ | wisberg | 2004-03-08 | 1 | -59/+66 | |
| | | | | compile-time check (why disabled?) | |||||
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 1 | -0/+1 | |
| | ||||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 36 | -300/+300 | |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | |||||
* | checked in test updates | wisberg | 2004-01-16 | 1 | -5/+4 | |
| | ||||||
* | bug: was not permitting target 1.3 or 1.4 | wisberg | 2004-01-15 | 1 | -2/+10 | |
| | | | | rfe: permit -1.5 (compliance) and source/target 1.5 | |||||
* | -logXML... round-tripping fixed | wisberg | 2004-01-09 | 2 | -3/+4 | |
| | ||||||
* | harness tests upgraded for support for message details, extra source locations | wisberg | 2004-01-09 | 4 | -9/+32 | |
| | ||||||
* | harness support for message details, extra source locations | wisberg | 2004-01-09 | 9 | -737/+1136 | |
| | | | | Completely new (clearer?) message-checking code. | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 1 | -0/+8 | |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | |||||
* | inpath support | wisberg | 2003-12-15 | 2 | -4/+38 | |
| | ||||||
* | no semantic change - avoiding warning about static members accessed via ↵ | wisberg | 2003-12-02 | 3 | -4/+4 | |
| | | | | non-static references | |||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 2 | -3/+9 | |
| | ||||||
* | expanded definition of makeSoftDiffs to cope with multiple expected | acolyer | 2003-11-10 | 1 | -46/+71 | |
| | | | | messages on the same line that differ only by message text. |