Fórumok

Deploying an ext

thumbnail
Deepak Sahu, módosítva 11 év-val korábban

Deploying an ext

New Member Bejegyzések: 12 Csatlakozás dátuma: 2012.05.23. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Deploying an ext

Junior Member Bejegyzések: 35 Csatlakozás dátuma: 2012.05.09. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Deploying an ext

New Member Bejegyzések: 12 Csatlakozás dátuma: 2012.05.23. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Deploying an ext

Junior Member Bejegyzések: 35 Csatlakozás dátuma: 2012.05.09. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Deploying an ext

New Member Bejegyzések: 12 Csatlakozás dátuma: 2012.05.23. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Deploying an ext

Junior Member Bejegyzések: 49 Csatlakozás dátuma: 2013.01.21. Legújabb bejegyzések
Thanks guys,
A year after... emoticon
thumbnail
Chirag M Gurav, módosítva 10 év-val korábban

RE: Deploying an ext

Junior Member Bejegyzések: 34 Csatlakozás dátuma: 2013.01.04. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: Deploying an ext

Junior Member Bejegyzések: 35 Csatlakozás dátuma: 2012.05.09. Legújabb bejegyzések
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, módosítva 8 év-val korábban

RE: Deploying an ext

New Member Bejegyzések: 18 Csatlakozás dátuma: 2013.05.16. Legújabb bejegyzések
Thanks Romeo. It really works.