|
@@ -177,7 +177,7 @@ public abstract class AbstractClasspathResource extends Resource { |
|
|
} |
|
|
} |
|
|
if (cl == null) { |
|
|
if (cl == null) { |
|
|
if (getClasspath() != null) { |
|
|
if (getClasspath() != null) { |
|
|
Path p = getClasspath().concatSystemClasspath(); |
|
|
|
|
|
|
|
|
Path p = getClasspath().concatSystemClasspath("ignore"); |
|
|
if (parentFirst) { |
|
|
if (parentFirst) { |
|
|
cl = getProject().createClassLoader(p); |
|
|
cl = getProject().createClassLoader(p); |
|
|
} else { |
|
|
} else { |
|
|