--- Peter Reilly <[EMAIL PROTECTED]> wrote:

> It looks like it is some strange stuff with
> path through the code  that just avoids an NPE in
> ant.1.6.5.
[SNIP]
> I am not sure how to fix this in ant.
> 

I've got it.  It is indeed a case of the Maven code
not having set Project references on their artifacts. 
PITA, but not the end of the world.  The simplified
pathconvert code triggers the problem.  My simple
testcase is:

<project>
  <fileset id="fs" dir="${basedir}" />

  <script language="beanshell">
    fs.setProject(null);
  </script>

  <pathconvert refid="fs" />
</project>

which triggers the NPE in AbstractFileSet.  I am
testing a fix now.

-Matt

> Peter
[SNIP]


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to