public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs,Java] Replace sources.redhat.com by sourceware.org
@ 2012-10-21  2:05 Gerald Pfeifer
  2012-10-23  9:47 ` Andrew Hughes
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2012-10-21  2:05 UTC (permalink / raw)
  To: gcc-patches, java-patches

...and some other simplifications and improvements I noticed on
the way.

This was triggered by a note that the sources.redhat.com DNS entry
is going to go away at some point in the future that I got yesterday.

Applied.

Gerald


2012-10-21  Gerald Pfeifer  <gerald@pfeifer.com>

	* news.html: Replace references to sources.redhat.com by
	sourceware.org.
	Avoid a reference to CVS.
	Some style adjustments to the February 8, 2001 entry.

Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v
retrieving revision 1.12
diff -u -3 -p -r1.12 news.html
--- news.html	19 Sep 2010 20:35:03 -0000	1.12
+++ news.html	21 Oct 2012 02:02:51 -0000
@@ -153,7 +153,7 @@ code size heuristics.  It is enabled by 
 <dd>
 Gary Benson from Red Hat has released 
 <a href="http://people.redhat.com/gbenson/naoko/">Naoko</a>: a subset 
-of the <a href="http://sources.redhat.com/rhug/">rhug</a> packages 
+of the <a href="http://sourceware.org/rhug/">rhug</a> packages 
 that have been repackaged for eventual inclusion in Red Hat Linux. 
 Naoko basically comprises binary RPMS of Ant, Tomcat, and their 
 dependencies built with gcj.
@@ -172,8 +172,8 @@ A team of hackers from Red Hat has relea
 of <a href="http://www.eclipse.org/">Eclipse</a>, a free software IDE
 written in Java, that has been compiled with a modified gcj.
 You can find more information
-<a href="http://sources.redhat.com/eclipse/">here</a>.  We'll be
-integrating the required gcj patches into cvs in the near future.
+<a href="http://sourceware.org/eclipse/">here</a>.  We'll be
+integrating the required gcj patches in the near future.
 </dd>
 
 <dt>July 31, 2003</dt>
@@ -426,7 +426,7 @@ find bugs!
 <dt>February 8, 2001</dt>
 <dd>
 Made use of Warren Levy's change to the
-<a href="http://sources.redhat.com/mauve/">Mauve test suite</a> to handle
+<a href="http://sourceware.org/mauve/">Mauve test suite</a> to handle
 regressions.
 Modifications have been made to <tt>mauve.exp</tt> to copy the newly created
 <tt>xfails</tt> file of known library failures from the source tree
@@ -434,9 +434,9 @@ to the directory where the libjava <tt>'
 This allows the testsuite to ignore <tt>XFAIL</tt>s and thus highlight
 true regressions in the library.  The Mauve tests are
 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>.
+<code>make check</code> as long as the Mauve suite is accessible and the
+environment variable <code>MAUVEDIR</code> is set to point to the top-level
+of the Mauve sources.
 </dd>
 
 <dt>January 28, 2001</dt>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs,Java] Replace sources.redhat.com by sourceware.org
  2012-10-21  2:05 [wwwdocs,Java] Replace sources.redhat.com by sourceware.org Gerald Pfeifer
@ 2012-10-23  9:47 ` Andrew Hughes
  2012-10-23  9:53   ` Andrew Haley
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Hughes @ 2012-10-23  9:47 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, java-patches



----- Original Message -----
> ...and some other simplifications and improvements I noticed on
> the way.
> 
> This was triggered by a note that the sources.redhat.com DNS entry
> is going to go away at some point in the future that I got yesterday.
> 
> Applied.
> 
> Gerald
> 
> 
> 2012-10-21  Gerald Pfeifer  <gerald@pfeifer.com>
> 
> 	* news.html: Replace references to sources.redhat.com by
> 	sourceware.org.
> 	Avoid a reference to CVS.
> 	Some style adjustments to the February 8, 2001 entry.
> 
> Index: news.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v
> retrieving revision 1.12
> diff -u -3 -p -r1.12 news.html
> --- news.html	19 Sep 2010 20:35:03 -0000	1.12
> +++ news.html	21 Oct 2012 02:02:51 -0000
> @@ -153,7 +153,7 @@ code size heuristics.  It is enabled by
>  <dd>
>  Gary Benson from Red Hat has released
>  <a href="http://people.redhat.com/gbenson/naoko/">Naoko</a>: a
>  subset
> -of the <a href="http://sources.redhat.com/rhug/">rhug</a> packages
> +of the <a href="http://sourceware.org/rhug/">rhug</a> packages
>  that have been repackaged for eventual inclusion in Red Hat Linux.
>  Naoko basically comprises binary RPMS of Ant, Tomcat, and their
>  dependencies built with gcj.
> @@ -172,8 +172,8 @@ A team of hackers from Red Hat has relea
>  of <a href="http://www.eclipse.org/">Eclipse</a>, a free software
>  IDE
>  written in Java, that has been compiled with a modified gcj.
>  You can find more information
> -<a href="http://sources.redhat.com/eclipse/">here</a>.  We'll be
> -integrating the required gcj patches into cvs in the near future.
> +<a href="http://sourceware.org/eclipse/">here</a>.  We'll be
> +integrating the required gcj patches in the near future.
>  </dd>
>  
>  <dt>July 31, 2003</dt>
> @@ -426,7 +426,7 @@ find bugs!
>  <dt>February 8, 2001</dt>
>  <dd>
>  Made use of Warren Levy's change to the
> -<a href="http://sources.redhat.com/mauve/">Mauve test suite</a> to
> handle
> +<a href="http://sourceware.org/mauve/">Mauve test suite</a> to
> handle
>  regressions.
>  Modifications have been made to <tt>mauve.exp</tt> to copy the newly
>  created
>  <tt>xfails</tt> file of known library failures from the source tree
> @@ -434,9 +434,9 @@ to the directory where the libjava <tt>'
>  This allows the testsuite to ignore <tt>XFAIL</tt>s and thus
>  highlight
>  true regressions in the library.  The Mauve tests are
>  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>.
> +<code>make check</code> as long as the Mauve suite is accessible and
> the
> +environment variable <code>MAUVEDIR</code> is set to point to the
> top-level
> +of the Mauve sources.
>  </dd>
>  
>  <dt>January 28, 2001</dt>
> 

It's never been obvious to me how the web material gets updated.  GCJ
regularly misses out on being mentioned in changes too, despite fixes going in.
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs,Java] Replace sources.redhat.com by sourceware.org
  2012-10-23  9:47 ` Andrew Hughes
@ 2012-10-23  9:53   ` Andrew Haley
  2012-10-23 11:14     ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Haley @ 2012-10-23  9:53 UTC (permalink / raw)
  To: Andrew Hughes; +Cc: Gerald Pfeifer, gcc-patches, java-patches

On 10/23/2012 10:47 AM, Andrew Hughes wrote:
> It's never been obvious to me how the web material gets updated.  GCJ
> regularly misses out on being mentioned in changes too, despite fixes going in.

Web material gets updated with patches through the same process
as the software.

Andrew.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs,Java] Replace sources.redhat.com by sourceware.org
  2012-10-23  9:53   ` Andrew Haley
@ 2012-10-23 11:14     ` Mark Wielaard
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Wielaard @ 2012-10-23 11:14 UTC (permalink / raw)
  To: Andrew Haley; +Cc: Andrew Hughes, Gerald Pfeifer, gcc-patches, java-patches

On Tue, Oct 23, 2012 at 10:52:41AM +0100, Andrew Haley wrote:
> On 10/23/2012 10:47 AM, Andrew Hughes wrote:
> > It's never been obvious to me how the web material gets updated.  GCJ
> > regularly misses out on being mentioned in changes too, despite fixes going in.
> 
> Web material gets updated with patches through the same process
> as the software.

Only thing to realize is that docs are still in CVS, not SVN:
http://gcc.gnu.org/cvs.html

For more background see also:
http://gcc.gnu.org/contribute.html#webchanges
http://gcc.gnu.org/projects/web.html

Cheers,

Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-23 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-21  2:05 [wwwdocs,Java] Replace sources.redhat.com by sourceware.org Gerald Pfeifer
2012-10-23  9:47 ` Andrew Hughes
2012-10-23  9:53   ` Andrew Haley
2012-10-23 11:14     ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).