6

I am using Liferay 6.2 + Tomcat 7.0 for creating a web application using portlets.

Now, When I want to work for some different project (creating a webservice), Whenever i create a Dynamic web project using Eclipse IDE, I get an error which says -

The SDK name of this PluginsSDK project is not set. 

enter image description here

I tried downloading a fresh copy of Tomcat 7.0 and pointed it to the new project still getting the same error.

Can anyone please suggest what I might be missing here?

EDIT:

I do not get the project validation option in eclipse:

enter image description here

gamerson
  • 5,220
  • 1
  • 28
  • 45
ajc
  • 1,685
  • 14
  • 34
  • Since you are missing the Project Validation preference page you might not be using the latest Liferay IDE. Have you tried updating it? – Cebence May 07 '14 at 06:22

2 Answers2

3

This is a bug in Liferay IDE plugin.

If your Project is not Liferay Plugin then it shows same error

This might help you Click here

This issue has been resolved in latest version of Liferay IDE

Gautam
  • 3,276
  • 4
  • 31
  • 53
  • rather than using the latest SDK, you should use the latest version of Liferay IDE. Well, using the latest SDK is not bad either, but doesn't help you with regards to your question – Olaf Kock May 09 '14 at 11:45
  • @ajc As i suggested you need install latest Liferay IDE.seems its realted to IDE not SDK as per the link which i shared.Please install latest IDE and give a try. – Gautam May 09 '14 at 12:41
1

Disable the validation: Window -> Preferences:

enter image description here

Mark
  • 17,887
  • 13
  • 66
  • 93