|
@@ -381,7 +381,7 @@ public class Ant extends Task { |
|
|
addReferences(); |
|
|
addReferences(); |
|
|
|
|
|
|
|
|
if (locals.size() > 0 && !(locals.size() == 1 |
|
|
if (locals.size() > 0 && !(locals.size() == 1 |
|
|
&& locals.get(0) == "")) { |
|
|
|
|
|
|
|
|
&& "".equals(locals.get(0)))) { |
|
|
BuildException be = null; |
|
|
BuildException be = null; |
|
|
try { |
|
|
try { |
|
|
log("Entering " + antFile + "...", Project.MSG_VERBOSE); |
|
|
log("Entering " + antFile + "...", Project.MSG_VERBOSE); |
|
|