Re: [PATCH] Update web for 0.99 release

2014-10-15 Thread Guillermo Rodriguez Garcia
Thank you Andii.

I have some other stuff in the queue. I'll report later.

Best,

Guillermo

2014-10-14 20:26 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 7 October 2014 15:07, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Any news?


 Sorry, things got held up by work on the OpenJDK security update.

 The changes are now live. Thanks again! :)

 Guillermo

 2014-09-22 17:47 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 22 September 2014 12:56, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Did you have the chance to look at this?


 Hi, sorry, I meant to get back to you before now.

 The patch is fine. I'll commit it as soon as I finish up and commit some 
 stuff
 I'm in the middle of locally.

 I've been looking at getting wml working finally, and I'm most of the way 
 there
 with a lot of modernisation of the build. I'll try and finish that up
 and publish
 the result, but it probably won't be until Friday. With that working,
 I'll make sure
 I can get the same result from the updated WML and add in the blog URL.

 Thanks for prompting me on this and the patch. It should have been done a 
 long
 time ago!

 Best,

 Guillermo

 2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.

 [0] 
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez 
 guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an 
 installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant 
 to 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work 
 that we previously released separately as classpath-generics. All this 
 work is now fully integrated in the main release and various runtimes 
 (gcj, cacao, jamvm, ikvm, etc) have been extended to take advantage of 
 the new generics, annotations and enumeration support in the core 
 library. As a consequence, only 1.5 capable compilers (currently the 
 Eclipse Compiler for Java (ecj) and Sun's javac) may be used to build 
 Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 

Re: [PATCH] Update web for 0.99 release

2014-10-14 Thread Andïï
On 7 October 2014 15:07, Guillermo Rodriguez Garcia
guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Any news?


Sorry, things got held up by work on the OpenJDK security update.

The changes are now live. Thanks again! :)

 Guillermo

 2014-09-22 17:47 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 22 September 2014 12:56, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Did you have the chance to look at this?


 Hi, sorry, I meant to get back to you before now.

 The patch is fine. I'll commit it as soon as I finish up and commit some 
 stuff
 I'm in the middle of locally.

 I've been looking at getting wml working finally, and I'm most of the way 
 there
 with a lot of modernisation of the build. I'll try and finish that up
 and publish
 the result, but it probably won't be until Friday. With that working,
 I'll make sure
 I can get the same result from the updated WML and add in the blog URL.

 Thanks for prompting me on this and the patch. It should have been done a 
 long
 time ago!

 Best,

 Guillermo

 2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.

 [0] 
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez 
 guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an 
 installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant 
 to 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work 
 that we previously released separately as classpath-generics. All this 
 work is now fully integrated in the main release and various runtimes 
 (gcj, cacao, jamvm, ikvm, etc) have been extended to take advantage of 
 the new generics, annotations and enumeration support in the core 
 library. As a consequence, only 1.5 capable compilers (currently the 
 Eclipse Compiler for Java (ecj) and Sun's javac) may be used to build 
 Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink 

Re: [PATCH] Update web for 0.99 release

2014-10-07 Thread Guillermo Rodriguez Garcia
Hi Andii,

Any news?

Guillermo

2014-09-22 17:47 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 22 September 2014 12:56, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Did you have the chance to look at this?


 Hi, sorry, I meant to get back to you before now.

 The patch is fine. I'll commit it as soon as I finish up and commit some stuff
 I'm in the middle of locally.

 I've been looking at getting wml working finally, and I'm most of the way 
 there
 with a lot of modernisation of the build. I'll try and finish that up
 and publish
 the result, but it probably won't be until Friday. With that working,
 I'll make sure
 I can get the same result from the updated WML and add in the blog URL.

 Thanks for prompting me on this and the patch. It should have been done a long
 time ago!

 Best,

 Guillermo

 2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.

 [0] 
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an 
 installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant to 
 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work 
 that we previously released separately as classpath-generics. All this 
 work is now fully integrated in the main release and various runtimes 
 (gcj, cacao, jamvm, ikvm, etc) have been extended to take advantage of 
 the new generics, annotations and enumeration support in the core 
 library. As a consequence, only 1.5 capable compilers (currently the 
 Eclipse Compiler for Java (ecj) and Sun's javac) may be used to build 
 Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink url=http://developer.classpath.org/doc/;
 +We are looking into how to extend the documentation experience in the
 +future. Please contact the mailinglist if you would like to help with
 +this effort.
 +p
 

Re: [PATCH] Update web for 0.99 release

2014-09-22 Thread Guillermo Rodriguez Garcia
Hi Andii,

Did you have the chance to look at this?

Best,

Guillermo

2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.

 [0] http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant to 
 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work 
 that we previously released separately as classpath-generics. All this work 
 is now fully integrated in the main release and various runtimes (gcj, 
 cacao, jamvm, ikvm, etc) have been extended to take advantage of the new 
 generics, annotations and enumeration support in the core library. As a 
 consequence, only 1.5 capable compilers (currently the Eclipse Compiler for 
 Java (ecj) and Sun's javac) may be used to build Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink url=http://developer.classpath.org/doc/;
 +We are looking into how to extend the documentation experience in the
 +future. Please contact the mailinglist if you would like to help with
 +this effort.
 +p
 +For more information about the project see also:
 +ul
 +liGNU Classpath home page: createlink 
 url=http://www.gnu.org/software/classpath/;
 +
 +liDeveloper information (wiki): createlink 
 url=http://developer.classpath.org/;
 +
 +liFull class documentation: createlink 
 url=http://developer.classpath.org/doc/;
 +
 +liGNU Classpath hackers: createlink url=http://planet.classpath.org/;
 +
 +liAutobuilder, current build status, build snapshots: createlink 
 url=http://builder.classpath.org/;
 +
 +liApplication test pages (wiki)
 +  createlink url=http://developer.classpath.org/mediation/Applets;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeAWTTestApps;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeSwingTestApps;
 +  createlink 
 

Re: [PATCH] Update web for 0.99 release

2014-09-22 Thread Andïï
On 22 September 2014 12:56, Guillermo Rodriguez Garcia
guille.rodrig...@gmail.com wrote:
 Hi Andii,

 Did you have the chance to look at this?


Hi, sorry, I meant to get back to you before now.

The patch is fine. I'll commit it as soon as I finish up and commit some stuff
I'm in the middle of locally.

I've been looking at getting wml working finally, and I'm most of the way there
with a lot of modernisation of the build. I'll try and finish that up
and publish
the result, but it probably won't be until Friday. With that working,
I'll make sure
I can get the same result from the updated WML and add in the blog URL.

Thanks for prompting me on this and the patch. It should have been done a long
time ago!

 Best,

 Guillermo

 2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org:
 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.

 [0] 
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant to 
 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work 
 that we previously released separately as classpath-generics. All this 
 work is now fully integrated in the main release and various runtimes 
 (gcj, cacao, jamvm, ikvm, etc) have been extended to take advantage of the 
 new generics, annotations and enumeration support in the core library. As 
 a consequence, only 1.5 capable compilers (currently the Eclipse Compiler 
 for Java (ecj) and Sun's javac) may be used to build Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink url=http://developer.classpath.org/doc/;
 +We are looking into how to extend the documentation experience in the
 +future. Please contact the mailinglist if you would like to help with
 +this effort.
 +p
 +For more information about the project see also:
 +ul
 +liGNU Classpath home page: createlink 
 

[PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez
From: grodriguez guille.rodrig...@gmail.com

Add announcement of 0.99 release
Update 'recent news' list
Add 0.99 release to downloads page
---
 doc/www.gnu.org/announce/20120307.wml   |  180 +++
 doc/www.gnu.org/downloads/downloads.wml |   14 ++-
 doc/www.gnu.org/newsitems.txt   |5 +
 3 files changed, 195 insertions(+), 4 deletions(-)
 create mode 100644 doc/www.gnu.org/announce/20120307.wml

diff --git a/doc/www.gnu.org/announce/20120307.wml 
b/doc/www.gnu.org/announce/20120307.wml
new file mode 100644
index 000..ae62666
--- /dev/null
+++ b/doc/www.gnu.org/announce/20120307.wml
@@ -0,0 +1,180 @@
+#!wml --include=..
+
+#include include/layout.wml
+
+subject GNU Classpath 0.99 Announcement (2013-03-07) 
+
+box
+boxtitleGNU Classpath 0.99/boxtitle
+boxitem
+We are proud to announce the release of GNU Classpath 0.99.
+p
+GNU Classpath, essential libraries for java, is a project to create
+free core class libraries for use with runtimes, compilers and tools
+for the java programming language.
+p
+The GNU Classpath developer snapshot releases are not directly aimed
+at the end user but are meant to be integrated into larger development
+platforms. For example JamVM, CACAO and Kaffe can make use of an installed
+copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
+snapshots as a base for future versions. For more projects based on GNU
+Classpath, createlink 
url=http://www.gnu.org/software/classpath/stories.html;
+/p
+p
+This release brings with it a number of interesting new features:
+/p
+ul
+liAddition of java.util.regex.Pattern.quote.
+/li
+liAddition of java.io.IOError.
+/li
+liAddition of java.io.Console.
+/li
+/ul
+p
+There have also been many bugfixes over the past year. Those relevant to 0.99 
can be found at 
+createlink 
url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
+/p
+p
+With the 0.95 release, we switched fully towards the 1.5 generics work that we 
previously released separately as classpath-generics. All this work is now 
fully integrated in the main release and various runtimes (gcj, cacao, jamvm, 
ikvm, etc) have been extended to take advantage of the new generics, 
annotations and enumeration support in the core library. As a consequence, only 
1.5 capable compilers (currently the Eclipse Compiler for Java (ecj) and Sun's 
javac) may be used to build Classpath.
+/p
+p
+The GNU Classpath developers site
+createlink url=http://developer.classpath.org/;
+provides detailed information on how to start with helping the GNU
+Classpath project and gives an overview of the core class library
+packages currently provided.
+p
+For each snapshot release generated documentation is provided through
+the GNU Classpath Tools gjdoc project,which will become part of GNU Classpath
+itself with the release of 0.99.  A documentation generation
+framework for java source files used by the GNU project. Full
+documentation on the currently implementated packages and classes can
+be found at: createlink url=http://developer.classpath.org/doc/;
+We are looking into how to extend the documentation experience in the
+future. Please contact the mailinglist if you would like to help with
+this effort.
+p
+For more information about the project see also:
+ul
+liGNU Classpath home page: createlink 
url=http://www.gnu.org/software/classpath/;
+
+liDeveloper information (wiki): createlink 
url=http://developer.classpath.org/;
+
+liFull class documentation: createlink 
url=http://developer.classpath.org/doc/;
+
+liGNU Classpath hackers: createlink url=http://planet.classpath.org/;
+
+liAutobuilder, current build status, build snapshots: createlink 
url=http://builder.classpath.org/;
+
+liApplication test pages (wiki)
+  createlink url=http://developer.classpath.org/mediation/Applets;
+  createlink url=http://developer.classpath.org/mediation/FreeAWTTestApps;
+  createlink url=http://developer.classpath.org/mediation/FreeSwingTestApps;
+  createlink url=http://developer.classpath.org/mediation/FreeSWTTestApps;
+
+liGNU Classpath hacking with Eclipse (wiki)
+  createlink 
url=http://developer.classpath.org/mediation/ClasspathHackingWithEclipse;
+
+liGNU Classpath promotion banners: createlink 
url=http://developer.classpath.org/mediation/ClasspathBanners;
+/ul
+GNU Classpath 0.99 can be downloaded from createlink 
url=ftp://ftp.gnu.org/pub/gnu/classpath/;
+or one of the ftp.gnu.org mirrors createlink 
url=http://www.gnu.org/order/ftp.html; or the Classpath
+continuous integration system createlink 
url=http://builder.classpath.org/dist;
+ppre
+File: classpath-0.99.tar.gz
+SHA256sum: f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8
+/pre/p
+p
+New in release 0.99 (Mar 07, 2012)
+/p
+ul
+liAddition of java.util.regex.Pattern.quote.
+/li
+liAddition of java.io.IOError.
+/li
+liAddition of java.io.Console.
+/li
+liBug fixes:
+/li
+ul
+liPR39408: gjavah doesn't generate constants in header files where they 
occur in a 

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
The previous patch updates the master wml files in the git repo.
Attached is a tarball of the generated webroot using wml 2.0.11. This
should be suitable for updating the website CVS repo at
http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

Please let me know if you would like me to provide these files in a
different format.

Guillermo

2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant to 
 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work that 
 we previously released separately as classpath-generics. All this work is now 
 fully integrated in the main release and various runtimes (gcj, cacao, jamvm, 
 ikvm, etc) have been extended to take advantage of the new generics, 
 annotations and enumeration support in the core library. As a consequence, 
 only 1.5 capable compilers (currently the Eclipse Compiler for Java (ecj) and 
 Sun's javac) may be used to build Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink url=http://developer.classpath.org/doc/;
 +We are looking into how to extend the documentation experience in the
 +future. Please contact the mailinglist if you would like to help with
 +this effort.
 +p
 +For more information about the project see also:
 +ul
 +liGNU Classpath home page: createlink 
 url=http://www.gnu.org/software/classpath/;
 +
 +liDeveloper information (wiki): createlink 
 url=http://developer.classpath.org/;
 +
 +liFull class documentation: createlink 
 url=http://developer.classpath.org/doc/;
 +
 +liGNU Classpath hackers: createlink url=http://planet.classpath.org/;
 +
 +liAutobuilder, current build status, build snapshots: createlink 
 url=http://builder.classpath.org/;
 +
 +liApplication test pages (wiki)
 +  createlink url=http://developer.classpath.org/mediation/Applets;
 +  createlink url=http://developer.classpath.org/mediation/FreeAWTTestApps;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeSwingTestApps;
 +  createlink url=http://developer.classpath.org/mediation/FreeSWTTestApps;
 +
 +liGNU Classpath hacking with Eclipse (wiki)
 +  createlink 
 url=http://developer.classpath.org/mediation/ClasspathHackingWithEclipse;
 +
 +liGNU Classpath promotion banners: createlink 
 url=http://developer.classpath.org/mediation/ClasspathBanners;
 +/ul
 +GNU Classpath 0.99 can be downloaded from createlink 
 url=ftp://ftp.gnu.org/pub/gnu/classpath/;
 +or one of the ftp.gnu.org mirrors createlink 
 

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Andïï
On 15 September 2014 08:26, Guillermo Rodriguez Garcia
guille.rodrig...@gmail.com wrote:
 The previous patch updates the master wml files in the git repo.
 Attached is a tarball of the generated webroot using wml 2.0.11. This
 should be suitable for updating the website CVS repo at
 http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.

 Please let me know if you would like me to provide these files in a
 different format.


Ok, thanks, I'll get these applied.

I think linking to the existing blog version [0] might be worthwhile,
especially as
it links to the bug entries.

[0] http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

 Guillermo

 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com:
 From: grodriguez guille.rodrig...@gmail.com

 Add announcement of 0.99 release
 Update 'recent news' list
 Add 0.99 release to downloads page
 ---
  doc/www.gnu.org/announce/20120307.wml   |  180 
 +++
  doc/www.gnu.org/downloads/downloads.wml |   14 ++-
  doc/www.gnu.org/newsitems.txt   |5 +
  3 files changed, 195 insertions(+), 4 deletions(-)
  create mode 100644 doc/www.gnu.org/announce/20120307.wml

 diff --git a/doc/www.gnu.org/announce/20120307.wml 
 b/doc/www.gnu.org/announce/20120307.wml
 new file mode 100644
 index 000..ae62666
 --- /dev/null
 +++ b/doc/www.gnu.org/announce/20120307.wml
 @@ -0,0 +1,180 @@
 +#!wml --include=..
 +
 +#include include/layout.wml
 +
 +subject GNU Classpath 0.99 Announcement (2013-03-07)
 +
 +box
 +boxtitleGNU Classpath 0.99/boxtitle
 +boxitem
 +We are proud to announce the release of GNU Classpath 0.99.
 +p
 +GNU Classpath, essential libraries for java, is a project to create
 +free core class libraries for use with runtimes, compilers and tools
 +for the java programming language.
 +p
 +The GNU Classpath developer snapshot releases are not directly aimed
 +at the end user but are meant to be integrated into larger development
 +platforms. For example JamVM, CACAO and Kaffe can make use of an installed
 +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
 +snapshots as a base for future versions. For more projects based on GNU
 +Classpath, createlink 
 url=http://www.gnu.org/software/classpath/stories.html;
 +/p
 +p
 +This release brings with it a number of interesting new features:
 +/p
 +ul
 +liAddition of java.util.regex.Pattern.quote.
 +/li
 +liAddition of java.io.IOError.
 +/li
 +liAddition of java.io.Console.
 +/li
 +/ul
 +p
 +There have also been many bugfixes over the past year. Those relevant to 
 0.99 can be found at
 +createlink 
 url=http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99;
 +/p
 +p
 +With the 0.95 release, we switched fully towards the 1.5 generics work that 
 we previously released separately as classpath-generics. All this work is 
 now fully integrated in the main release and various runtimes (gcj, cacao, 
 jamvm, ikvm, etc) have been extended to take advantage of the new generics, 
 annotations and enumeration support in the core library. As a consequence, 
 only 1.5 capable compilers (currently the Eclipse Compiler for Java (ecj) 
 and Sun's javac) may be used to build Classpath.
 +/p
 +p
 +The GNU Classpath developers site
 +createlink url=http://developer.classpath.org/;
 +provides detailed information on how to start with helping the GNU
 +Classpath project and gives an overview of the core class library
 +packages currently provided.
 +p
 +For each snapshot release generated documentation is provided through
 +the GNU Classpath Tools gjdoc project,which will become part of GNU 
 Classpath
 +itself with the release of 0.99.  A documentation generation
 +framework for java source files used by the GNU project. Full
 +documentation on the currently implementated packages and classes can
 +be found at: createlink url=http://developer.classpath.org/doc/;
 +We are looking into how to extend the documentation experience in the
 +future. Please contact the mailinglist if you would like to help with
 +this effort.
 +p
 +For more information about the project see also:
 +ul
 +liGNU Classpath home page: createlink 
 url=http://www.gnu.org/software/classpath/;
 +
 +liDeveloper information (wiki): createlink 
 url=http://developer.classpath.org/;
 +
 +liFull class documentation: createlink 
 url=http://developer.classpath.org/doc/;
 +
 +liGNU Classpath hackers: createlink url=http://planet.classpath.org/;
 +
 +liAutobuilder, current build status, build snapshots: createlink 
 url=http://builder.classpath.org/;
 +
 +liApplication test pages (wiki)
 +  createlink url=http://developer.classpath.org/mediation/Applets;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeAWTTestApps;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeSwingTestApps;
 +  createlink 
 url=http://developer.classpath.org/mediation/FreeSWTTestApps;
 +
 +liGNU Classpath hacking with Eclipse (wiki)
 +  createlink 
 

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
Hi Andii,

El lunes, 15 de septiembre de 2014, Andïï gnu_and...@member.fsf.org
escribió:

 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com javascript:; wrote:
  The previous patch updates the master wml files in the git repo.
  Attached is a tarball of the generated webroot using wml 2.0.11. This
  should be suitable for updating the website CVS repo at
  http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.
 
  Please let me know if you would like me to provide these files in a
  different format.
 

 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.


No problem. Just tell me where the link should be and I'll update the
patch.

Best,

Guillermo



 [0]
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

  Guillermo
 
  2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez 
 guille.rodrig...@gmail.com javascript:;:
  From: grodriguez guille.rodrig...@gmail.com javascript:;
 
  Add announcement of 0.99 release
  Update 'recent news' list
  Add 0.99 release to downloads page
  ---
   doc/www.gnu.org/announce/20120307.wml   |  180
 +++
   doc/www.gnu.org/downloads/downloads.wml |   14 ++-
   doc/www.gnu.org/newsitems.txt   |5 +
   3 files changed, 195 insertions(+), 4 deletions(-)
   create mode 100644 doc/www.gnu.org/announce/20120307.wml
 
  diff --git a/doc/www.gnu.org/announce/20120307.wml b/doc/
 www.gnu.org/announce/20120307.wml
  new file mode 100644
  index 000..ae62666
  --- /dev/null
  +++ b/doc/www.gnu.org/announce/20120307.wml
  @@ -0,0 +1,180 @@
  +#!wml --include=..
  +
  +#include include/layout.wml
  +
  +subject GNU Classpath 0.99 Announcement (2013-03-07)
  +
  +box
  +boxtitleGNU Classpath 0.99/boxtitle
  +boxitem
  +We are proud to announce the release of GNU Classpath 0.99.
  +p
  +GNU Classpath, essential libraries for java, is a project to create
  +free core class libraries for use with runtimes, compilers and tools
  +for the java programming language.
  +p
  +The GNU Classpath developer snapshot releases are not directly aimed
  +at the end user but are meant to be integrated into larger development
  +platforms. For example JamVM, CACAO and Kaffe can make use of an
 installed
  +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
  +snapshots as a base for future versions. For more projects based on GNU
  +Classpath, createlink url=
 http://www.gnu.org/software/classpath/stories.html;
  +/p
  +p
  +This release brings with it a number of interesting new features:
  +/p
  +ul
  +liAddition of java.util.regex.Pattern.quote.
  +/li
  +liAddition of java.io.IOError.
  +/li
  +liAddition of java.io.Console.
  +/li
  +/ul
  +p
  +There have also been many bugfixes over the past year. Those relevant
 to 0.99 can be found at
  +createlink url=
 http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99
 
  +/p
  +p
  +With the 0.95 release, we switched fully towards the 1.5 generics work
 that we previously released separately as classpath-generics. All this work
 is now fully integrated in the main release and various runtimes (gcj,
 cacao, jamvm, ikvm, etc) have been extended to take advantage of the new
 generics, annotations and enumeration support in the core library. As a
 consequence, only 1.5 capable compilers (currently the Eclipse Compiler for
 Java (ecj) and Sun's javac) may be used to build Classpath.
  +/p
  +p
  +The GNU Classpath developers site
  +createlink url=http://developer.classpath.org/;
  +provides detailed information on how to start with helping the GNU
  +Classpath project and gives an overview of the core class library
  +packages currently provided.
  +p
  +For each snapshot release generated documentation is provided through
  +the GNU Classpath Tools gjdoc project,which will become part of GNU
 Classpath
  +itself with the release of 0.99.  A documentation generation
  +framework for java source files used by the GNU project. Full
  +documentation on the currently implementated packages and classes can
  +be found at: createlink url=http://developer.classpath.org/doc/;
  +We are looking into how to extend the documentation experience in the
  +future. Please contact the mailinglist if you would like to help with
  +this effort.
  +p
  +For more information about the project see also:
  +ul
  +liGNU Classpath home page: createlink url=
 http://www.gnu.org/software/classpath/;
  +
  +liDeveloper information (wiki): createlink url=
 http://developer.classpath.org/;
  +
  +liFull class documentation: createlink url=
 http://developer.classpath.org/doc/;
  +
  +liGNU Classpath hackers: createlink url=
 http://planet.classpath.org/;
  +
  +liAutobuilder, current build status, build snapshots: createlink
 url=http://builder.classpath.org/;
  +
  +liApplication test pages (wiki)
  +  createlink 

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
El lunes, 15 de septiembre de 2014, Guillermo Rodriguez Garcia 
guille.rodrig...@gmail.com escribió:

 Hi Andii,

 El lunes, 15 de septiembre de 2014, Andïï gnu_and...@member.fsf.org
 javascript:_e(%7B%7D,'cvml','gnu_and...@member.fsf.org'); escribió:

 On 15 September 2014 08:26, Guillermo Rodriguez Garcia
 guille.rodrig...@gmail.com wrote:
  The previous patch updates the master wml files in the git repo.
  Attached is a tarball of the generated webroot using wml 2.0.11. This
  should be suitable for updating the website CVS repo at
  http://web.cvs.savannah.gnu.org/viewvc/?root=classpath.
 
  Please let me know if you would like me to provide these files in a
  different format.
 

 Ok, thanks, I'll get these applied.

 I think linking to the existing blog version [0] might be worthwhile,
 especially as
 it links to the bug entries.


 No problem. Just tell me where the link should be and I'll update the
 patch.


Or, if you prefer, I can also add the links to the big entries in the Wml
files.

Just let me know and I will take care.

Best,

Guillermo



 Best,

 Guillermo



 [0]
 http://blog.fuseyism.com/index.php/2012/03/16/gnu-classpath-0-99-released/

  Guillermo
 
  2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez 
 guille.rodrig...@gmail.com:
  From: grodriguez guille.rodrig...@gmail.com
 
  Add announcement of 0.99 release
  Update 'recent news' list
  Add 0.99 release to downloads page
  ---
   doc/www.gnu.org/announce/20120307.wml   |  180
 +++
   doc/www.gnu.org/downloads/downloads.wml |   14 ++-
   doc/www.gnu.org/newsitems.txt   |5 +
   3 files changed, 195 insertions(+), 4 deletions(-)
   create mode 100644 doc/www.gnu.org/announce/20120307.wml
 
  diff --git a/doc/www.gnu.org/announce/20120307.wml b/doc/
 www.gnu.org/announce/20120307.wml
  new file mode 100644
  index 000..ae62666
  --- /dev/null
  +++ b/doc/www.gnu.org/announce/20120307.wml
  @@ -0,0 +1,180 @@
  +#!wml --include=..
  +
  +#include include/layout.wml
  +
  +subject GNU Classpath 0.99 Announcement (2013-03-07)
  +
  +box
  +boxtitleGNU Classpath 0.99/boxtitle
  +boxitem
  +We are proud to announce the release of GNU Classpath 0.99.
  +p
  +GNU Classpath, essential libraries for java, is a project to create
  +free core class libraries for use with runtimes, compilers and tools
  +for the java programming language.
  +p
  +The GNU Classpath developer snapshot releases are not directly aimed
  +at the end user but are meant to be integrated into larger development
  +platforms. For example JamVM, CACAO and Kaffe can make use of an
 installed
  +copy of GNU Classpath 0.99, while GCC (gcj) will use the developer
  +snapshots as a base for future versions. For more projects based on
 GNU
  +Classpath, createlink url=
 http://www.gnu.org/software/classpath/stories.html;
  +/p
  +p
  +This release brings with it a number of interesting new features:
  +/p
  +ul
  +liAddition of java.util.regex.Pattern.quote.
  +/li
  +liAddition of java.io.IOError.
  +/li
  +liAddition of java.io.Console.
  +/li
  +/ul
  +p
  +There have also been many bugfixes over the past year. Those relevant
 to 0.99 can be found at
  +createlink url=
 http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpathtarget_milestone=0.99
 
  +/p
  +p
  +With the 0.95 release, we switched fully towards the 1.5 generics
 work that we previously released separately as classpath-generics. All this
 work is now fully integrated in the main release and various runtimes (gcj,
 cacao, jamvm, ikvm, etc) have been extended to take advantage of the new
 generics, annotations and enumeration support in the core library. As a
 consequence, only 1.5 capable compilers (currently the Eclipse Compiler for
 Java (ecj) and Sun's javac) may be used to build Classpath.
  +/p
  +p
  +The GNU Classpath developers site
  +createlink url=http://developer.classpath.org/;
  +provides detailed information on how to start with helping the GNU
  +Classpath project and gives an overview of the core class library
  +packages currently provided.
  +p
  +For each snapshot release generated documentation is provided through
  +the GNU Classpath Tools gjdoc project,which will become part of GNU
 Classpath
  +itself with the release of 0.99.  A documentation generation
  +framework for java source files used by the GNU project. Full
  +documentation on the currently implementated packages and classes can
  +be found at: createlink url=http://developer.classpath.org/doc/;
  +We are looking into how to extend the documentation experience in the
  +future. Please contact the mailinglist if you would like to help with
  +this effort.
  +p
  +For more information about the project see also:
  +ul
  +liGNU Classpath home page: createlink url=
 http://www.gnu.org/software/classpath/;
  +
  +liDeveloper information (wiki): createlink url=
 http://developer.classpath.org/;
  +
  +liFull class documentation: createlink url=
 http://developer.classpath.org/doc/;
  +