Fórum

Deploying an ext

thumbnail
Deepak Sahu, modificado 11 Anos atrás.

Deploying an ext

New Member Postagens: 12 Data de Entrada: 23/05/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Deploying an ext

Junior Member Postagens: 35 Data de Entrada: 09/05/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Deploying an ext

New Member Postagens: 12 Data de Entrada: 23/05/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Deploying an ext

Junior Member Postagens: 35 Data de Entrada: 09/05/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Deploying an ext

New Member Postagens: 12 Data de Entrada: 23/05/12 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Deploying an ext

Junior Member Postagens: 49 Data de Entrada: 21/01/13 Postagens Recentes
Thanks guys,
A year after... emoticon
thumbnail
Chirag M Gurav, modificado 10 Anos atrás.

RE: Deploying an ext

Junior Member Postagens: 34 Data de Entrada: 04/01/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Deploying an ext

Junior Member Postagens: 35 Data de Entrada: 09/05/12 Postagens Recentes
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, modificado 8 Anos atrás.

RE: Deploying an ext

New Member Postagens: 18 Data de Entrada: 16/05/13 Postagens Recentes
Thanks Romeo. It really works.