| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix and tests for pr86832, pr92163. NPE in detectHierarchyCycle | aclement | 2005-05-12 | 5 | -0/+12 |
* | Andrew's patch for: bug#82755 update ajdoc to support Java 5 language features | mkersten | 2005-05-12 | 3 | -5/+14 |
* | Oh alright, back to junitModule.xml - another shot in the dark at cruise control | wisberg | 2005-05-11 | 1 | -0/+25 |
* | Reverting - duplicate tools.jar entry | wisberg | 2005-05-11 | 1 | -1/+0 |
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add to... | avasseur | 2005-05-11 | 6 | -28/+8 |
* | aspectjweaver.jar now built from loadtime5-all.jar (UNTESTED merged manifest) | wisberg | 2005-05-11 | 2 | -0/+9 |
* | aspectjweaver.jar now built from loadtime5-all.jar | wisberg | 2005-05-11 | 1 | -1/+1 |
* | mainly reflective loading - unfortunately also reformatted | wisberg | 2005-05-11 | 1 | -286/+444 |
* | Name picked up by Ant junit task | wisberg | 2005-05-11 | 1 | -0/+21 |
* | unused imports | wisberg | 2005-05-11 | 1 | -2/+0 |
* | src -> java5-src, added junit.jar and testing-utils for test purposes | wisberg | 2005-05-11 | 1 | -1/+17 |
* | src -> java5-src; note test target runs AsmModuleTests, not Loadtime5ModuleTe... | wisberg | 2005-05-11 | 7 | -1/+94 |
* | replacement for build.xml (move there when validated) | wisberg | 2005-05-11 | 1 | -0/+6 |
* | unneeded imports | wisberg | 2005-05-11 | 1 | -6/+1 |
* | testsrc -> java5-testsrc, placeholders for pre-1.5 build | wisberg | 2005-05-11 | 6 | -14/+68 |
* | fix LTW test | avasseur | 2005-05-11 | 2 | -1/+11 |
* | testsrc -> java5-testsrc | wisberg | 2005-05-11 | 1 | -1/+1 |
* | ugly but harmless hack for building prior to 1.5 for test purposes. | wisberg | 2005-05-11 | 1 | -0/+18 |
* | Ant 1.6.3 imports rather than entities | wisberg | 2005-05-11 | 1 | -7/+4 |
* | not using junitModules.xml | wisberg | 2005-05-11 | 2 | -10/+10 |
* | Ant 1.6.3 imports rather than entities; updated junit taskdef | wisberg | 2005-05-11 | 2 | -27/+101 |
* | tracking Ant 1.6.3 updates in build module | wisberg | 2005-05-11 | 1 | -0/+0 |
* | support system property value "false" | wisberg | 2005-05-11 | 1 | -2/+2 |
* | Checking against all (known) module .classpath files | wisberg | 2005-05-11 | 1 | -16/+37 |
* | added junit.jar to skipped libraries, *.xml to resources copied | wisberg | 2005-05-11 | 1 | -2/+2 |
* | updated tiny XML parser. Unfortunately, also reformatted. | wisberg | 2005-05-11 | 1 | -253/+320 |
* | permitting modules to mix 1.5 and prior source directories | wisberg | 2005-05-11 | 1 | -10/+2 |
* | Ant 1.6.3 | wisberg | 2005-05-11 | 1 | -3/+2 |
* | Ant 1.6.3 (again? hmm.) | wisberg | 2005-05-11 | 62 | -0/+10080 |
* | Ant 1.6.3 | wisberg | 2005-05-11 | 13 | -679/+862 |
* | Ensures we can find tools.jar (javac) when running the tests. Similar setup ... | aclement | 2005-05-11 | 1 | -0/+1 |
* | document basic auto-build assumptions and invariants | wisberg | 2005-05-11 | 1 | -2/+109 |
* | prospective replacements for {module}/build.xml - will move there once valida... | wisberg | 2005-05-11 | 16 | -0/+96 |
* | Add loadtime into the classpath so it can find the message handler. | aclement | 2005-05-11 | 2 | -1/+5 |
* | Fix and test for PR90827: StackOverflow while weaving enum/annotation with E... | aclement | 2005-05-10 | 2 | -3/+6 |
* | For some reason eclipse won't let me commit ajc150.xml right now, so I have t... | aclement | 2005-05-10 | 1 | -3/+3 |
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT... | avasseur | 2005-05-10 | 37 | -189/+490 |
* | Fix and test for PR90827: StackOverflow while weaving enum/annotation with E... | aclement | 2005-05-10 | 3 | -18/+29 |
* | tests and fixes for 93345 and static imports. From Andrew Huff. | aclement | 2005-05-09 | 7 | -10/+79 |
* | Tests for 87282, 88606 | aclement | 2005-05-06 | 4 | -0/+43 |
* | Fix for 91053 (Generics): Generics problem with Set | aclement | 2005-05-06 | 6 | -15/+72 |
* | Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic... | aclement | 2005-05-06 | 6 | -5/+76 |
* | Aha - the default test config on the build system is still finding it in the ... | aclement | 2005-05-06 | 1 | -1/+3 |
* | .css stylesheet parameter for xml-html, used in faq. Did not retrofit devgui... | wisberg | 2005-05-05 | 3 | -4/+95 |
* | AJDT rather than ajbrowser as default visualizer/environment | wisberg | 2005-05-05 | 1 | -0/+1 |
* | naming ajdoc to make linking easier | wisberg | 2005-05-05 | 1 | -2/+2 |
* | remove for 1 run to get a build through!!! | aclement | 2005-05-05 | 1 | -4/+5 |
* | Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff) | aclement | 2005-05-05 | 2 | -1/+14 |
* | Fix for 44155: TODO tasks miscategorized as warnings | aclement | 2005-05-05 | 2 | -1/+9 |
* | ignore the bin folder... | aclement | 2005-05-05 | 2 | -0/+2 |