Do you have icu4j on your Maven classpath? It is pulled down as a dependency for Struts, and there turns out to be a problem with an invalid class format in the jar...this causes Eclipse to huck an NPE when it is scanning your project.
The full issue is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=216147 I've filed a bug with the project: http://bugs.icu-project.org/trac/ticket/6505 -----Original Message----- From: Eugene Kuleshov [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 7:56 AM To: [email protected] Subject: Re: [m2eclipse-user] Package view problem Version: 3.4.0 Chris, What version of m2eclipse, version of WTP tools and version of Eclipse you are using? If you don't know, then please attach your Eclipse configuration details from Help / About Eclipse SDK / Configuration Details. regards, Eugene chr15athome wrote: > To clarify they are projects that are imported via maven projects. > > We have 3 boxes all running the same spec. Fedora 9, Maven 2 Plugin, SVN. > > Maven version: 2.0.9 > Java version: 1.6.0 > OS name: "linux" version: "2.6.25.10-86.fc9.i686" arch: "i386" Family: > "unix" > > The other 2 users don't have this problem that I am experiencing. > > The only way i can view all the projects contents is via F4. > > I have checked the logs and nothing seems to be appearing. > > If I double click the project I get null pointer exception and the log is:- > ... > > Thanks > > Chris > > > chr15athome wrote: > >> Ok Thanks I will try that and come back if there is still an issue. >> >> Thanks >> >> Chris >> >> >> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
