bonjour
je suis sur netbeans 6.8, je ne sais pas pourquoi et a quel moment, mais depuis un moment netbeans ne veut plus déployer sur tomcat 6 mes projets, pourtant sans problème de compilation, j'ai même testé sur des projets par défaut, en struts2 aussi c'est la même chose et l'erreur envoyé est celle ci
et voici la ligne du build-impl.xml
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 init: deps-module-jar: deps-ear-jar: deps-jar: library-inclusion-in-archive: library-inclusion-in-manifest: compile: compile-jsps: In-place deployment at /data/warehouse/workspace/wicketCounter/build/web deploy?config=file%3A%2Ftmp%2Fcontext861050149272583657.xml&path=/wicketCounter FAIL - Deployed application at context path /wicketCounter but context failed to start /data/warehouse/workspace/wicketCounter/nbproject/build-impl.xml:580: The module has not been deployed.
si ca parle a quelqu'un l'aide sera la bienvenue
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 <!-- Task to deploy to the Access Manager runtime. --> </target> <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest,-pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,-post-run-deploy" name="run-deploy"> <nbjpdaappreloaded/> </target> <target if="netbeans.home" name="-run-deploy-nb"> <!-- ligne 580 --> <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/> </target>
Partager