aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensures we can find tools.jar (javac) when running the tests. Similar setup ↵aclement2005-05-111-0/+1
| | | | to ajdoc - you must define JAVA_HOME variable.
* document basic auto-build assumptions and invariantswisberg2005-05-111-2/+109
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-1116-0/+96
| | | | validated by those who use build.xml.
* Add loadtime into the classpath so it can find the message handler.aclement2005-05-112-1/+5
|
* Fix and test for PR90827: StackOverflow while weaving enum/annotation with ↵aclement2005-05-102-3/+6
| | | | Enum/Annotation name (Patch from Andrew Huff)
* For some reason eclipse won't let me commit ajc150.xml right now, so I have ↵aclement2005-05-101-3/+3
| | | | to comment out the call to the XML ?!?!?
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-1037-189/+490
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* Fix and test for PR90827: StackOverflow while weaving enum/annotation with ↵aclement2005-05-103-18/+29
| | | | Enum/Annotation name (Patch from Andrew Huff)
* tests and fixes for 93345 and static imports. From Andrew Huff.aclement2005-05-097-10/+79
|
* Tests for 87282, 88606aclement2005-05-064-0/+43
|
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-066-15/+72
|
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using ↵aclement2005-05-066-5/+76
| | | | generic methods in aspects
* Aha - the default test config on the build system is still finding it in the ↵aclement2005-05-061-1/+3
| | | | XML, removing for now.
* .css stylesheet parameter for xml-html, used in faq. Did not retrofit ↵wisberg2005-05-053-4/+95
| | | | devguide - unsure about relation to dsl file. Should remove aspectj-docs.css reference in the docbook stylesheets to avoid fork.
* AJDT rather than ajbrowser as default visualizer/environmentwisberg2005-05-051-0/+1
|
* naming ajdoc to make linking easierwisberg2005-05-051-2/+2
|
* remove for 1 run to get a build through!!!aclement2005-05-051-4/+5
|
* Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff)aclement2005-05-052-1/+14
|
* Fix for 44155: TODO tasks miscategorized as warningsaclement2005-05-052-1/+9
|
* ignore the bin folder...aclement2005-05-052-0/+2
|
* checks vm levelaclement2005-05-051-2/+3
|
* Can check vm level now.aclement2005-05-051-0/+13
|
* updating bootstrap to match latest build source changeswisberg2005-05-051-0/+0
|
* 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
|