summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-09-26 15:39:20 +0000
committeraclement <aclement>2005-09-26 15:39:20 +0000
commit58ccf4cfe0562091bfbe8715fa7ea451b64d9668 (patch)
treee781fb2d23d3b4fd8cf5548ed46e076a65b47fbb
parent0be5213588a2a262c7d294f42b146b27312b8334 (diff)
downloadaspectj-58ccf4cfe0562091bfbe8715fa7ea451b64d9668.tar.gz
aspectj-58ccf4cfe0562091bfbe8715fa7ea451b64d9668.zip
weaver5 added
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java4
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
index da724ca5a..89c40e1bf 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
@@ -51,7 +51,8 @@ public class Ajc {
+ File.pathSeparator+".."+File.separator+"lib" +File.separator+"junit"+File.separator+"junit.jar"
+ File.pathSeparator+".."+File.separator+"bridge" +File.separator+"bin"
+ File.pathSeparator+".."+File.separator+"loadtime" +File.separator+"bin"
- + File.pathSeparator+".."+File.separator+"weaver" +File.separator+"bin"
+ + File.pathSeparator+".."+File.separator+"weaver" +File.separator+"bin"
+ + File.pathSeparator+".."+File.separator+"weaver5" +File.separator+"bin"
// When the build machine executes the tests, it is using code built into jars rather than code build into
// bin directories. This means for the necessary types to be found we have to put these jars on the classpath:
@@ -59,6 +60,7 @@ public class Ajc {
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"util.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"loadtime.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"weaver.jar"
+ + File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"weaver5.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"asm.jar"
+ File.pathSeparator+".."+File.separator+"lib" +File.separator+"test"+File.separator+"testing-client.jar"
// hmmm, this next one should perhaps point to an aj-build jar...
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 6c2a73882..58ea8e063 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
@@ -69,6 +69,7 @@ public class AjcTestCase extends TestCase {
File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
+ File.pathSeparator+ ".."+File.separator+"loadtime"+File.separator+"bin"
+ File.pathSeparator+ ".."+File.separator+"weaver"+File.separator+"bin"
+ + File.pathSeparator+ ".."+File.separator+"weaver5"+File.separator+"bin"
// When the build machine executes the tests, it is using code built into jars rather than code build into
// bin directories. This means for the necessary types to be found we have to put these jars on the classpath:
@@ -76,6 +77,7 @@ public class AjcTestCase extends TestCase {
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"util.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"loadtime.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"weaver.jar"
+ + File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"weaver5.jar"
+ File.pathSeparator+".."+File.separator+"aj-build"+File.separator+"jars"+File.separator+"asm.jar"
+ File.pathSeparator+".."+File.separator+"lib" +File.separator+"test"+File.separator+"testing-client.jar"
// hmmm, this next one should perhaps point to an aj-build jar...