Grails builder always append "-non-interactive" to commands

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When running command grails schema-export file_name Bamboo creates a file with name "-non-interactive".

This can also happen with other commands that would not behave well having -non-interactive appended to their end.

原因

If not provided at the Grails commands, Bamboo will always append "-non-interactive" to the end of commands, without distinguishing if the command can receive this option at the end of the line.

ソリューション

Before appending the option to commands, Bamboo checks if it was already provided. If so it does not append it. Therefore, the workaround would be to provide option "-non-interactive" with the Grails commands at the correct position. Example:

grails schema-export -non-interactive file_name

Improvement Request BAM-8020 tracks the implementation of an UI setting to make the "-non-interactive" command optional.

最終更新日 2013 年 6 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.