Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Managing multi-module maven project inside Eclipse

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Managing multi-module maven project inside Eclipse

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

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
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not ask the same question in multiple forums. I will lock this one because your question is about autocompletion in Eclipse.
https://coderanch.com/t/556889/vc/Compilation-unit-not-build-path
    Bookmark Topic Watch Topic
  • New Topic