summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support for java5-testsrc - somewhat scattered. hmm.wisberg2005-05-053-5/+10
|
* nit - consolidating "/" and File.separatorwisberg2005-05-057-45/+36
|
* Defining parent class loader b/c ant classes not visible in Ant 1.6.x ↵wisberg2005-05-051-1/+3
| | | | default parent.
* enable compilation of @AfterReturning(pointcut="...")acolyer2005-05-042-0/+0
| | | | (compiled with -1.3)
* enable compilation of @AfterReturning(pointcut="...")acolyer2005-05-045-52/+87
|
* Is this rebuilt with 1.3 compliance? I hope so or everything is *!"&£edaclement2005-05-041-0/+0
|
* Prefs to tell Eclipse to use Java5aclement2005-05-041-0/+12
|
* eclipse stuff for loadtime module to become Java Project.aclement2005-05-044-0/+98
|
* removed unused imports. (they clog up eclipse warnings view!)aclement2005-05-043-44/+22
|
* removed unused imports.aclement2005-05-042-14/+1
|
* Rebuilt with compiler level 1.3 - and I know these work as I had recreated ↵aclement2005-05-042-0/+0
| | | | the build machine problem and these resolve it.
* ltw modules referencedavasseur2005-05-041-13/+6
|
* sorted out the blank lines so the messages will line up with their expected ↵aclement2005-05-041-1/+0
| | | | locations!
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-0426-61/+477
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* *** empty log message ***avasseur2005-05-041-0/+137
|
* loadtime java1.3 moduleavasseur2005-05-0411-0/+1091
|
* loadtime5 java5 moduleavasseur2005-05-044-0/+169
|
* enhancement 91719 - Oli B's tests for xlint warnings, integration work done ↵aclement2005-05-043-0/+203
| | | | by Andrew Huff.
* Guard running the declare annotation weaving message test unless on a 1.5 vmaclement2005-05-041-0/+15
|
* hacked out 1.4 apis - needs tidying up but I'm just trying to see if I can ↵aclement2005-05-041-3/+6
| | | | get the build to work.
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-0410-5/+165
| | | | annotation
* remove mistaken useless instances field + getInstances() in PTW @AJ aspectavasseur2005-05-042-74/+40
|
* rebuilt with sun 142aclement2005-05-032-0/+0
|
* missing perTypeWithinEntry filtering - happens when running @AtAJSyntax ↵avasseur2005-05-031-3/+4
| | | | suite in LTW
* temporarily removing the eclipse.plugins target - we never use the output!aclement2005-05-031-1/+1
|
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-0312-62/+676
|
* Go back to this old form of .classpath file.aclement2005-05-031-57/+13
|
* the matching aspectjrt.jar. could come in handy? who knows ;)acolyer2005-05-031-0/+0
|
* fix for pr93460aclement2005-05-031-1/+1
|
* PTW perClause for @AJ + perClause testavasseur2005-05-0210-279/+531
|
* it's a whole new compiler in there...acolyer2005-04-2913-10/+50
|
* it's a whole new compiler in there...acolyer2005-04-2920-231/+326
|
* updated for DeclareError and DeclareWarningacolyer2005-04-299-19/+282
|
* More bullet proof and with added diagnostics.aclement2005-04-291-2/+19
|
* Fix for timing problem in multiincrementalproject tests.aclement2005-04-281-2/+2
|
* Doh - didn't update aspectjtools.jar when I did aspectjrt.jar. Does this ↵aclement2005-04-281-0/+0
| | | | help damn cruisecontrol build?
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-288-176/+592
| | | | | | within the advice splitted ajc150 xml test file
* MultiIncrementalSupport: the key change - looks in the ↵aclement2005-04-261-5/+31
| | | | IncrementalStateManager to see if it can locate state for a particular config
* MultiIncrementalSupport: some notes and helper stuff added.aclement2005-04-261-9/+41
|
* MultiIncrementalSupport: moved weaver/world into the state object and ↵aclement2005-04-261-43/+91
| | | | changed structure model building to start afresh for batch...
* MultiIncrementalSupport: state that was scattered across the hierarchy has ↵aclement2005-04-261-13/+99
| | | | been pulled into AjState - it now captures everything unique about a particular build of a project.
* MultiIncrementalSupport: reports build kind when claiming success.aclement2005-04-262-6/+12
|
* needed to add this dependency?aclement2005-04-261-19/+80
|
* useful?aclement2005-04-261-0/+52
|
* MultiIncrementalSupport: the test harness for managing Ajde interactions and ↵aclement2005-04-263-0/+1135
| | | | several multi incremental tests.
* MultiIncrementalSupport: manages state for multiple projects.aclement2005-04-261-0/+72
|
* organized importsaclement2005-04-263-7/+2
|
* Improved toString for debugging !aclement2005-04-261-0/+6
|
* Useful guard method - prevents asking for properties twice through ajde.aclement2005-04-261-0/+4
|
* Implements new statelistener interface method.aclement2005-04-261-0/+1
|