<?xml version="1.0" encoding="Shift_JIS" ?>
<document url="./acquiring.xml">

<!--
// ======================================================================== 78
-->

<properties>
    <title>Acquiring - The Apache Struts Web Application Framework</title>
    <author>Craig R. McClanahan</author>
    <author>Ted Husted</author>
    <author>Martin Cooper</author>
    <author>James Holmes</author>
    <translator>芦沢 嘉典</translator>
    <editor></editor>
    <update>2003/12/12</update>
    <status>firstdraft</status>
    <memo>Struts1.1付属ドキュメントではなく、CVSより最新(1.15)を取得し翻訳</memo>
</properties>

<body>

    <primary> 
    <section name="Acquiring Struts" href="Acquiring">
	</section>
    </primary> 
    <section name="Strutsの入手" href="Acquiring">
 
    <primary> 
    <p>
    The latest <em>production release</em> of Struts is
    available in a convenient binary distribution and also with complete
    source code. 
    </p>
    </primary> 

    <p>
    Strutsの最新の<em>プロダクションリリース</em> は、利用しやすいバイナリディストリビューションの形態で、完全なソースコードも一緒に手に入れることができます。
    </p>

    	<primary> 
        <p>
            Apache downloads are now mirrored.
            When you follow either the Binary or Source link,
            please select your preferred mirror and then click on the link
            to the <strong>Struts</strong> download.
        </p>
    	</primary> 
    
        <p>
            現在Apacheのダウンロードサイトはミラーされています。
            バイナリディストリビューションまたはソースディストリビューションのリンクをたどる場合は、
            お好きなミラーサイトを選択してから、<strong>Struts</strong>のダウンロードのリンクをクリックしてください。
        </p>

    <ul>
        
    <primary> 
    <li>
        <a href="http://jakarta.apache.org/site/binindex.cgi">
        <strong>Struts Binary Distribution - Latest stable release</strong></a>
    </li>

    <li>
        <a href="http://jakarta.apache.org/site/sourceindex.cgi">
        <strong>Struts Source Code Distribution - Latest stable release</strong></a>
    </li>
    </primary> 

    <li>
        <a href="http://jakarta.apache.org/site/binindex.cgi">
        <strong>Struts バイナリディストリビューション - 最新の安定リリース</strong></a>
    </li>

    <li>
        <a href="http://jakarta.apache.org/site/sourceindex.cgi">
        <strong>Struts ソースディストリビューション - 最新の安定リリース</strong></a>
    </li>
    
    </ul>

    <primary> 
    <p>
    <strong>In addition to a Struts distribution,</strong> you will need to ensure that you have
    downloaded and installed all of the
    <a href="userGuide/installation.html#Prerequisites">
    prerequisite</a> software applications. 
    Then, follow the appropriate instructions to
    <a href="userGuide/installation.html#Installing">
    install and use a Struts binary distribution</a> in your web application 
    or for
    <a href="userGuide/installation.html#Building">
    building Struts from the source distribution</a>.
    </p>
    </primary> 

    <p>
    <strong>Strutsディストリビューションに加え</strong> 
    <a href="userGuide/installation.html#Prerequisites">
    前提となるソフトウェア</a> を確実にダウンロードしインストールする必要があります。 
    そして、適当な<a href="userGuide/installation.html#Installing">インストール手順</a>に従い、バイナリディストリビューションを利用したり、あるいは
    <a href="userGuide/installation.html#Building">
    ソースディストリビューションからStrutsをビルド</a>してください。
    </p>
    
</section>

<section name="Nightly Builds" href="Builds">

    <primary> 
    <p>
    For developers who are helping to develop Struts, or who just want "the 
    latest bits", the latest development version is made available each morning. 
    Use at your own risk!
    </p>
    </primary> 

    <p>
    Strutsの開発に協力を行いたい、または最新の状況を知りたい、という方には毎朝更新される最新開発バージョンが用意されています。
    自己責任でご利用下さい。
    </p>

    <ul>
        
    <primary> 
    <li>
        Nightly builds - Download the source directly via
        <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
        Anonymous CVS</a>.
    </li>
    
    <li>
        Nightly builds - Download the binary distributions from the
       <a href="http://cvs.apache.org/builds/jakarta-struts/nightly">
        Struts nightly builds directory</a>.
    </li>
    
    <li>
        Nightly builds - Download the source distributions from the
        <a href="http://cvs.apache.org/builds/jakarta-struts/nightly/src">
        Struts nightly build source directory</a>.
    </li>
    </primary> 

    <li>
        ナイトリビルド - 
        <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
        Anonymous CVS</a> より直接ソースをダウンロードする
    </li>
    
    <li>
        ナイトリビルド - 
       <a href="http://cvs.apache.org/builds/jakarta-struts/nightly">
        Strutsナイトリビルドディレクトリ</a>よりバイナリディストリビューションをダウンロードする
    </li>
    
    <li>
        ナイトリビルド - 
        <a href="http://cvs.apache.org/builds/jakarta-struts/nightly/src">
        Strutsナイトリビルドソースディレクトリ</a>よりソースディストリビューションをダウンロードする
    </li>


    
    </ul>
    
    <primary> 
    <p>
        If you are building Struts from source, be sure to refer to the
        <a href="userGuide/installation.html">Installation page</a> in the
        User Guide for prerequesites .
        There are several JARs from the Jakarta Commons project that
        are required to build Struts.
    </p>
    </primary> 

    <p>
        ソースからStrutsをビルドする場合は、ユーザガイドの
        <a href="userGuide/installation.html">インストールページ</a> をよく読んで前提条件を確認してください。
        Strutsをビルドするためには、Jakarta CommonsプロジェクトのJARファイルがいくつか必要になります。
    </p>
    
    <primary> 
    <p>
    If you are interested in the Tag Library Descriptor (TLD) files, 
    they are maintained in the 
    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/">
    /conf/share</a> folder of he main repository. 
    </p>
    </primary> 

    <p>
    タグライブラリ記述子(TDL)ファイルについて知りたい場合は、メインリポジトリの 
    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/">
    /conf/share</a> フォルダを参照してください。
    </p>
    
    <primary> 
    <p>
    Also be sure to check the
    <a href="userGuide/release-notes.html">
    Release Notes</a> for the nightly builds so you know what you are getting!
    </p>
    </primary> 

    <p>
    また、ナイトリビルドの状況を知るために、ナイトリビルドの
    <a href="userGuide/release-notes.html">
    リリースノート</a> をよく確認してください。
    </p>

    <primary> 
    <p>
    Access to the CVS source repository for Struts is available through both
    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">web browser</a> 
    and
    <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
    CVS client</a> interfaces.
    </p>
    </primary> 

    <p>
    StrutsのCVSリポジトリへのアクセスは、
    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">Webブラウザ</a> 
    や
    <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
    CVSクライアント</a> を介して行うことが出来ます。
    </p>

</section>

<section>
    <primary> 
    <p class="right">
    Next: <a href="using.html">Using Struts</a>
    </p>
    </primary> 

    <p class="right">
    次: <a href="using.html">Strutsの利用</a>
    </p>

</section>

</body>
</document>
