Sure, there is nothing special about Ant and wicket is very easy to
set up and the dependencies needed are kind of explained somewhere.
But I keep seing requests for information from newbies (such as
myself) answered with maven command lines or "look at the source".
Perhaps there is need for a FAQ linked from the wicket home page. Yes
I have seen the FAQ buried in the wiki but:
"What is the meaning of life, the universe and everything?" isn't all
that helpful.


On 9/8/07, Al Maw <[EMAIL PROTECTED]> wrote:
> chickabee wrote:
> > Thanks for the great idea.
>
> Note that this is displayed fairly prominently on the web site at
> http://wicket.apache.org under "QuickStart".
>
> > It believe it will be good to put a few of the  examples application in
> > their own folders and war files so that they can be studied independently
> > without the clutter of 20 projects.
>
> We used to have this, however, grouping all the examples into one
> project has several big advantages:
>
>   - Getting all the examples running in your IDE is much easier.
>   - We don't have ten extra projects to manage the build files for.
>   - We can easily link to all the examples from a single page.
>
> > Another thing I notice is that maven is  the default build tool used for
> > wicket, I guess it will be good to provide the ant build.xml, just in case
> > someone does not want full maven features.
>
> I think we need to write a page on this on the web site that we can send
> people to. ;-)
>
> An Ant build for Wicket isn't special. If you don't know how to use Ant,
> it's not our job to show you. There are no magic custom Ant tasks we
> provide, or JSP pre-compilation steps, or anything like that. All you
> need is to compile your app with the necessary dependencies, just like
> any other Java app. You'll also need your web.xml, etc. just like any
> other Java web app. Nothing special here.
>
> Regards,
>
> Al
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to