• Post Reply 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

Compilation unit is not on the build path of a java project (Eclipse/Maven2)

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I downloaded a 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
 
reply
    Bookmark Topic Watch Topic
  • New Topic