Hello all!
I am working with jetspeed-1.5 and i am developing some jsp portlets.
Every time that i change one of them, i have to: 1.shutdown tomcat. 2. remove {TOMCAT_HOME}/webapps/jetspeed 3. remove {TOMCAT_HOME}/webapps/jetspeed.war 4. write: maven -Dmaven.test.skip=true dist:install from {JETSPEED_HOME} 5. copy the produced jetspeed.war in {TOMCAT_HOME}/webapps 6. start tomcat.
But this takes a long time for just a simple change! Isn't there any more easy way?
I try to write "maven hotdeploy", but i get a:
BUILD FAILED
File...... /home/users/athanasi/jetspeed-1.5/maven.xml
Element... copy
Line...... 120
Column.... 87
Failed to copy /home/users/athanasi/jetspeed-1.5/target/classes/org/apache/jetsp
eed/services/security/JetspeedSecurityException.class to /webapps/jetspeed/WEB-I
NF/classes/org/apache/jetspeed/services/security/JetspeedSecurityException.class
due to /webapps/jetspeed/WEB-INF/classes/org/apache/jetspeed/services/security/
JetspeedSecurityException.class (No such file or directory)
Total time: 21 seconds
Finished at: Thu Oct 14 00:38:01 EEST 2004
Any ideas please?
Thank you in advance! Nikos.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]