From the folder '<click-distribution>/build' just type:
ant get-deps
and then
ant project-quick-start
Hope this helps.
bob
mymy wrote:
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