]> source.dussan.org Git - aspectj.git/commitdiff
matcher on classpath for build machine test runs
authoraclement <aclement>
Wed, 29 Oct 2008 17:27:48 +0000 (17:27 +0000)
committeraclement <aclement>
Wed, 29 Oct 2008 17:27:48 +0000 (17:27 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index d6575870acd1766e8539d381c529695400da3e96..2a4d0e7d2180176b3b6af30075337db2370b94d2 100644 (file)
@@ -68,8 +68,12 @@ public class AjcTestCase extends TestCase {
                        + 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 + "org.aspectj.matcher" + File.separator + "bin" + File.pathSeparator
-                       + ".." + File.separator + "lib" + File.separator + "junit" + File.separator + "junit.jar" + File.pathSeparator + ".."
-                       + File.separator + "lib"
+                       + ".." + File.separator + "lib" + File.separator + "junit" + File.separator
+                       + "junit.jar"
+                       + File.pathSeparator
+                       + ".."
+                       + File.separator
+                       + "lib"
                        + File.separator
                        + "bcel"
                        + File.separator
@@ -87,11 +91,13 @@ public class AjcTestCase extends TestCase {
                        // bin directories. This means for the necessary types to be found we have to put these jars on the classpath:
                        + File.pathSeparator + ".." + File.separator + "aj-build" + File.separator + "jars" + File.separator + "bridge.jar"
                        + 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"
+                       + File.pathSeparator + ".." + File.separator + "aj-build" + File.separator + "jars" + File.separator
+                       + "org.aspectj.matcher.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...
                        + File.pathSeparator + ".." + File.separator + "lib" + File.separator + "test" + File.separator + "aspectjrt.jar";