]> source.dussan.org Git - aspectj.git/commitdiff
For build machine - fixed classpath to include built jars.
authoraclement <aclement>
Wed, 29 Jun 2005 08:22:52 +0000 (08:22 +0000)
committeraclement <aclement>
Wed, 29 Jun 2005 08:22:52 +0000 (08:22 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index afbd3f0e86ecae3f344a40b62c060c9ad928f643..3cb205052778e007a2aa476256a58ff5b8435f19 100644 (file)
@@ -56,6 +56,7 @@ public class Ajc {
         // 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+"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"
index d87337ca7eb7317d9764b2c52b81d95783a3f227..a5f9c94ae8f2c09a80756cfce8b94dfe81aaf5dd 100644 (file)
@@ -73,6 +73,7 @@ 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+"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"