, 2005 5:48 PM
> To: Ant Users List
> Subject: Re: org.apache.tools.ant.ProjectHelper.parse(...) throws a
> NullPointerException
>
>
> --- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote:
>
> > I'm using Ant 1.6.2 and junit. When using
> > Project
--- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote:
> I'm using Ant 1.6.2 and junit. When using
> ProjectHelperImpl.parse(...) to parse an existing
> build file, an NPE is thrown at
>
[SNIP]
It looks like a (not "the") cause for your problem is
your use of ProjectHelperImpl. Do you have this
expli
I'm using Ant 1.6.2 and junit. When using ProjectHelperImpl.parse(...) to
parse an existing build file, an NPE is thrown at
org.apache.tools.ant.types.Description.getDescription(Description.java:78).
The Description.getDescription() method is shown below and line #78 is marked.
It seems that