]> source.dussan.org Git - aspectj.git/commitdiff
Add loadtime into the classpath so it can find the message handler.
authoraclement <aclement>
Wed, 11 May 2005 08:08:26 +0000 (08:08 +0000)
committeraclement <aclement>
Wed, 11 May 2005 08:08:26 +0000 (08:08 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index ad654f8e3f154f503f0fc45e9192d337a1c1b4fa..edfb056f17ce6aeb949a43e499980f3a9b221551 100644 (file)
@@ -61,6 +61,8 @@ public class Ajc {
         // but I don't want to have it first to avoid side effects when running from Ant.
         + File.pathSeparator + ".." + File.separator + "_IDE"
         + 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" 
                ;
        private CompilationResult result;
        private File sandbox;
index a3311ef1b54fe2b38b9d7fc7fb48a3df87936d70..0d41d06c078732e98e9e1b2223b66c58ce609427 100644 (file)
@@ -89,7 +89,9 @@ public class AjcTestCase extends TestCase {
         // "ant compile" to rebuild "aspect5rt/bin" will not expose the IDE changes...
         // but I don't want to have it first to avoid side effects when running from Ant.
         File.pathSeparator + ".." + File.separator + "_IDE" +
-               File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar";
+               File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
+        + File.pathSeparator+ ".."+File.separator+"loadtime"+File.separator+"bin" 
+        ;
 
        /**
         * Helper class that represents the specification of an individual