first intro: I try to get a hook running on a new Liferay 6.1.2 GA3. Previously I was using the portlet plugin mechanism only.
I try to get a simple calendar hook running and get compiler errors, such as "CalEvent cannot be resolved as a type". My feeling is that I am missing the entire Liferay libraries in the hook, but the included libraries look complete to me (in order of build path priority): - ear libraries - Java JDK 6 - Liferay Hook Plugin API - Liferay V6.1 CE (Tomcat 7) - Web App Libraries
The libraries got automatically selected when creating the project as a hook. Any ideas?