This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: address to broken /java links


Java pages and readings.html have been the top hits in recent link
checks; let's see whether we can push this down...

Much of libgcj2.html probably should be merged with main GCC documentation,
and build-snapshot.html really should be merged into the main install docs.

Any volunteer?

Gerald

Installed:
2003-04-17  Gerald Pfeifer  <pfeifer at dbai dot tuwien dot ac dot at>

	* libgcj2.html: Remove broken (and obsolete) download reference.
	* old-news.html: Remove broken link to test.html.

Index: libgcj2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj2.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 libgcj2.html
--- libgcj2.html	31 Oct 2002 14:47:43 -0000	1.9
+++ libgcj2.html	17 Apr 2003 13:04:55 -0000
@@ -29,15 +29,10 @@
     equivalent of JDK 1.2 has been supported.
     Also, the bytecode interpreter available only on certain platforms.</p>

-    <h2>How to get it</h2>
-
-    <p>Now that libgcj is part of GCC, just follow the directions for
-    <a href="download.html">downloading</a> the GCJ front-end.</p>
-
     <h2>How to build it</h2>

     <p>Just follow the directions for
-    <a href="build-snapshot.html"> building</a> GCJ.</p>
+    <a href="build-snapshot.html">building</a> GCJ.</p>

     <p>There are a few options you might consider passing to
     ``configure'':</p>
Index: old-news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/old-news.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 old-news.html
--- old-news.html	19 Apr 2002 14:25:04 -0000	1.21
+++ old-news.html	17 Apr 2003 13:04:57 -0000
@@ -53,7 +53,7 @@ Modifications have been made to <tt>mauv
 to the directory where the libjava <tt>'make check'</tt> is being run.
 This allows the testsuite to ignore <tt>XFAIL</tt>s and thus highlight
 true regressions in the library.  The Mauve tests are
-<a href="test.html">automatically run</a> as part of a libjava
+automatically run as part of a libjava
 <tt>'make check'</tt> as long as the Mauve suite is accessible
 and the env var <tt>MAUVEDIR</tt> is set to point to the top-level
 of the <a href="http://sources.redhat.com/mauve/download.html";>Mauve source</a>.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]