Hey,
The problem is I cant get autocompletion to work on eclipse. Im working on the project on svn. I set up projet in eclipse by going into File->Import->Checkout As a Project->New Project Wizard. I choose Enterprise Java Application and its being downloaded. And everything seems to work fine exept I dont get autocompletion but message:"this compilation unit is not on the build path of a java project". Ive googled it but everyone says that project must be Java project. But hey it is! What is the problem?
Thanks
Update
Hey,
The catalog structure on svn looks like this:
-Project_name
-application
-META-INF
application.xml
MANIFEST.MF
+build
+db
+deploy
+dist
+lib
+properties
+script
-src
-META-INF
someother.xml (datasource info)
persistence.xml
folder hierarchy with source files (should be package)
-web
some folders
.
.
files
.
.
-WEB-INF
faces-config.xml
jboss-web.xml
web.xml
build_win.xml
How to tell eclipse where is source files folder where is application.xml and other configuration xml files? How to set it up so I can start working on this finally.. Thanks