RE: org.apache.tools.ant.ProjectHelper.parse(...) throws a NullPointerException

2005-01-05 Thread Mark D. Hansen
, 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

Re: org.apache.tools.ant.ProjectHelper.parse(...) throws a NullPointerException

2005-01-04 Thread Matt Benson
--- "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

org.apache.tools.ant.ProjectHelper.parse(...) throws a NullPointerException

2005-01-04 Thread Mark D. Hansen
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