Foros de discusión

Deploying an ext

thumbnail
Deepak Sahu, modificado hace 11 años.

Deploying an ext

New Member Mensajes: 12 Fecha de incorporación: 23/05/12 Mensajes recientes
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 hace 11 años.

RE: Deploying an ext

Junior Member Mensajes: 35 Fecha de incorporación: 9/05/12 Mensajes recientes
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 hace 11 años.

RE: Deploying an ext

New Member Mensajes: 12 Fecha de incorporación: 23/05/12 Mensajes recientes
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 hace 11 años.

RE: Deploying an ext

Junior Member Mensajes: 35 Fecha de incorporación: 9/05/12 Mensajes recientes
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 hace 11 años.

RE: Deploying an ext

New Member Mensajes: 12 Fecha de incorporación: 23/05/12 Mensajes recientes
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 hace 10 años.

RE: Deploying an ext

Junior Member Mensajes: 49 Fecha de incorporación: 21/01/13 Mensajes recientes
Thanks guys,
A year after... emoticon
thumbnail
Chirag M Gurav, modificado hace 10 años.

RE: Deploying an ext

Junior Member Mensajes: 34 Fecha de incorporación: 4/01/13 Mensajes recientes
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 hace 10 años.

RE: Deploying an ext

Junior Member Mensajes: 35 Fecha de incorporación: 9/05/12 Mensajes recientes
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 hace 8 años.

RE: Deploying an ext

New Member Mensajes: 18 Fecha de incorporación: 16/05/13 Mensajes recientes
Thanks Romeo. It really works.