Foren

Portlets in SVN

Peter Hellstrand, geändert vor 12 Jahren.

Portlets in SVN

Regular Member Beiträge: 166 Beitrittsdatum: 30.11.11 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: Portlets in SVN

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
When you check out the project, just check it out to the <sdk>/portlets directory.
Peter Hellstrand, geändert vor 12 Jahren.

RE: Portlets in SVN

Regular Member Beiträge: 166 Beitrittsdatum: 30.11.11 Neueste Beiträge
But the whole SDK must be in the repository?
The SDK is very big. Thats why I am asking.
Peter Hellstrand, geändert vor 12 Jahren.

RE: Portlets in SVN

Regular Member Beiträge: 166 Beitrittsdatum: 30.11.11 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: Portlets in SVN

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: Portlets in SVN

Regular Member Beiträge: 166 Beitrittsdatum: 30.11.11 Neueste Beiträge
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.