Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: Is there a way to just precompile the jsps to know if they'll be working / to redeploy them on tomcat server, without restarting the server? Yes, with "mvn jspc:compile". :-( This says: Embedded error: The -uriroot option must specify a pre-existing directory I've re

Re: jspc precompile

2008-03-04 Thread Dooing
>Is there a way to just > precompile the jsps to know if they'll be working / to redeploy them on tomcat > server, without restarting the server? > Yes, with "mvn jspc:compile". :-( This says: Embedded error: The -uriroot option must specify a pre-existing directory I've read somewhere I had to

Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: YES! Now it works! Thanks! Glad to hear it :) Last but not least - is there a way to run the jspc goal standalone? When working on a certain jsp, without changing any backend java classes, creating the entire war seems to be a bit of a pain. Is there a way to just

Re: jspc precompile

2008-03-04 Thread Dooing
YES! Now it works! Thanks! And this great "help" goal also helped me in getting the jetty jspc goal tu run. THANKS! Last but not least - is there a way to run the jspc goal standalone? When working on a certain jsp, without changing any backend java classes, creating the entire war seems to be

Re: jspc precompile

2008-03-04 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: There must be some option to alter the default path, right?? You saw the text in jspc maven plugin doc: ${basedir}/target/jspweb.xml ... There you can set the path Nope, I don't think that's it. There you can only define were the jspweb.xml should be p

Re: jspc precompile

2008-03-03 Thread Dooing
Ok, now I wrote a complete new mail, hope this one's what you wanted me to do (or should I have left this topic for now...?!) > Ok, one questions: is the war assembled correctly (including web.xml)? Well I think so - building a war works, and when I deploy this war into my tomcat server, the ap