Tearz (tearz) Translations

4.9 232 reviews
ID Verified
Over 10 years ago Female
Japan
English (Native) Japanese French Spanish(Latin America)
Science Medical Law Culture IT technology
84 hours / week
Contact Freelancer
A listing of the public translations that were written by this user. This listing does not include the requests that have yet to be completed.
tearz English → Japanese ★☆☆☆☆ 1.0
Original Text

Gradle is a project automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language instead of the more traditional XML form of declaring the project configuration.
Unlike Apache Maven, which defines lifecycles, and Apache Ant, where targets are invoked based upon a depends-on partial ordering, Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run.
Gradle was designed for multi-project builds which can grow to be quite large, and supports incremental builds by intelligently determining which parts of the build tree are up-to-date, so that any task dependent upon those parts will not need to be re-executed.

Translation

GradleはApache AntとApache Mavenの概念上につくられたオートメーションツールで、多くの伝統的なXML形式のプロジェクト構築を宣言するものに変るGroovyベースのドメインに特化した言語を紹介している。
ライフサイクルを定義するApache Mavenや、部分的な注文に依存することを基盤にターゲットが切願されるApache Antとは異なり、Gradleはどのタスクを行うか出来るかその順番を決定するために指定されたアクリル製のグラフ(DAG)を使用する。Gradleはかなり大掛かりになる可能性がある汎用プロジェクト構築のために設計され、どの部分のビルドツリーが最新のものであるかを人工知能的に決定することにより追加のビルドをサポートするので、それらのパーツに依存するタスクは全て再度実行不要である。