Can't build latest Git source in NetBeans

I’m pulling new changes from Git into my local clone as they appear in Fisheye’s rss feed. But i’m not trying to build the project often. So i can’t say when it went wrong, but now when i’m trying to build it, i get errors about not existing packages (attached). Maybe i should build some new plugins before building the main project?

Another question: i see that this was merged recently by Dele https://github.com/igniterealtime/Openfire/pull/48

But i don’t remember anything about it in the forums, nor a ticket in JIRA for this.

Second question solved - WEB-30

I’ve got these errors, too, recently.

The problem was, that my IDE still referenced old jars (from cache?).

But Dele updated Jetty recently, which overwrote these jars, because unfortunately they have no version number attached. E.g. I still had the old jetty-servlet.jar in my classpath but the project required the new one (which had the same name, therefore my IDE did not recognized it).

I ended up reimporting all jars from at least the lib/merge folder and rebuilt the classpath. There are some other new jars, too, like junit.jar.

I’m not good with NetBeans, so i have tried a few thing, but nothing helped and as usually i have just started from scratch (new git clone and java project).

Another question: i see that this was merged recently by Dele https://github.com/igniterealtime/Openfire/pull/48

But i don’t remember anything about it in the forums, nor a ticket in JIRA for this.

I did see a discussion at some point about it, but can’t find it again for reference. In any case, it is an excellent piece of work and completements the User service plugin. It has minimium impact because it is an optional plugin. For completeness and for tracking especially on the next release note, I will raise a Jira ticket.

https://igniterealtime.org/issues/browse/OF-828