Build, Test, Deliver

2005-11-26 Thread Mark Wielaard
Hi all, For a long time we have needed a clear way to explain what we have been doing, how we do it and what our goals and road map are. When I was in Brazil a few months back David Wheeler discussed our progress, development model and goals with Bruno, Dalibor and me. As an outsider to our develo

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Tom Tromey
> "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes: Andrew> I recently hit on the same bug again for the second time, and Andrew> still there seems to be no general solution to it. The general solution is to track down a newer version of the mprec code and import it. There is a vers

Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Andrew John Hughes
Hi all, I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which means that in compiling Classpath, it can run across problems in the VM or Classpath. On x86_64, this leads to a spurious erro

Re: CACAO 0.93 released

2005-11-26 Thread Christian Thalinger
On Sat, 2005-11-26 at 15:10 +0100, Mark Wielaard wrote: > > * JIT codegenerators for Arm and MIPS (32-bit, -o32), currently > > closed-source > > But this list is not for promoting non-free addons. Please keep the GNU > Classpath mailinglists themselves about sharing Free Software. > Proprie

Re: CACAO 0.93 released

2005-11-26 Thread Mark Wielaard
Hi Christian, On Thu, 2005-11-24 at 01:38 +0100, Christian Thalinger wrote: > CACAO 0.93 released. > This is a major feature enhancement and bugfix release. Wow this is an impressive release. Just tried it out and it seems really nice and fast :) ./configure && make && make install and off you go

Re: FreeSWTTestApps page added to wiki

2005-11-26 Thread Mark Wielaard
On Tue, 2005-11-22 at 16:29 +0100, Roman Kennke wrote: > Am Dienstag, den 22.11.2005, 13:23 +0100 schrieb Egon Willighagen: > > Anyway, I added a FreeSWTTestApps to the Classpath wiki using the same > > setup > > as the FreeSwingTestApps page. > > Very nice indeed! To complete the Free GUI Too

Re: FreeSWTTestApps page added to wiki

2005-11-26 Thread Michael Koch
On Tue, Nov 22, 2005 at 01:40:12PM -0500, Thomas Fitzsimmons wrote: > On Tue, 2005-11-22 at 13:02 -0500, Jeff Myers wrote: > > The Eclipse code that uses the XEmbeddedFrame is most likely the > > SWT_AWT bridge. This class is a platform-dependent hack that's used > > to embed AWT/Swing within SWT