<?xml version="1.0" encoding="Shift_JIS"?>

<!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">

<document>
  <header>
    <title>Ant Howto</title>
    <authors>
      <person name="Vincent Massol" email="vmassol@apache.org"/>
    </authors>
    <translators><person name="漆島賢二"/></translators>
  </header>

  <body>

  <s1 title="Antとの統合/Ant integration">

    <p>
      This tutorial has several trails :
    </p>
    <p>
      このチュートリアルには幾つかの道筋があります :
    </p>
    <ul>
      <li>
        <link href="howto_ant_cactus.html">Using Cactus with Ant</link> :
        Explain how to integrate Cactus tests in your own Ant build process,
      </li>
      <li>
        <link href="howto_ant_cactus.html">Ant から Cactus を使う方法</link> :
        自分の Ant のビルド手続きにおいて、Cactus のテストをどのように組み入れるかについて説明します。
      </li>
      <li>
        <link href="howto_ant_install.html">Ant installation</link> :
        Explains how to install Ant to run the samples provided in the Cactus
        distribution or to build Cactus from the sources,
      </li>
      <li>
        <link href="howto_ant_install.html">Ant のインストール</link> :
        Cactus のディストリビューションの中にあるサンプルが動くよう Ant をインストールする方法や、ソースから Cactus をビルドする方法について説明します。
      </li>
      <li>
        <link href="howto_ant_primer.html">Ant Primer</link> :
        Provides an Ant primer that explains how to best organize a project
        around an Ant build process (directory structure, Ant targets, ...).
        At the same time it described the principles that have been followed
        for Cactus's own build process.
      </li>
      <li>
        <link href="howto_ant_primer.html">Ant 入門</link> :
        Ant ビルド手続きにより、どのようにうまくプロジェクトをまとめるかについて説明する Ant の入門書を提供します。
        (ディレクトリ構造、Ant のターゲット、など)
        同時に、Cactus 自体のビルド手続きについて触れている基本的な知識についても述べられています。
      </li>
    </ul>

  </s1>

  </body>
</document>
