Hi all,
To the point, i have been used Click 2.1.0 RC1 for my previous webapp
project that was iniated using ant project-quick-start successfully. Since
Click now is the best web MVC framework (in my opinion :D), so when the
version 2.1.0 is released, i try to build the new project using its project
quick start feature, but unfortunately i got this error as the build is
failed :
D:\MiddleWare\click-2.1.0\build>ant project-quick-start
Buildfile: build.xml
project-quick-start:
[input] Please enter the project name (e.g. quickstart): [quickstart]
member-area
[input] Please enter the root package name (e.g. com.member-area):
[com.member-area]
com.gng.member.area
[input] Please enter the web app context path: [member-area]
member
[input] The directory 'D:\MiddleWare/member-area' will be deleted.
Continue (y/n)? (y, n)
y
BUILD FAILED
D:\MiddleWare\click-2.1.0\build\build.xml:950: Problem: failed to create
task or type package
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
I already run the ant get-deps before, so does anyone have the solution for
this? Thanks for all, it's been great using this framework.
Regards,
Kristian Widjaja.
--
View this message in context:
http://n2.nabble.com/Click-2-1-0-Failed-to-run-build-xml-for-target-project-quick-start-tp4610188p4610188.html
Sent from the click-user mailing list archive at Nabble.com.