In Click's distribution you will find the build.xml in the 'build' 
folder. If you run 'ant get-deps' and 'ant project-quick-start' from 
the 'build' folder everything should work.

 From your error above it seems that you moved Click's build.xml to 
your own application?

regards

bob



I can run the build.xml. My Problem is that I don't know how I can run the task 
'ant get-deps' and 'ant project-quick-start'. 

When I run build.xml i get the following output.

Buildfile: E:\Programme\WSVacationProject\Test\build\build.xml
  [taskdef] Could not load definitions from resource checkstyletask.properties. 
It could not be found.
help:
     [echo] Click 2.0.1 web application framework
     [echo] ===================================
     [echo] 
     [echo] Main targets:
     [echo] 
     [echo]     build-all             build framework, extras, mock, examples
     [echo]     build-distribution    build distribution ZIP file
     [echo]     build-examples        build click-examples WAR file
     [echo]     build-extras          build click-extras JAR file
     [echo]     build-mock            build click-mock JAR file
     [echo]     build-framework       build click framework JAR file
     [echo]     build-maven-bundles   build Maven repository upload bundles
     [echo]     build-sources         build source ZIP files for use with IDEs
     [echo]   test-all              run all unit tests
     [echo]     checkstyle            run checkstyle report on Java source
     [echo]     deploy-examples       copy click-examples WAR file to app server
     [echo]     get-deps              download JAR dependencies
     [echo]     get-deps-proxy        download JAR dependencies via proxy
     [echo]     help                  display the Help message
     [echo]     javadoc               create Javadoc HTML files
     [echo]   project-quick-start   build application template
     [echo] 
     [echo] Environment:
     [echo] 
     [echo]     java.home = C:\Programme\Java\jre6
     [echo]     ant.home  = 
E:\Programme\eclipse\plugins\org.apache.ant_1.7.0.v200803061910
     [echo] 
     [echo] Please ensure you have configured build.properties
BUILD SUCCESSFUL
Total time: 375 milliseconds


-- 
View this message in context: 
http://n2.nabble.com/how-to--run-the-quick-start-application-builder-tp1137087p2629428.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to