aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authormwebster <mwebster>2006-06-14 14:15:31 +0000
committermwebster <mwebster>2006-06-14 14:15:31 +0000
commitb28c0d22c0658239710c17315c30178202a33bc0 (patch)
tree10f45cb4e22fb67280da84193ac960b7e912f659 /org.aspectj.ajdt.core
parent94e8e649569246be91bc9af895080f1b1c15ba53 (diff)
downloadaspectj-b28c0d22c0658239710c17315c30178202a33bc0.tar.gz
aspectj-b28c0d22c0658239710c17315c30178202a33bc0.zip
Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (AjcTestCase.DEFAULT_CLASSPATH_ENTRIES)
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
index 3af1e97a2..e2d73d79b 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
@@ -62,15 +62,16 @@ public class AjcTestCase extends TestCase {
protected Ajc ajc;
public static final String DEFAULT_CLASSPATH_ENTRIES =
- File.pathSeparator + ".." + File.separator + "runtime" + File.separator + "bin" +
- File.pathSeparator + ".." + File.separator + "testing-client" + File.separator + "bin" +
- File.pathSeparator + ".." + File.separator + "bridge" + File.separator + "bin" +
- File.pathSeparator + ".." + File.separator + "util" + File.separator + "bin" +
- File.pathSeparator + ".." + File.separator + "aspectj5rt" + File.separator + "bin" +
- File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
+ File.pathSeparator + ".." + File.separator + "bridge" + File.separator + "bin"
+ + File.pathSeparator + ".." + File.separator + "util" + File.separator + "bin"
+ File.pathSeparator+ ".."+File.separator+"loadtime"+File.separator+"bin"
+ File.pathSeparator+ ".."+File.separator+"weaver"+File.separator+"bin"
+ File.pathSeparator+ ".."+File.separator+"weaver5"+File.separator+"bin"
+ + File.pathSeparator+ ".."+File.separator+"asm"+File.separator+"bin"
+ + File.pathSeparator + ".." + File.separator + "testing-client" + File.separator + "bin"
+ + File.pathSeparator + ".." + File.separator + "runtime" + File.separator + "bin"
+ + File.pathSeparator + ".." + File.separator + "aspectj5rt" + File.separator + "bin"
+ + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
+ File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"bcel"+File.separator+"bcel.jar"
// When the build machine executes the tests, it is using code built into jars rather than code build into