grails 3.0.0 I can not create an application -


i downloaded grails 3.0.0 (hoping see problems cas magically disappearing ;) )
installed under windows , then:

d:\grailsprojects> grails -version | grails version: 3.0.0 | groovy version: 2.4.3 | jvm version: 1.7.0_51 

and then:

d:\intellijprojects>grails create-app helloworld | error command not found create-app did mean: create-script or create-taglib or create-unit-test? 

also clean , compile don't work

what missing?

ok trivial (and rather stupid). in "project directory" among other projects there directory called grails-app, leftover of porting. caused create-app fail. removed directory works fine.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -