On Fri, 14 Jun 2002, Rob Oxspring <[EMAIL PROTECTED]> wrote: > Am getting an NPE at Message.java:166 because getProject() is > returning null.
Use the 1.5 branch, it contains a bug fix for it. > Is it just me? has ProjectComponent configuration been changed while > I wasn't looking? No, the Message object created in setMessage and setMessageFile will not get the project instance as IntorspectionHelper (which performs this magic) will never see this object. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
