Archive for the ‘General’ Category

Free ticket

Weiqi Gao has a nice piece about innovative usage of the GNU Classpath stack. Weiqi notes projects adopting GNU Classpath and free runtimes/compilers like gcj and ikvm get the freedom to move to new kinds of platforms and get new distribution opportunities: Take a look at the free tools. You may have already won a […]

email is such a broken concept

A new gnu.org list server is in the works. It will be a great update but till it is installed email to some of the classpath mailinglists can take hours to arrive… So we finally decided to move the the lists temporarily to another server. We have several hunderds of subscribers so I hope the […]

GNU Classpath 0.20 released

We did it again! :) New StAX pull parser and SAX-over-StAX driver. Full XMLEncoder implementation. The packages javax.sound.sampled, javax.print.attribute and javax.print.event have been implemented. Lots of new datatransfer, print, swing and swing.text work. Performance improvements in the painting/layout mechanism. Additional 1.5 support, including (separate) generic branch release. SecurityManager cleanups and start of review of all […]

More builder goodness

builder.classpath.org is getting more goodness. We now have daily builds available (if make distcheck succeeds). So for those of you who want to help test the next (0.20) snapshot release please check the -pre dist tar ball. The autobuilder runs a couple of times a day so it should be fairly fresh. It might also […]

micro-libgcj

Interesting experiment: micro-libgcj. micro-libgcj is a lightweight version of the GCJ project’s runtime library (libgcj), intended to provide a usable subset of Java’s features while remaining small and self-contained. Whereas libgcj is intended to be a complete J2SE implementation based on GNU Classpath, micro-libgcj provides only enough functionality to support core Java language semantics. We […]

eclipse-cdt enters debian unstable – JNode 0.2.2

eclipse-cdt entered Debian unstable. Making the ClasspathHackingWithEclipse setup work nicely out of the box on Debian. yeah! (wiki updated) JNode 0.2.2 was released today. The JNode developers are often quiet (not many posts on the mailinglist, no blogs) but they seem to work very hard.

Dogfood – Hacking GNU Classpath with Eclipse

Raif Naffah created a nice Hacking GNU Classpath with Eclipse document (including lots of screenshots) explaining how to setup native Eclipse on Fedora Core 4 to directly hack on GNU Classpath and Mauve. Tom Tromey made it so that you can use Cacao as runtime for all your work from inside Eclipse. And Stephan Michels […]

gjdoc 0.7.7 released

We are pleased to announce gjdoc release 0.7.7. gjdoc is the GNU documentation generation framework for java source files. gjdoc is part of GNU Classpath Tools. This is mostly a bug-fix release. This makes gjdoc much more robust when dealing with invalid documentation tags or source code and it is now possible to generate the […]

builder.classpath.org

The “official autobuilder and regression tester” builder.classpath.org is finally fully operational. The builder.classpath.org Xen infrastructure has been donated by Berkeley Signal Inc through Jim Pick who also helps with setup and maintenance of the system. We are currently using Tom Tromey’s build scripts for updating, compiling and running the following things: gcc-trunk build + libgcj […]

GNU Classpath generics, native eclipse and jamvm

With GNU Classpath 0.19 we also for the first time released a snapshot of the generics branch for people to play with. I have to admit that I have been concentrating mostly on the trunk and hadn’t been paying much attention to the generics branch. Much thanks to Tom Tromey for genericizing (is that a […]