conor 2003/01/09 01:44:21
Modified: site/xdocs usage.xml
site/xdocs/stylesheets project.xml
Log:
Remove JDK1.4 link since everything is build with JDK 1.4 now
Update usage to add more info about installing packaged and mention
that JDK 1.4 deps are now marked as optional
Revision Changes Path
1.5 +23 -8 jakarta-gump/site/xdocs/usage.xml
Index: usage.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/site/xdocs/usage.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -u -r1.4 -r1.5
--- usage.xml 3 Jan 2003 16:50:20 -0000 1.4
+++ usage.xml 9 Jan 2003 09:44:21 -0000 1.5
@@ -20,11 +20,6 @@
description of the data definitions used by Gump, starting with
the <a href="overview.html">overview</a>.</p>
- <p>It also would be useful to gather up a list of installed packages
- that you will be referencing in your build. A list of some of the
- packages you might want can be found
- <a href="http://jakarta.apache.org/builds/gump/latest/packages.html">
- here</a>.</p>
</subsection>
<subsection name="Getting the source to Gump">
@@ -57,6 +52,26 @@
good job of merging changes.</p>
</subsection>
+ <subsection name="Installing Packages">
+ <p>Packages for which source is not easily accessible are not built by Gump.
+ Where such packages are required prerequisites for building other projects,
Gump
+ allows binary versions of the package to be installed to satisfy the
prerequisites.
+ Your workspace definition specifies where installed packages are to be found.
+ </p>
+
+ <p>A list of some of the packages you might want to install can be found
+ <a href="http://jakarta.apache.org/builds/gump/latest/packages.html">
+ here</a>.</p>
+
+ <p><b>JDK 1.4</b> includes both <code>jaxp</code> and <code>jsse</code>
+ which were previously available as separately installable packaged.
+ The dependencies on these packages are now marked as optional. If you are
+ using a JDK prior to 1.4, the packages must be installed. For JDK 1.4 and
+ later the packages need not be installed and the version provided with the
+ JDK will be utilised.
+ </p>
+ </subsection>
+
<subsection name="Generation">
<p>For Unix and cygwin installations using bash:</p>
1.14 +15 -17 jakarta-gump/site/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/site/xdocs/stylesheets/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -u -r1.13 -r1.14
--- project.xml 3 Jan 2003 16:50:21 -0000 1.13
+++ project.xml 9 Jan 2003 09:44:21 -0000 1.14
@@ -21,8 +21,6 @@
<menu name="Results">
<item name="Nightly"
href="http://cvs.apache.org/builds/gump/latest/"/>
- <item name="Java 1.4"
- href="http://nagoya.apache.org/~rubys/gump/java14/"/>
<item name="Jars"
href="http://gump.covalent.net/jars/"/>
<item name="Javadoc"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>