留言板

Portlet Creation with Ant

thumbnail
Ramanjeneyulu Bodepudi,修改在9 年前。

Portlet Creation with Ant

Junior Member 帖子: 42 加入日期: 12-2-24 最近的帖子
I was trying to create Portlet using ant with liferay 6.2 EE sdk,But i am getting the following issue


[ivy:resolve] :::: ERRORS
[ivy:resolve] Server access Error: Connection timed out: connect url=https://repository.jboss.org/nexus/content/repositories/releases/net/sf/jargs/1.0/jargs-1.0.pom
[ivy:resolve] Server access Error: Connection timed out: connect url=https://repository.jboss.org/nexus/content/repositories/releases/net/sf/jargs/1.0/jargs-1.0.jar
[ivy:resolve] Server access Error: Connection timed out: connect url=https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/net/sf/jargs/1.0/jargs-1.0.pom
[ivy:resolve] Server access Error: Connection timed out: connect url=https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/net/sf/jargs/1.0/jargs-1.0.jar
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
C:\Liferay\LIFERAY7\liferay-plugins-sdk\liferay-plugins-sdk-6.2.10.1\portlets\build.xml:5: The following error occurred while executing this line:
C:\Liferay\LIFERAY7\liferay-plugins-sdk\liferay-plugins-sdk-6.2.10.1\build-common-plugins.xml:5: The following error occurred while executing this line:
C:\Liferay\LIFERAY7\liferay-plugins-sdk\liferay-plugins-sdk-6.2.10.1\build-common.xml:47: The following error occurred while executing this line:
C:\Liferay\LIFERAY7\liferay-plugins-sdk\liferay-plugins-sdk-6.2.10.1\build-common-ivy.xml:34: The following error occurred while executing this line:
C:\Liferay\LIFERAY7\liferay-plugins-sdk\liferay-plugins-sdk-6.2.10.1\build-common-ivy.xml:50: impossible to resolve dependencies:
resolve failed - see output for details
thumbnail
Atin Agarwal,修改在9 年前。

RE: Portlet Creation with Ant

Junior Member 帖子: 86 加入日期: 12-2-20 最近的帖子
It is trying to download ivy.jar dependency, but seems like you don't have a valid internet connection or may be this URL is blocked for your network.
Download & copy ivy.jar in the .ivy folder in your plugins sdk.

Regards,
Atin Agarwal