Grails 2.3.5 generate-all doesn't exist but it's in the documentation -


Should this work or it has been removed?

The commands given here are unsuccessful:

  grails create-app my_new_app cd my_new_app grails generated - all my_new_app.book  

Result

  script 'Generated All' not found, do you mean: .5 1) Create filter 2) Create Controller 3) CreateIntegrationTest 4) Install Template 5) CreateApp_ & gt; Please select or leave the quote to leave:  

This document is according to

  grails -version Grails Version: 2.3.5  

You need to run

  grails compile  

First generated-all , because the scaffolding is now in a plug-in


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -