>>> Well, what is the task project-quick-start, a script or a utility for Ant ?
>> Ah it is part of the Click build.xml script. If you download and unzip
>> the Click distribution you will find the build file under
>> <click-dir>/build/build.xml
>> Before running 'ant project-quick-start' you will also need to execute
>> 'ant get-deps' which downloads all dependencies you need. I think this
>> is missing from the docs.
> I'm sry, but I dont get the ant 'project quick start' running. Is there no
> "tutorial for dummies" available.
There's plenty of documentation. As a matter of fact, Click has the one of the
biggest free documentation among webframework projects:
http://incubator.apache.org/click/
> I whenever I try to run the build.xml I get "BUILD
> FAILED...WebContent\build.xml:38: taskdef class
> dev.LineTrimTask cannot be found". How can I execute "ant get-deps", is it a
> task of the build.xml?
> I would appreciate it if you could help me.
The simplest way is to read from the above link the "developer guide" menu item
(with it's chapters).
You'll find there how to:
1. checkout the sources
2. build click yourself (the quick-start is in the same build.xml file)
3. read from the "Quick Start" menu item how to do the rest.
Joseph.
--
View this message in context:
http://n2.nabble.com/how-to--run-the-quick-start-application-builder-tp1137087p2628794.html
Sent from the click-user mailing list archive at Nabble.com.