Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Managing multi-module maven project inside Eclipse(Managing multi-module maven project inside Eclipse)
Managing multi-module maven project inside Eclipse [message #753415] Thu, 27 October 2011 07:19 Go to next message
marco  is currently offline marco Friend
Messages: 3
Registered: October 2011
Junior Member

Hi all, I downloaded a Spring project from svn that I installed in my environment:

* maven2
* svn
* a current Java 6 JDK.
* eclipse Galileo
* Eclipse plugins:
* Maven integration for eclipse (m2eclipse) plugin
* subversion plugin (subclipse)

The problem is I cant get autocompletion to work on eclipse.

The error causes a popup to occur containing this error message: "Compilation unit is not on the build path".
The project compiles correctly and the generation of war work. Code development times are very long for this problem.
Do you have any suggestions for me?

Thanks for help in advance,
Marco
Re: Managing multi-module maven project inside Eclipse [message #753977 is a reply to message #753415] Mon, 31 October 2011 10:25 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 10/27/2011 12:49 PM, marco wrote:
> The error causes a popup to occur containing this error message:
> "Compilation unit is not on the build path".
> The project compiles correctly and the generation of war work.
Who compiles the project Eclipse JDT or Maven ? (I would guess Maven)

The compilation unit needs to be on the build path for Eclipse JDT,
which it is probably not.
Previous Topic:Debugging Eclipse refactoring
Next Topic:Problems to install Draw2
Goto Forum:
  


Current Time: Thu Mar 28 08:23:41 GMT 2024

Powered by FUDForum. Page generated in 0.03617 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top