This is wrong because we should resolve types wrt the cached classes in the weaver.
But if this change were left in, the test cases just added to ajcTestsFailing.xml pass.
full.add(((File)i.next()).getAbsolutePath());
}
full.addAll(getClasspath());
- if (null != outputDir) {
- full.add(outputDir.getAbsolutePath());
- } else if (null != outputJar) {
- full.add(outputJar.getAbsolutePath());
- }
+// if (null != outputDir) {
+// full.add(outputDir.getAbsolutePath());
+// } else if (null != outputJar) {
+// full.add(outputJar.getAbsolutePath());
+// }
return full;
}