第5章 トラブルシューティング

This chapter is currently a work in progress.

この章は現在執筆途中です。

When using Gradle (or any software package), you can run into problems. You may not understand how to use a particular feature, or you may encounter a defect. Or, you may have a general question about Gradle.

Gradleを使っていると(他のソフトウェアでも同じですが)、問題に突き当たる可能性が常にあります。 ある機能をどうやって使えばいいのか分からなかったり、バグに遭遇したりといった場合もありますし、FAQに頭を抱えているかもしれません。

This chapter gives some advice for troubleshooting problems and explains how to get help with your problems.

この章ではトラブルシューティングのためのアドバイスや、突き当たった問題に対して手助けを求める方法について記載します。

5.1. トラブルに対処する Working through problems

If you are encountering problems, one of the first things to try is using the very latest release of Gradle. New versions of Gradle are released frequently with bug fixes and new features. The problem you are having may have been fixed in a new release.

何かトラブルが起こったとき、まず試すことができるのは、最新版のGradleを使ってみることです。Gradleの新バージョンはバグフィックスや新機能追加のため頻繁にリリースされています。その問題は、新しいバージョンでは修正されているかもしれません。

If you are using the Gradle Daemon, try temporarily disabling the daemon (you can pass the command line switch --no-daemon). More information about troubleshooting the daemon process is located in 19章Gradleデーモン .

Gradleデーモンを使っているなら、一時的にデーモンを停止してみてください(--no--daemonオプションをつけて実行)。 デーモン使用時のトラブルシューティングについて、詳しくは19章Gradleデーモン を参照してください。

5.2. ヘルプを求めるには Getting help

The place to go for help with Gradle is http://forums.gradle.org. The Gradle Forums is the place where you can report problems and ask questions of the Gradle developers and other community members.

Gradleに関して手助けを求めたいときは、http://forums.gradle.orgに行ってみましょう。 Gradleフォーラムでは、Gradleのデベロッパーやコミュニティメンバーに問題を報告したり、質問したりすることができます。

If something's not working for you, posting a question or problem report to the forums is the fastest way to get help. It's also the place to post improvement suggestions or new ideas. The development team frequently posts news items and announces releases via the forum, making it a great way to stay up to date with the latest Gradle developments.

何か問題が発生したら、フォーラムに質問や報告を投げるのが最も早く手助けを得られる方法です。 フォーラムでは、改善のための提案や新しいアイデアを投稿することもできます。 また、Gradleの開発チームが頻繁にニュースやリリースのアナウンスを投稿していますので、Gradle開発の最前線に触れるという意味でもフォーラムはとても便利です。