Author: ekoneil
Date: Tue Aug 23 15:55:21 2005
New Revision: 239477
URL: http://svn.apache.org/viewcvs?rev=239477&view=rev
Log:
Changes to setup.xml that:
- adds real directory names (UNIX style) to setup.xml
- removes instructions on using tar :)
BB: self
DRT: build.release pass
Modified:
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
Modified:
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
URL:
http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml?rev=239477&r1=239476&r2=239477&view=diff
==============================================================================
---
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
(original)
+++
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
Tue Aug 23 15:55:21 2005
@@ -3,16 +3,13 @@
"http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Beehive Installation and Setup</title>
+ <title>Installation</title>
</header>
<body>
<p>
- This topic explains how to install a Beehive distribution on your
machine. Once you have completed the basic
- setup steps, your environment will be setup for building Beehive
applications. If you plan on running the
- Beehive tutorials, follow the tutorial specific steps <a
href="site:tutorial_setup">here</a>.
+ This document explains how to install a Beehive distribution on
your machine. Once you have completed the basic
+ setup steps, your environment will be setup for building Beehive
applications.
</p>
- <section id="basic">
- <title>Basic Installation</title>
<p>(1) The following software is required for developing Beehive
applications:</p>
<ul>
<li>Beehive Binary Distribution -- download from <a
class="fork"
href="site:beehive-release/current">http://cvs.apache.org/dist/incubator/beehive/v1.0m1</a></li>
@@ -24,35 +21,19 @@
<li><code>ANT_HOME</code></li>
<li><code>JAVA_HOME</code></li>
</ul>
- <p>Typical values for these variables would be as follows.</p>
+ <p>Example values for these variables could be:</p>
<source>
-ANT_HOME = /apache/apache-ant-1.6.2
-JAVA_HOME = /jdk1.5.0
+ANT_HOME = /home/foo/java/apache-ant-1.6.2
+JAVA_HOME = /home/foo/java/jdk1.5.0_04
</source>
<p>(3) Ensure that <code>$JAVA_HOME/bin</code> and
<code>$ANT_HOME/bin</code> are on your <code>$PATH</code>.</p>
- </section>
- <section>
- <title>What Now?</title>
- <p>You are now ready to begin developing Beehive applications!
Follow the tutorial and samples links <a href="site:sam_index">here</a> to get
started.</p>
- </section>
- <section>
- <title>Troubleshooting</title>
<p>
- <strong>I Can't Decompress the
<code>.tar.gz</code>File</strong>
+ You are now ready to begin developing Beehive applications!
+ If you plan on running the Beehive tutorials, follow the
tutorial specific steps <a href="site:tutorial_setup">here</a>.
</p>
<p>
- Note: The <code>.tar.gz</code> distribution files are created
using Ant's <code><tar></code> task (<a class="fork"
-
href="http://ant.apache.org/manual/CoreTasks/tar.html">http://ant.apache.org/manual/CoreTasks/tar.html</a>).
- This generates <code>.tar</code> files that can only be
decompressed using a compatible <code>tar</code> utility.</p>
- <p>
- Known compatible utilities include:
+ Information on tutorials and samples is <a
href="site:sam_index">here</a>.
</p>
- <ul>
- <li>GNU tar (<a class="fork"
href="http://www.gnu.org/software/tar/manual/html_mono/tar.html">http://www.gnu.org/software/tar/manual/html_mono/tar.html</a>)</li>
- <li>WinZip</li>
- <li>The <a href="site:ant16">Ant</a> <a
href="site:ant16/unzip"><code><untar></code></a> task</li>
- </ul>
- </section>
</body>
<footer>
<legal>