[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: Classpath container suddenly vanished and I cannot get it back

BenH wrote:

Classpath container suddenly vanished and I cannot get it back. Ie, my project has no dependencies in its classpath and thus every source file has errors.

The change happened immediately after made a change to my pom.xml that was invalid according to the schema (leaving out 'version' of a dependency).

Invalid POMs will prevent the maven classpath container from being properly built.


Once you fix the pom, you need to manually clean your project through the Eclipse menus (Project > Clean...). If you have dependent projects, cleaning all projects will be the safest option.

Yours,
--
Abel Muiño