On 31 Dec 2002, <[EMAIL PROTECTED]> wrote: > I don't understand very well the code - but we take the name from > "references" ( which is specified by the user ), and assume that > all of them exist. For some reason that's not allways true.
<ant ...> <reference refid="foo"/> </ant> is supposed to copy the reference to foo into the new project. The NPE occurs if there is no reference named foo. A typo in the buildfile could cause this, for example. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
