aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* revamped build scripts using Ant 1.6.3 features. Now using local.properties ...wisberg2005-06-099-1136/+936
* Removing unused build scriptswisberg2005-06-092-215/+0
* (disabled) convenience flag to defer long testswisberg2005-06-091-4/+5
* new main for my convenience in testing the testing modulewisberg2005-06-092-4/+22
* Now delegating to the two roots: AllTests for unit tests, and tests/../TestsM...wisberg2005-06-081-20/+18
* Root of all all (non-compiler) JUnit tests works under 1.3 and 1.5 in Eclipse.wisberg2005-06-081-8/+20
* Module alias does not include compiler tests since tests/ doeswisberg2005-06-081-1/+6
* adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to a...wisberg2005-06-081-80/+22
* disabled test that assumes advice between unrelated aspects is ordered.wisberg2005-06-081-3/+4
* These fail and were not included in JUnit suite gather, but are caught up in ...wisberg2005-06-081-14/+36
* To run compiler tests, just `cd tests; ant test`wisberg2005-06-081-94/+3
* testsrc/TestsModulesTests for consistency. Now to run compiler tests, just `...wisberg2005-06-082-0/+43
* More aspectjrt.jar finder fixeswisberg2005-06-084-31/+20
* package roll-up, mainly for Ant JUnit gatherwisberg2005-06-081-0/+34
* Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking t...wisberg2005-06-081-1/+43
* use suite() for new package testswisberg2005-06-081-1/+1
* JRE15_SRC variable to build 1.5 modules when defaulting to 1.3 VM'swisberg2005-06-081-4/+4
* path-handling audit - mainly TODO, but some fixes/finderswisberg2005-06-0818-16/+47
* Package Tests file, aspectjrt.jar finderwisberg2005-06-085-15/+68
* Java 5 guard to permit running in 1.3wisberg2005-06-082-2/+10
* Skipping long test of rarely-changed codewisberg2005-06-081-0/+2
* placeholder JUnit tests, aspectjrt.jar finder, Java 5 testerwisberg2005-06-081-5/+51
* getBestFile(String[])wisberg2005-06-082-0/+81
* revamped builderwisberg2005-06-081-0/+0
* defining aspectj.modules.dir before importwisberg2005-06-081-1/+3
* revamped javadoc - separated runtime and weaver, handling offline executionwisberg2005-06-084-21/+232
* updated for new build/build.xml instead of build/build-master.xmlwisberg2005-06-081-22/+19
* @style if support, parser support for if() / if(true)/ if(false) [might lead ...avasseur2005-06-0814-215/+379
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-0/+46
* minor update...aclement2005-06-081-1/+1
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-085-14/+132
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-11/+29
* Upgraded BCEL annotation support - can now get an immutable form of annotatio...aclement2005-06-082-0/+0
* Two more generics testcases working.aclement2005-06-081-8/+12
* Upgraded BCEL annotation support - can now get an immutable form of annotatio...aclement2005-06-0814-12/+90
* tests for pr84260: static importsaclement2005-06-085-0/+39
* Improved generic ITD tests.aclement2005-06-083-2/+5
* add getters for visitor, turned on poincut test caseavasseur2005-06-0825-142/+219
* Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is t...aclement2005-06-073-33/+22
* Prevent info messages coming out when on the command line (regression)aclement2005-06-071-5/+5
* Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin.aclement2005-06-077-3/+38
* p -> append again!acolyer2005-06-071-48/+48
* p -> appendacolyer2005-06-071-53/+53
* Remove Java 5 autoboxing dependency that has been introduced.aclement2005-06-071-7/+6
* mock test to avoid junit no test in there (temp / waiting for Adrian fix in p...avasseur2005-06-071-0/+4
* test case for pattern visitor, issue with varargs so test case for Adrian to ...avasseur2005-06-076-13/+2509
* finally fixed 75442+78383, impl a visitor pattern in patterns package, turned...avasseur2005-06-0745-30/+1285
* proposed refactored script - still using targets in release/build.xml for nowwisberg2005-06-032-0/+217
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-0324-125/+364
* this update also includes the additional pseudo-tokens needed for parsing typ...acolyer2005-06-022-0/+0