Browse Source

37328 Definer blows away current thread task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348770 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
6a94bf3c61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Definer.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Definer.java View File

@@ -421,7 +421,7 @@ public abstract class Definer extends DefBase {
Antlib antlib = Antlib.createAntlib(getProject(), url, getURI());
antlib.setClassLoader(classLoader);
antlib.setURI(getURI());
antlib.perform();
antlib.execute();
} catch (BuildException ex) {
throw ProjectHelper.addLocationToBuildException(
ex, getLocation());


Loading…
Cancel
Save