Browse Source

This looks like duplicate code, I'm not 100% sure, waiting to see

whether it affects any Gump run.  It causes problems with custom tasks
that have nested Sequential child elements.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273331 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
23b5b9d2ca
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/UnknownElement.java

+ 3
- 3
src/main/org/apache/tools/ant/UnknownElement.java View File

@@ -219,9 +219,9 @@ public class UnknownElement extends Task {

child.handleChildren(realChild, childWrapper);

if (parent instanceof TaskContainer) {
((Task) realChild).maybeConfigure();
}
// if (parent instanceof TaskContainer) {
// ((Task) realChild).maybeConfigure();
// }
}
}



Loading…
Cancel
Save