Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pr145689 - telling AJDT through the progress monitor (rather than a debug ↵ | aclement | 2006-07-24 | 4 | -4/+4 |
| | | | | interface) whether the build was full or incremental. | ||||
* | 148027: dont generate usespointcut relationship (for now...) | aclement | 2006-06-22 | 1 | -0/+4 |
| | |||||
* | 132591 - Duplicate exception with aop.xml file on aspectpath | mwebster | 2006-06-02 | 2 | -10/+50 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 42 | -84/+84 |
| | |||||
* | progress on enh 101983 (allow separate output folders for separate source ↵ | acolyer | 2006-05-16 | 1 | -0/+4 |
| | | | | folders) | ||||
* | stop the damn thing complaining. | aclement | 2006-05-06 | 1 | -10/+11 |
| | |||||
* | ignore CVS resources. | aclement | 2006-05-06 | 1 | -2/+2 |
| | |||||
* | fixes for 137235 (contributed by Ron): more intelligent logic for ↵ | aclement | 2006-05-04 | 3 | -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 132130 | aclement | 2006-03-17 | 2 | -4/+4 |
| | |||||
* | fix for 130300: cause the mysterious disappearance of -XnoWeave | aclement | 2006-03-05 | 1 | -2/+2 |
| | |||||
* | test and fix for 119451 | aclement | 2005-12-09 | 1 | -0/+1 |
| | |||||
* | eliminating warnings... | acolyer | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | this commit eliminates all bar 2 of the 60 odd compilation warnings in the ↵ | acolyer | 2005-11-24 | 8 | -69/+69 |
| | | | | ajde module | ||||
* | produce better diagnostics on failure. | aclement | 2005-11-09 | 1 | -2/+4 |
| | |||||
* | patch from helen to ensure the tests tidy up after themselves. | aclement | 2005-11-08 | 2 | -4/+27 |
| | |||||
* | Second patch from 95516 (ant support for -outxml) - patch from Matthew | aclement | 2005-11-08 | 1 | -0/+16 |
| | |||||
* | Fixed Bugzilla Bug 113554: support ajsym file generation for command line builds | mkersten | 2005-11-08 | 2 | -1/+67 |
| | |||||
* | tidy up after finishing. | aclement | 2005-11-07 | 1 | -0/+9 |
| | |||||
* | fix for 95516 (-outxml / -outxmlfile) - from Matthew. | aclement | 2005-11-07 | 2 | -0/+94 |
| | |||||
* | test and fix for 112615 (-XhasMember not working if passed through AJDT). ↵ | aclement | 2005-10-25 | 1 | -0/+7 |
| | | | | Patch from Helen Hawkins. | ||||
* | Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for ↵V1_5_0M3 | mkersten | 2005-08-25 | 1 | -10/+10 |
| | | | | "private" members | ||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -1/+0 |
| | |||||
* | path-handling audit - mainly TODO, but some fixes/finders | wisberg | 2005-06-08 | 18 | -16/+47 |
| | |||||
* | test failing, emailed mik to investigate. added empty pseudo-test required ↵ | wisberg | 2005-05-21 | 1 | -2/+2 |
| | | | | by ant junit | ||||
* | empty pseudo-test required by ant junit | wisberg | 2005-05-21 | 1 | -0/+1 |
| | |||||
* | Reduced duplication of vm checking logic. | aclement | 2005-05-12 | 1 | -14/+3 |
| | |||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 1 | -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 vm | aclement | 2005-05-04 | 1 | -0/+15 |
| | |||||
* | Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵ | aclement | 2005-05-04 | 1 | -2/+24 |
| | | | | annotation | ||||
* | add aspectj5rt to classpath | acolyer | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | Andys quest to reduce unnecessary test output. | aclement | 2005-04-15 | 6 | -51/+59 |
| | |||||
* | Fix for a test that was relying on previous state lying around on disk from ↵ | aclement | 2005-04-06 | 1 | -4/+11 |
| | | | | a previous test. | ||||
* | guard on structure model dumping. | aclement | 2005-03-24 | 1 | -1/+8 |
| | |||||
* | missing copyright. | aclement | 2005-02-08 | 1 | -3/+10 |
| | |||||
* | Tests and fix for: Bug 83565 | mkersten | 2005-01-27 | 2 | -0/+26 |
| | | | | BCException "bad type name" thrown when compiling | ||||
* | This modified ordering (?!?) means you don't get silly .ajsym files left ↵ | aclement | 2004-12-03 | 1 | -3/+3 |
| | | | | around that Eclipse wants you to check into CVS. | ||||
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 1 | -3/+26 |
| | |||||
* | make the test tidy up after itself to reduce CVS conflicts. | aclement | 2004-10-14 | 2 | -0/+5 |
| | |||||
* | Fix for Bugzilla Bug 73334 | aclement | 2004-09-06 | 2 | -2/+2 |
| | | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates. | ||||
* | FindBugs: fixes. | aclement | 2004-08-23 | 1 | -4/+4 |
| | |||||
* | Fixed name :) | aclement | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | remaining fix for 72016 (problem/type information flowing through AJDE) | aclement | 2004-08-17 | 1 | -2/+20 |
| | |||||
* | Fix for Bugzilla Bug 70241: outline view shows anonymous inner classes in ↵ | aclement | 2004-08-17 | 1 | -0/+76 |
| | | | | different way than jdt outline | ||||
* | Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵ | aclement | 2004-08-16 | 2 | -0/+56 |
| | | | | compiler / AJDE | ||||
* | cant find type/organize imports (and hopefully fix the build) | aclement | 2004-08-06 | 1 | -1/+0 |
| | |||||
* | No really, this *is* the last fix that will make the build work. | aclement | 2004-08-05 | 1 | -4/+5 |
| | |||||
* | Argh! Surely this will fix the build | aclement | 2004-08-04 | 1 | -1/+2 |
| | |||||
* | The BIG commit. | aclement | 2004-08-03 | 5 | -47/+425 |
| | | | | | | | | | - 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) | ||||
* | Fix for Bugzilla Bug 57666 | aclement | 2004-08-02 | 2 | -0/+70 |
| | | | | | duplicate manifests cause resource-copying to gack (Contributed by Matthew Webster) | ||||
* | organized imports. | aclement | 2004-07-29 | 1 | -1/+0 |
| |