|
@@ -571,12 +571,12 @@ public class Javac extends MatchingTask { |
|
|
classpath.append(bootclasspath); |
|
|
classpath.append(bootclasspath); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
classpath.append(getCompileClasspath(true)); |
|
|
|
|
|
|
|
|
|
|
|
// Jikes doesn't support an extension dir (-extdir) |
|
|
// Jikes doesn't support an extension dir (-extdir) |
|
|
// so we'll emulate it for compatibility and convenience. |
|
|
// so we'll emulate it for compatibility and convenience. |
|
|
addExtdirsToClasspath(classpath); |
|
|
addExtdirsToClasspath(classpath); |
|
|
|
|
|
|
|
|
|
|
|
classpath.append(getCompileClasspath(true)); |
|
|
|
|
|
|
|
|
// Jikes has no option for source-path so we |
|
|
// Jikes has no option for source-path so we |
|
|
// will add it to classpath. |
|
|
// will add it to classpath. |
|
|
classpath.append(src); |
|
|
classpath.append(src); |
|
@@ -765,12 +765,12 @@ public class Javac extends MatchingTask { |
|
|
classpath.append(bootclasspath); |
|
|
classpath.append(bootclasspath); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
classpath.append(getCompileClasspath(true)); |
|
|
|
|
|
|
|
|
|
|
|
// jvc doesn't support an extension dir (-extdir) |
|
|
// jvc doesn't support an extension dir (-extdir) |
|
|
// so we'll emulate it for compatibility and convenience. |
|
|
// so we'll emulate it for compatibility and convenience. |
|
|
addExtdirsToClasspath(classpath); |
|
|
addExtdirsToClasspath(classpath); |
|
|
|
|
|
|
|
|
|
|
|
classpath.append(getCompileClasspath(true)); |
|
|
|
|
|
|
|
|
// jvc has no option for source-path so we |
|
|
// jvc has no option for source-path so we |
|
|
// will add it to classpath. |
|
|
// will add it to classpath. |
|
|
classpath.append(src); |
|
|
classpath.append(src); |
|
|