Wicket without Maven

2007-12-26 Thread MDee
Is it possible to use Wicket with Eclipse without Maven? -- View this message in context: http://www.nabble.com/Wicket-without-Maven-tp14502161p14502161.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket without Maven

2007-12-26 Thread Sergey Podatelev
On Dec 26, 2007 4:20 PM, MDee [EMAIL PROTECTED] wrote: Is it possible to use Wicket with Eclipse without Maven? Believe it or not, it's even possible to use Wicket without Eclipse. All you need are certain libraries, proper configuration and a build script. At least it was pretty easy for me

Re: Wicket without Maven

2007-12-26 Thread Martijn Dashorst
On Dec 26, 2007 2:33 PM, Sergey Podatelev [EMAIL PROTECTED] wrote: On Dec 26, 2007 4:20 PM, MDee [EMAIL PROTECTED] wrote: Is it possible to use Wicket with Eclipse without Maven? Yes. download the distribution and you have the wicket libraries. The included README lists the dependencies.