adammurdoch 2003/02/14 15:47:50
Modified: vfs/xdocs download.xml
Log:
- Reorganised build and download page.
- Point downloads at nightly build, rather than gump.
Revision Changes Path
1.4 +47 -44 jakarta-commons-sandbox/vfs/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/download.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- download.xml 21 Jan 2003 02:46:13 -0000 1.3
+++ download.xml 14 Feb 2003 23:47:50 -0000 1.4
@@ -6,77 +6,80 @@
</properties>
<body>
- <section name="Building VFS">
- <p>
- Firstly, you will need to check the VFS source out of CVS, as
- described on the
- <a href="cvs-usage.html">Source Repository</a> page.
- </p>
- <p>
- To build VFS, you can use either
- <a href="http://ant.apache.org">Ant</a> or
- <a href="http://jakarta.apache.org/turbine/maven">Maven</a>.
- </p>
- <p>
- To build using Ant, you will need Ant 1.5 or later. Use the
- <code>build.xml</code> file in the root source directory.
- The default target downloads the dependencies used to build
- VFS, and then builds the VFS jar file into the <code>target</code>
- directory.
- </p>
- <p>
- To build using Maven, you will need to use Maven beta 7 or later.
- Use the <code>jar</code> goal to download the dependencies,
- and build the VFS jar. Maven builds the jar file into the
- <code>target</code> directory.
- </p>
- </section>
<section name="Download">
<p>
- Nightly builds of VFS are performed as part of the
- <a href="http://jakarta.apache.org/gump">gump</a>
- nightly builds.
- You can download the VFS jar from the
- <a href="http://gump.covalent.net/jars/latest/commons-vfs/">latest
build</a>.
- </p>
- <p>
- Note that sometimes the gump VFS build does not get run for some
- reason. If that is the case, you can download the VFS jar
- from one of the
- <a href="http://gump.covalent.net/jars/">archived builds</a>.
+ Nightly builds of Commons VFS can be found
+ <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">here</a>.
</p>
<p>
- You will also need to download the jars used by VFS.
- These are listed below:
+ You will also need to download the jars used by VFS. These are
+ listed below:
</p>
<table>
<tr>
- <th>Dependency</th><th>Required For</th>
+ <th>Dependency</th>
+ <th>Required For</th>
</tr>
<tr>
<td>
- Jakarta <a
href="http://jakarta.apache.org/commons/logging.html">Commons Logging</a>
+ Jakarta
+ <a
href="http://jakarta.apache.org/commons/logging.html">Commons Logging</a>
Version 1.0 or later.
</td>
<td>All</td>
</tr>
<tr>
<td>
- <a href="http://jcifs.samba.org/">jCIFS</a> Version 0.7.0
b5 or later.
+ Jakarta
+ <a
href="http://jakarta.apache.org/commons/net/index.html">Commons Net</a>.
</td>
<td>
- CIFS file system.
+ FTP file system.
</td>
</tr>
<tr>
<td>
- Jakarta <a
href="http://jakarta.apache.org/commons/sandbox/net/index.html">Commons Net</a>.
+ <a href="http://jcifs.samba.org/">jCIFS</a> Version 0.7.0
b5 or later.
</td>
<td>
- FTP file system.
+ CIFS file system.
</td>
</tr>
</table>
+ </section>
+ <section name="Building Commons VFS">
+ <p>
+ To obtain the Commons VFS source, you can either:
+ </p>
+ <ul>
+ <li>
+ Check the source out of CVS, as described on the
+ <a href="cvs-usage.html">Source Repository</a> page.
+ </li>
+ <li>
+ Download a nightly source snapshot from
+ <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">here</a>.
+ </li>
+ </ul>
+ <p>
+ To build Commons VFS, you can either:
+ </p>
+ <ul>
+ <li>
+ Use <a href="http://ant.apache.org">Ant</a> 1.5 or later.
+ Use the <code>build.xml</code> file in the root source
+ directory. The default target downloads the dependencies
+ used to build Commons VFS, and then builds the jar file
+ into the <code>target</code> directory.
+ </li>
+ <li>
+ Use
+ <a href="http://jakarta.apache.org/turbine/maven">Maven</a>
+ beta 8 or later. Use the <code>jar</code> goal to download
+ the dependencies, and build the VFS jar. Maven builds the
+ jar file into the <code>target</code> directory.
+ </li>
+ </ul>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]