Re: [Wicket-user] Problem with source version of wicket-examples-1.0

2005-07-02 Thread Simon Chappell
Well, I finally got around to trying this and building the war file with maven made no difference. It did successfully download the jetty libraries to run the unit tests but I still had the error when using the war file in Tomcat. So, I followed your second suggestion and commented out the main me

Re: [Wicket-user] Problem with source version of wicket-examples-1.0

2005-06-28 Thread Simon Chappell
Thank you I'll try that. I think that I did previously build it with maven, so I may end up having to hack the main() method. I'll report back on which approach worked. Simon On 6/28/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > Hmm, just found out that WicketExampleApplication.java contain

Re: [Wicket-user] Problem with source version of wicket-examples-1.0

2005-06-28 Thread Juergen Donnerstag
Hmm, just found out that WicketExampleApplication.java contains a main() which starts up jetty. I think you have two options: a) disable main() and b) use maven to build the examples. Maven will automatically download the required jetty jars. Please note that maven is our preferred means of buildin

[Wicket-user] Problem with source version of wicket-examples-1.0

2005-06-25 Thread Simon Chappell
I'm having problems with the source code version of wicket-examples-1.0. I successfully used the binary version in Tomcat 5.0.28 on my Mac running OS X 10.3.9 with java 1.4.2. I then downloaded and untared the source version. I built it using "maven war" and the build seemed successful. When I put