form that can be used for input. I found it
> fairly
> > easy to use although it has some idiosyncrasies about how it places
> objects
> > in the dialog window.
> >
> > Bill
> >
> > -Original Message-
> > From: Anderson, Rob (Global Trade) [mailto
: Tuesday, February 07, 2006 9:34 AM
> To: Ant Users List
> Subject: RE: Custom tasks
>
> You could probably accomplish what you are trying to do with the and
> tasks. Give it a try.
>
> -Rob Anderson
>
> > -Original Message-
> > From: chuanjiang lo [mail
, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 07, 2006 9:34 AM
To: Ant Users List
Subject: RE: Custom tasks
You could probably accomplish what you are trying to do with the and
tasks. Give it a try.
-Rob Anderson
> -Original Message-
> From: chuanjiang lo [
You could probably accomplish what you are trying to do with the
and tasks. Give it a try.
-Rob Anderson
> -Original Message-
> From: chuanjiang lo [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 07, 2006 5:28 AM
> To: user@ant.apache.org
> Subject: Custom tasks
>
> I would like t
It looks like the namespace has not been set for the unknownelement.
Can you provide a zip or tar file containing a build.xml, and java code
for the task to show the problem.
Peter
Ben Edwards wrote:
Specifically, I provide the following taskdef:
/>
And then use it:
And I get a NullPointerEx
Specifically, I provide the following taskdef:
And then use it:
And I get a NullPointerException when using Ant 1.6.2, but
things work fine when using 1.6.0. I'm running the program
from Eclipse 3.0. The antTest.FileListerTask is in the
project's classpath.
Stack trace follows...