留言板

IVY Settings issue

thumbnail
Sunil Rai,修改在8 年前。

IVY Settings issue

Junior Member 帖子: 57 加入日期: 12-1-31 最近的帖子
I am unable to deploy portlet by using ant deploy command. After environment variable setup for ANT Home and Liferay SDK property file setup I am able to create portlet but while deploying the portlet getting IVY issue.

Check below for more details:

D:\liferay\bundles\liferay-plugins-sdk-6.2\portlets\sample1-portlet>ant deploy
Buildfile: D:\liferay\bundles\liferay-plugins-sdk-6.2\portlets\sample1-portlet\build.xml
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = D:\liferay\bundles\liferay-plugins-sdk-6.2\ivy-settings.xml
thumbnail
Devang Patel,修改在8 年前。

RE: IVY Settings issue

Regular Member 帖子: 247 加入日期: 15-1-19 最近的帖子
Hi Sunil Rai,

At first time while deploying portlet this will take some time.
It seems that this is a network problem when downloading ivy.
Refer this .
HTH.

Regards,
Devang Patel
thumbnail
Sunil Rai,修改在8 年前。

RE: IVY Settings issue

Junior Member 帖子: 57 加入日期: 12-1-31 最近的帖子
Devang Patel:
Hi Sunil Rai,

At first time while deploying portlet this will take some time.
It seems that this is a network problem when downloading ivy.
Refer this .
HTH.

Regards,
Devang Patel


Hi Devang,

I was facing issue with proxy configuration so connected system directly with internet and it is working fine.

But the actual development or production environment will be on virtual machine which can be connected to internet only via proxy.
I tried to set proxy configuration for Ivy (as mentioned in reference link) and gradle but still getting issue. Please suggest if any article/forum is available which explains about all proxy configuration for liferay development.

Thanks
thumbnail
Devang Patel,修改在8 年前。

RE: IVY Settings issue

Regular Member 帖子: 247 加入日期: 15-1-19 最近的帖子
Hi Sunil Rai,
This is for reference.
Refer Proxy_Configuartion & this.

Regards,
Devang Patel
thumbnail
Olaf Kock,修改在8 年前。

RE: IVY Settings issue

Liferay Legend 帖子: 6403 加入日期: 08-9-23 最近的帖子
Crossposted here. Anywhere else?
thumbnail
Sunil Rai,修改在8 年前。

RE: IVY Settings issue

Junior Member 帖子: 57 加入日期: 12-1-31 最近的帖子
Olaf Kock:
Crossposted here. Anywhere else?

Although I prefer to post Liferay specific query mainly on official forum but it is posted on above mentioned link also because there was no response here. Except above link it is not posted elsewhere.

Link suggested by Devang has similar discussion. I will try to resolve this issue by steps in that discussion.

Thanks