留言板

How to get liferay source applying Eclipse IDE with Subclipse plugin

John Devjor lc,修改在14 年前。

How to get liferay source applying Eclipse IDE with Subclipse plugin

New Member 发布: 1 加入日期: 09-9-30 最近的帖子

Hello,everybody.I have install Eclipse IDE and Subclipse plugin in my computer,and I want to get liferay source from SVN url,after I input the url svn://svn.liferay.com/repos/public
in the SVN repositories url blank,it ask me to input user name and password for authentication,but I don't know how can I get a user privilege for it?therefore,Authorization failed. Did some friends encounter this problem? Can friends help to reply me how to do it? Thanks.
Oliver Bayer,修改在14 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Liferay Master 帖子: 894 加入日期: 09-2-18 最近的帖子
Hi,

try using guest user with a blank password.

Oli
thumbnail
Abhishek Saxena,修改在14 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Regular Member 帖子: 130 加入日期: 09-6-17 最近的帖子
TRY below mentioned URL

http://guest@svn.liferay.com/repos/public/portal/ (browser)

http://svn.liferay.com/repos/public/ (username = guest ,password ="blank")
thumbnail
srikanth arroju,修改在14 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Regular Member 帖子: 133 加入日期: 09-10-3 最近的帖子
thanks
thumbnail
abhimanyu panwar,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Junior Member 帖子: 47 加入日期: 10-5-22 最近的帖子
i tried

1>svn://svn.liferay.com/repos/public
2>svn://svn.liferay.com/repos/public(username = guest ,password ="blank")

both, but it gives an error

Error validating loctaion:"org.tigris.subversion.javahi.ClientException:No connection could be made because the target machine actively refused it.svn:Can't connect to host'svn.liferay.com':No connection could be made because the target machine actively refused it.
"

Keep location anyway??
___ ____
|yes| |No|
---- ---



i tried http://svn.liferay.com/repos/public then, i got the source code visible in my eclipse svn repository
but when i switched to java repository i am unable to find out portal project there.

also there is no portal project exists inside the workspace folder.
now please help me how to proceed further ?


thanks
abhimanyu
Oliver Bayer,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Liferay Master 帖子: 894 加入日期: 09-2-18 最近的帖子
Hi,

you shouldn't type "blank" as the svn password. Blank was meant as an empty password (if you would programm it you would write ""). So leave the password field empty.

If you don't have a portal project in your workspace you first have to check out the liferay project from svn repository view by right clicking on the project. After that (it should take quite a while) you should see a project in your workspace.

HTH Oli
Sultee khan,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Regular Member 帖子: 145 加入日期: 09-10-31 最近的帖子
in which workspace did you import the svn code ?
thumbnail
abhimanyu panwar,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Junior Member 帖子: 47 加入日期: 10-5-22 最近的帖子
i am unable to import the source code yet.

it is visible to me in my eclipse ide under svn repository column.

when i try to import it to any directory it gives an error...


please help me..


thanks
abhimanyu
Sultee khan,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Regular Member 帖子: 145 加入日期: 09-10-31 最近的帖子
In Java Perspective, Go to Package Explorer
than on File -> new -> other-> SVN(Checkoutprojects from SVN)
use
http://svn.liferay.com/repos/public/portal/trunk

Click on

Check out as a project in the workspace
Check out Head revision
Use default workspace location

Finish..

it will take some time to download the whole code but than it should appear as a project in your package explorer
Oliver Bayer,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Liferay Master 帖子: 894 加入日期: 09-2-18 最近的帖子
If you are able to see the repository but the checkout don't work you can try updating the svn eclispse plugin to the newest version. I'm using the newest subclipse plugin and don't get any errors.
thumbnail
abhimanyu panwar,修改在13 年前。

RE: How to get liferay source applying Eclipse IDE with Subclipse plugin

Junior Member 帖子: 47 加入日期: 10-5-22 最近的帖子
thanks a lot friends.


my problem is almost solved now

hey you people also try LIFERAY IDE.

http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE

and please try to update me regarding this also...