aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Collapse)AuthorAgeFilesLines
* final implementation and tests for 101983: allow separate output foldersacolyer2006-05-193-10/+11
|
* progress on enh 101983 (allow separate output folders for separate source ↵acolyer2006-05-165-0/+98
| | | | folders)
* stop the damn thing complaining.aclement2006-05-061-10/+11
|
* ignore CVS resources.aclement2006-05-061-2/+2
|
* didnt need it...aclement2006-05-057-9/+0
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-057-0/+9
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-044-2/+30
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* test and fix for 132130aclement2006-03-172-4/+4
|
* needs -X prefixaclement2006-03-061-1/+1
|
* fix for 130300: cause the mysterious disappearance of -XnoWeaveaclement2006-03-052-3/+3
|
* Completed: Improve ajc memory usageacolyer2006-02-241-0/+1
| | | | ensure that AjState is in incremental mode when used by AJDT
* test and fix for 119451aclement2005-12-091-0/+1
|
* eliminating warnings...acolyer2005-11-251-1/+1
|
* this commit eliminates all bar 2 of the 60 odd compilation warnings in the ↵acolyer2005-11-2440-239/+294
| | | | ajde module
* produce better diagnostics on failure.aclement2005-11-091-2/+4
|
* patch from helen to ensure the tests tidy up after themselves.aclement2005-11-082-4/+27
|
* Second patch from 95516 (ant support for -outxml) - patch from Matthewaclement2005-11-081-0/+16
|
* Fixed Bugzilla Bug 113554: support ajsym file generation for command line buildsmkersten2005-11-082-1/+67
|
* tidy up after finishing.aclement2005-11-071-0/+9
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-078-0/+34
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-072-0/+94
|
* test and fix for 112615 (-XhasMember not working if passed through AJDT). ↵aclement2005-10-251-0/+7
| | | | Patch from Helen Hawkins.
* serialized form of ITD field mungers changed (includes aliases) - jars rebuiltaclement2005-10-2011-0/+0
|
* change to itd ctor serialization - quick rebuild of jars.aclement2005-10-1811-0/+0
|
* Updates for generic ITDs - see pr112105 for a description of all changes.aclement2005-10-1411-0/+0
|
* omitting incremental as broken for now.wisberg2005-10-121-20/+20
|
* change to resolvedmember serialization (to support varargs ITDs) is quite ↵aclement2005-10-0711-0/+0
| | | | serious - major version number of attribute rev'd to 4 in this case.
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-056-6/+2
|
* rebuilt post fix for pr110906: varargs ITDaclement2005-10-0411-0/+0
|
* improve abort handling for AJDTacolyer2005-09-271-7/+11
|
* rebuilt due to attribute modifications.aclement2005-09-1311-0/+0
|
* Fix for Bug #109016: NullPointerException when building configurationmkersten2005-09-081-5/+7
|
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo ↵acolyer2005-09-016-46/+46
| | | | messages.
* fix for pr102479, allow clients to provide a custom message handler / holder ↵acolyer2005-09-012-9/+22
| | | | to be used in place of the default if so desired.
* Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for ↵V1_5_0M3mkersten2005-08-251-10/+10
| | | | "private" members
* rebuilt jars because of resolvedmember serialization change to remember type ↵aclement2005-07-2711-0/+0
| | | | variables.
* changed the serialized form of a WildTypePattern to remember generic info... ↵acolyer2005-07-2211-0/+0
| | | | standby for mass updates of binary comparison tests.
* unused imports (only)wisberg2005-06-091-1/+0
|
* update to binary format as part of generics workacolyer2005-06-0911-0/+0
|
* path-handling audit - mainly TODO, but some fixes/finderswisberg2005-06-0818-16/+47
|
* New compat level added to help people who want to pull AspectJ builds into ↵aclement2005-06-011-0/+1
| | | | AJDT themselves.
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* test failing, emailed mik to investigate. added empty pseudo-test required ↵wisberg2005-05-211-2/+2
| | | | by ant junit
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-65/+3
|
* Reduced duplication of vm checking logic.aclement2005-05-121-14/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-101-1/+1
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* Guard running the declare annotation weaving message test unless on a 1.5 vmaclement2005-05-041-0/+15
|
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-046-2/+58
| | | | annotation