aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* parseBoolean utilitywisberg2005-05-173-3/+84
|
* Nicer toString() :)aclement2005-05-161-1/+8
|
* Fix and tests for PR94086 (multiple if PCDs in a pointcut causes massive ↵aclement2005-05-164-16/+118
| | | | slow download in matching)
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-1311-21/+128
| | | | dependancies in loadtime module and util module
* LTW test commented out due to 75442 just rollbacked...avasseur2005-05-121-1/+2
|
* see #75442, lateTypeMunger rollback for now. This is not enoughavasseur2005-05-122-2/+9
|
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-124-32/+29
|
* harness LTW support - untestedwisberg2005-05-127-58/+368
|
* adding weaver (hoping no one is using < M6)wisberg2005-05-122-21/+82
|
* path utilitieswisberg2005-05-121-0/+165
|
* snooping out stream on requestwisberg2005-05-121-0/+3
|
* FileToURL via URIwisberg2005-05-121-1/+6
|
* avoid harness ajcore files - ensure Dump message holder is not null for ↵wisberg2005-05-122-3/+4
| | | | clients not using Main interface.
* Reduced duplication of vm checking logic.aclement2005-05-126-59/+33
|
* Suggested error message improvement by Andrew.aclement2005-05-121-1/+1
|
* Fix and tests for pr86832, pr92163. NPE in detectHierarchyCycleaclement2005-05-125-0/+12
|
* Andrew's patch for: bug#82755 update ajdoc to support Java 5 language featuresmkersten2005-05-123-5/+14
|
* Oh alright, back to junitModule.xml - another shot in the dark at cruise controlwisberg2005-05-111-0/+25
|
* Reverting - duplicate tools.jar entrywisberg2005-05-111-1/+0
|
* remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵avasseur2005-05-116-28/+8
| | | | tools.jar to tests .classpath module for LTW tests using AntSpec
* aspectjweaver.jar now built from loadtime5-all.jar (UNTESTED merged manifest)wisberg2005-05-112-0/+9
|
* aspectjweaver.jar now built from loadtime5-all.jarwisberg2005-05-111-1/+1
|
* mainly reflective loading - unfortunately also reformattedwisberg2005-05-111-286/+444
|
* Name picked up by Ant junit taskwisberg2005-05-111-0/+21
|
* unused importswisberg2005-05-111-2/+0
|
* src -> java5-src, added junit.jar and testing-utils for test purposeswisberg2005-05-111-1/+17
|
* src -> java5-src; note test target runs AsmModuleTests, not ↵wisberg2005-05-117-1/+94
| | | | Loadtime5ModuleTests - prior bug. See newbuild.xml.
* replacement for build.xml (move there when validated)wisberg2005-05-111-0/+6
|
* unneeded importswisberg2005-05-111-6/+1
|
* testsrc -> java5-testsrc, placeholders for pre-1.5 buildwisberg2005-05-116-14/+68
|
* fix LTW testavasseur2005-05-112-1/+11
|
* testsrc -> java5-testsrcwisberg2005-05-111-1/+1
|
* ugly but harmless hack for building prior to 1.5 for test purposes.wisberg2005-05-111-0/+18
|
* Ant 1.6.3 imports rather than entitieswisberg2005-05-111-7/+4
|
* not using junitModules.xmlwisberg2005-05-112-10/+10
|
* Ant 1.6.3 imports rather than entities; updated junit taskdefwisberg2005-05-112-27/+101
|
* tracking Ant 1.6.3 updates in build modulewisberg2005-05-111-0/+0
|
* support system property value "false"wisberg2005-05-111-2/+2
|
* Checking against all (known) module .classpath fileswisberg2005-05-111-16/+37
|
* added junit.jar to skipped libraries, *.xml to resources copiedwisberg2005-05-111-2/+2
|
* updated tiny XML parser. Unfortunately, also reformatted.wisberg2005-05-111-253/+320
|
* permitting modules to mix 1.5 and prior source directorieswisberg2005-05-111-10/+2
|
* Ant 1.6.3wisberg2005-05-111-3/+2
|
* Ant 1.6.3 (again? hmm.)wisberg2005-05-1162-0/+10080
|
* Ant 1.6.3wisberg2005-05-1113-679/+862
|
* 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)