Derek Alexander wrote:
>
> Seems to be a bug in DispatchTask, or am I doing something wrong?
>
No bug. I'd renamed the action method but not updated the value of the
action attribute.
The error message shown could perhaps be more useful though.
D.
--
View this message in
Seems to be a bug in DispatchTask, or am I doing something wrong?
package foo;
import org.apache.tools.ant.dispatch.DispatchTask;
public class Baa extends DispatchTask {
public void beep() throws BuildException {
...
}
...
}
...
Apache Ant version
Hi,
Need to ensure that the same ant task can't be run multiple times
concurrently by the same user.
Having checked the docs, googled and searched the list archives am surprised
not to have found any convenient way to do this.
Am starting to look at combining the waitfor task with
java.nio.channe