Re: mvn jetty:run problem with classloader

2007-04-26 Thread Pete
Hi Steve, Apologies only just saw your post. The above link does have some suggested remedys, however in the end we changed our project to just be a single WAR packaging project, with no subprojects for server side classes. I was a little reluctant to do this at first but it is working very well

Re: mvn jetty:run problem with classloader

2007-04-12 Thread Steve Wells
Hi Pete, Just having the same problem myself, did you manage to solve this? Thanks, Steve On 20/02/07, Pete <[EMAIL PROTECTED]> wrote: I'm answering myself, but I guess the problem could be the same as :- http://docs.codehaus.org/display/JETTY/ZIP+exception+reading+jar+or+war+files On 16/

Re: mvn jetty:run problem with classloader

2007-02-20 Thread Pete
I'm answering myself, but I guess the problem could be the same as :- http://docs.codehaus.org/display/JETTY/ZIP+exception+reading+jar+or+war+files On 16/02/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > There doesn't seem to be any support forums for Jetty either. I see jetty-discuss and jetty-su

Re: mvn jetty:run problem with classloader

2007-02-16 Thread Wayne Fay
There doesn't seem to be any support forums for Jetty either. I see jetty-discuss and jetty-support mailing lists, and both are quite active. http://sourceforge.net/mail/?group_id=7322 Or if you prefer Nabble: http://www.nabble.com/Jetty-Support-f61.html http://www.nabble.com/Jetty-Discuss-f60.

mvn jetty:run problem with classloader

2007-02-16 Thread Pete
Anyone help ? -- Forwarded message -- From: Pete <[EMAIL PROTECTED]> Date: 15-Feb-2007 14:11 Subject: mvn jetty:run problem with classloader To: Maven Users List I'm using 'mvn jetty:run', and trying to get it to work with rapid application development

mvn jetty:run problem with classloader

2007-02-15 Thread Pete
I'm using 'mvn jetty:run', and trying to get it to work with rapid application development where the application has the following structure :- myproject-core (jar) myproject-weblib (jar) myproject-web (war) - mvn jetty:run from here Jetty starts ok, and the application works fine at firs