You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by palun <ul...@frobozz.se> on 2008/02/22 14:02:06 UTC

ant-based example project?

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--tp15632894p15632894.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ant-based example project?

Posted by "C. Bergström" <cb...@netsyncro.com>.
On Fri, 2008-02-22 at 05:02 -0800, 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?)  
> 


If you don't know how to use ant why would you want to use it?  Ok.. if
you *really* want to use ant.. iirc

mvn ant:ant

Good luck

./C


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ant-based example project?

Posted by Ryan Gravener <ry...@gmail.com>.
http://qwicket.sf.net

On 22/02/2008, palun <ul...@frobozz.se> 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--tp15632894p15632894.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Ryan Gravener
http://ryangravener.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ant-based example project?

Posted by richardwilko <ri...@gmail.com>.
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org