留言板

Deploying an ext

thumbnail
Deepak Sahu,修改在11 年前。

Deploying an ext

New Member 帖子: 12 加入日期: 12-5-23 最近的帖子
Hi all ,
After deploying an ext I am getting the following error. can somebody help me out.

Buildfile: /home/deepak/PPC/plugin-sdk-6.1/ext/pps-cloud-ext/build.xml
compile:
compile-with-global-class-loader:
compile-java:
compile-with-portal-class-loader:
compile-java:
compile-with-portal-class-loader:
compile-java:
compile-with-portal-class-loader:
compile-java:
compile-with-portal-class-loader:
compile-java:

BUILD FAILED
/home/deepak/PPC/plugin-sdk-6.1/ext/build-common-ext.xml:153: .

"docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" must not exist. Put JAR files in
"docroot\WEB-INF\ext-lib\portal" that need to be accessible to the portal class
loader.

Total time: 2 seconds
thumbnail
Romeo Sheshi,修改在11 年前。

RE: Deploying an ext

Junior Member 帖子: 35 加入日期: 12-5-9 最近的帖子
Hi you hav an dir "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" you have to delete this dir and put your jar in the directory "docroot\WEB-INF\ext-lib\portal"
thumbnail
Deepak Sahu,修改在11 年前。

RE: Deploying an ext

New Member 帖子: 12 加入日期: 12-5-23 最近的帖子
Romeo Sheshi:
Hi you hav an dir "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" you have to delete this dir and put your jar in the directory "docroot\WEB-INF\ext-lib\portal"


Hi Romeo,
Which jar I have to add.
thumbnail
Romeo Sheshi,修改在11 年前。

RE: Deploying an ext

Junior Member 帖子: 35 加入日期: 12-5-9 最近的帖子
if you have jars in this folder "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" put them in "docroot\WEB-INF\ext-lib\portal" otherwise only delete the folder "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib"
thumbnail
Deepak Sahu,修改在11 年前。

RE: Deploying an ext

New Member 帖子: 12 加入日期: 12-5-23 最近的帖子
Romeo Sheshi:
if you have jars in this folder "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" put them in "docroot\WEB-INF\ext-lib\portal" otherwise only delete the folder "docroot\WEB-INF\ext-web\docroot\WEB-INF\lib"


Thanks Romeo,
Now its working emoticon
thumbnail
Jacques Traore,修改在10 年前。

RE: Deploying an ext

Junior Member 帖子: 49 加入日期: 13-1-21 最近的帖子
Thanks guys,
A year after... emoticon
thumbnail
Chirag M Gurav,修改在10 年前。

RE: Deploying an ext

Junior Member 帖子: 34 加入日期: 13-1-4 最近的帖子
Hi.. I have deployed the ext using "ant clean direct-deploy" but no any library getting in lib folder at this path"docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" ant getting Error like

"docroot\WEB-INF\ext-web\docroot\WEB-INF\lib" must not exist. Put JAR files in
"docroot\WEB-INF\ext-lib\portal" that need to be accessible to the portal class
Loader."
thumbnail
Romeo Sheshi,修改在10 年前。

RE: Deploying an ext

Junior Member 帖子: 35 加入日期: 12-5-9 最近的帖子
Hi,
You have to delete this directory
docroot\WEB-INF\ext-web\docroot\WEB-INF\lib

If you have jars in this directory put them in docroot\WEB-INF\ext-lib\portal
Abdulbasit Shaikh,修改在8 年前。

RE: Deploying an ext

New Member 帖子: 18 加入日期: 13-5-16 最近的帖子
Thanks Romeo. It really works.