-
3 Dec 2012 4:04 PM #1
[BUG CMD250] Touch generate creates directories in the sdk dir instead of app
[BUG CMD250] Touch generate creates directories in the sdk dir instead of app
With the latest CMD tools I noticed the generate command for touch no longer working because by script does not have write access to my SDK folder.
I found this in Cmd/3.0.0.250/plugins/touch/current/plugin.xml, starting on line 88:
This seems like a mistake, shouldn't it be creating those under ${args.path} rather than ${framework.dir}?Code:<mkdir dir="${args.path}/app"/> <mkdir dir="${args.path}/app/model"/> <mkdir dir="${args.path}/app/view"/> <mkdir dir="${args.path}/app/controller"/> <mkdir dir="${args.path}/app/store"/> <mkdir dir="${args.path}/app/profile"/> <mkdir dir="${framework.dir}/resources"/> <mkdir dir="${framework.dir}/resources/css"/> <mkdir dir="${framework.dir}/resources/images"/> <mkdir dir="${framework.dir}/resources/icons"/> <mkdir dir="${framework.dir}/resources/sass"/>
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote