2016-01-20 3 views
0

Я пытаюсь запустить «пакет HelloWorld» на W8.1, и я получаю:Grails Начало работы пакета HelloWorld

grails> package helloworld 
| Error Caught exception Could not execute build using Gradle distribution 'http 
s://services.gradle.org/distributions/gradle-2.3-bin.zip'. 
Problem with provided build arguments: [-helloworld]. 
Unknown command-line option '-h'. 
Either it is not a valid build option or it is not supported in the target Gradl 
e version. 
Not all of the Gradle command line options are supported build arguments. 
Examples of supported build arguments: '--info', '-u', '-p'. 
Examples of unsupported build options: '--daemon', '-?', '-v'. 
Please find more information in the javadoc for the BuildLauncher class. (Use -- 
stacktrace to see the full trace) 

Любая помощь будет оценена.

+0

Что именно вы пытаетесь сделать? если вы хотите сгенерировать войну, попробуйте 'grails> собрать 'также, когда вы находитесь в консоли grails с помощью вкладки, вы можете просмотреть все доступные команды. – mehmood

ответ

0

nvm, я чувствую себя идиотом. ;-)

Я следовал примеру helloworld в Getting Started, и я думал, что должен добавить действие в интерактивную консоль Grails. Мне нужно было отредактировать скрипт шаблона контроллера, созданный на предыдущем шаге. Мой плохой, извините.

Спасибо всем.