留言板

Portlets in SVN

Peter Hellstrand,修改在12 年前。

Portlets in SVN

Regular Member 帖子: 166 加入日期: 11-11-30 最近的帖子
What is usually included in a SVN repository. The whole SDK?

I put it in this in the Eclipse IDE is what am I using. I am trying to create an "project from existing source" but my "portlets are not in a SDK".

In my SVN repository I for now only have the portlets. Can I run the portlets using another SDK on my machine? How do I set this?
thumbnail
David H Nebinger,修改在12 年前。

RE: Portlets in SVN

Liferay Legend 帖子: 14915 加入日期: 06-9-2 最近的帖子
When you check out the project, just check it out to the <sdk>/portlets directory.
Peter Hellstrand,修改在12 年前。

RE: Portlets in SVN

Regular Member 帖子: 166 加入日期: 11-11-30 最近的帖子
But the whole SDK must be in the repository?
The SDK is very big. Thats why I am asking.
Peter Hellstrand,修改在12 年前。

RE: Portlets in SVN

Regular Member 帖子: 166 加入日期: 11-11-30 最近的帖子
This is what I needed.
http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE+Sharing+Projects#section-Liferay+IDE+Sharing+Projects-Method2PlugInsSDKSharing


Thank you.
thumbnail
Hitoshi Ozawa,修改在12 年前。

RE: Portlets in SVN

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Liferay SDK can be downloaded from Liferay Download page. Just download the "Plugins SDK". This is what you'll need to setup in Liferay IDE.

http://www.liferay.com/downloads/liferay-portal/available-releases
Peter Hellstrand,修改在12 年前。

RE: Portlets in SVN

Regular Member 帖子: 166 加入日期: 11-11-30 最近的帖子
Thank you. But I gues that link solved my problem.

I have got a local project already running. I just wanted to share it and was just t wondering if there was a need for a SDK i the svn repository. I found out that you don't need that. Just check out the project in a SDK with the same name that every one else in the project and it should work fine.