Hi, We dont use maven for wicket, and use ant, instead. However we are using an very uncommon app server so our project layout wouldn't really help you.
I don't see why it should be a problem to use ant tho, just make sure you have the required wicket jars available and compile as normal, im pretty sure you could make it output a war file for you to deploy to your app server too, but i dont know much about ant. Having said that I found that using maven is an easy way to get up and running, this webcast might help you: http://herebebeasties.com/2007-10-07/wicket-quickstart/ richard palun wrote: > > Hi all, > > I just downloaded Wicket 1.3.1 and now I want to use Ant for building my > app and deploying it to Tomcat. I thought it would be easy to find a good > example of an Ant-based project. But no. Everything seems to be all > Maven... > > My question is: Is there a good example of an ant-based wicket project for > wicket-newbies? (If someone has such a project lying around, would you > consider making it available?) > > Many thanks! > /ulf > > PS. I love Wicket, it's excellent! But I am afraid many potential users > are probably lost simply due to its tight connection to Maven, and that is > a shame... The point is: Wicket is so easy to use that it is "within > reach" also for less experienced programmers. -- Why ruin that with Maven? > (Just look at all the threads about Maven-related problems. We should be > talking Wicket here, not Maven. (Ohh, I know I'm in deep now...)) > > > -- View this message in context: http://www.nabble.com/ant-based-example-project--tp15632894p15633221.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
