summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* making paths absolute flushed out a Linux file system dependency in one of theacolyer2004-08-061-1/+1
| | | | | test case constants (not added by me may I add ;) ). Since I was developing on Linux, I didn't catch it.
* shadows src classpath entry had crept in by mistake....acolyer2004-08-061-4/+2
|
* fix for Bugzilla Bug 42573acolyer2004-08-055-13/+95
| | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs,
* more diagnostics to help with build failureaclement2004-08-051-1/+1
|
* added a comment indicating how and where to fix 42743 shouldacolyer2004-08-051-0/+6
| | | | we decide to do so.
* additional incremental tests : bugs 54622, 54621acolyer2004-08-0543-0/+529
|
* if I will insist on having my own directory....acolyer2004-08-051-0/+1
|
* tests for Bugzilla Bug 54618acolyer2004-08-052-0/+126
| | | | Test to see if we can compile incrementally ignores path change
* last piece of fix for Bugzilla Bug 54621acolyer2004-08-051-1/+36
| | | | Incremental support ignores binary source
* No really, this *is* the last fix that will make the build work.aclement2004-08-052-5/+7
|
* export 'commons' which allows the test stuff in run-all-junit-tests to build ↵aclement2004-08-051-20/+21
| | | | without a digester problem on Eclipse 2.1
* guard for NPE.aclement2004-08-051-0/+2
|
* Fix for Bugzilla Bug 67591aclement2004-08-051-1/+10
| | | | invalid warning indicating no match when a match really occurs
* Tests foraclement2004-08-054-1/+180
| | | | | Bugzilla Bug 71273 - RuntimeException thrown: Could not find instruction: org.apache.bcel.generic.B2I Bugzilla Bug 67591 - invalid warning indicating no match when a match really occurs
* Fix for Bugzilla Bug 71273aclement2004-08-051-0/+7
| | | | RuntimeException thrown: Could not find instruction: org.apache.bcel.generic.B2I
* Enables a test to access the last run result (for output checking)aclement2004-08-051-3/+9
|
* up-to-date tip for clean compiles, old Ajc10 task not supported in 1.2.wisberg2004-08-041-6/+40
|
* fix for Bugzilla Bug 61569acolyer2004-08-041-0/+7
| | | | if-pointcuts with side-effects
* fix for Bugzilla Bug 37607acolyer2004-08-041-0/+3
| | | | | Spacewar demo has wrong focus on 14 JVM (I'm allowed to do the easy ones too every now and then ;) ).
* Argh! Surely this will fix the buildaclement2004-08-041-1/+2
|
* platform neutral path handling.aclement2004-08-042-5/+23
|
* Works on Linux too :)acolyer2004-08-041-1/+6
|
* Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCaseacolyer2004-08-042-0/+10
| | | | added in docs dir.
* Will this fix the build?aclement2004-08-041-1/+1
|
* A few extra failing tests I unearthed along the way.acolyer2004-08-041-0/+20
|
* Don't panic! The tests haven't all disappeared.....acolyer2004-08-041-7803/+35
|
* Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCaseacolyer2004-08-04131-6/+17659
| | | | added in docs dir.
* XMLBasedAjcTestCase class and accompanying support. Drives aacolyer2004-08-048-18/+930
| | | | junit test suite based on an ajcTests.xml format test specification.
* The JUnit test suite to end all test suites. This should come in pretty ↵acolyer2004-08-042-19/+49
| | | | handy....
* Added support to ease programmatic testing of compiler (AjcTestCaseacolyer2004-08-047-18/+1326
| | | | class and accompanying support).
* Some more fix for Bugzilla Bug 60015 aclement2004-08-033-0/+40
| | | | NPE, Incorrect XLint:unmatchedSuperTypeInCall warning
* The BIG commit. aclement2004-08-0389-226/+2900
| | | | | | | | | - 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)
* Updated testdata for weaveinfo messages.aclement2004-08-0313-3/+3
|
* removed unnecessary TODOsaclement2004-08-023-6/+0
|
* Fix for Bugzilla Bug 57666 aclement2004-08-0213-12/+163
| | | | | duplicate manifests cause resource-copying to gack (Contributed by Matthew Webster)
* Fix for Bugzilla Bug 67774 aclement2004-08-023-0/+25
| | | | Nullpointer-exception in pointcuts using withincode() clause
* Fix for Bugzilla Bug 70773 aclement2004-08-021-11/+18
| | | | AspectJ Error: ConncurrentModificationException thrown: null
* Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenanceacolyer2004-07-302-0/+0
|
* added some commented out debug code that is useful when you wantacolyer2004-07-301-2/+24
| | | | to get information on a failure in a forking task
* Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenanceacolyer2004-07-3024-10/+9
|
* went for [error] in the end based on a quick local straw poll...acolyer2004-07-291-2/+2
|
* fix for Bugzilla Bug 40206acolyer2004-07-291-2/+1
| | | | need common isAspectJSourceFile() method
* fix for Bugzilla Bug 40206acolyer2004-07-294-9/+8
| | | | need common isAspectJSourceFile() method
* organized imports.aclement2004-07-291-1/+0
|
* organized imports.aclement2004-07-291-4/+4
|
* missed the word 'to' out of new error messageacolyer2004-07-291-1/+1
|
* Now ITDs are reflected correctly in the structure model. Made ↵aclement2004-07-291-1/+4
| | | | getSignature() more bullet proof in the case of incorrect programs.
* just an extra few comments...aclement2004-07-291-0/+7
|
* Moved all weaver messages into weaver-messages.properties.acolyer2004-07-2927-125/+404
| | | | | Includes fixes for Bugzilla Bug 30439 spurious "circular dependency" error
* organized imports.aclement2004-07-291-1/+0
|