JamVM 1.4.5 released

2007-02-04 Thread Robert Lougher

Hi,

I'm pleased to announce the release of JamVM 1.4.5
(http://jamvm.sourceforge.net).  This release adds support for
Annotations, sun.misc.Unsafe (JSR-166), and a full port to the mipsel
architecture.  Several other features have also been added and quite a
few bugs fixed.

The full list of changes are here:

http://sourceforge.net/project/shownotes.php?release_id=483964

The release will also be mirrored on BerliOS in the next few days.

Thanks,

Rob.



Re: JamVM 1.4.5 released

2007-02-05 Thread mcdmx
on 02/05/2007 05:26 AM Robert Lougher said the following:
> I'm pleased to announce the release of JamVM 1.4.5

Thanks. I had to apply the following patch to get it compiling without errors:

diff -urN jamvm-1.4.5-orig/lib/Makefile.am jamvm-1.4.5/lib/Makefile.am
--- jamvm-1.4.5-orig/lib/Makefile.am2007-01-16 02:35:04.0 +0100
+++ jamvm-1.4.5/lib/Makefile.am 2007-02-05 12:17:55.0 +0100
@@ -17,7 +17,7 @@
  $(srcdir)/java/lang/reflect/Method.java \
  $(srcdir)/java/security/VMAccessController.java \
  $(srcdir)/gnu/classpath/VMSystemProperties.java \
- $(srcdir)/sun/reflect/Annotation/AnnotationInvocationHandler.java 
\
+ $(srcdir)/sun/reflect/annotation/AnnotationInvocationHandler.java 
\
  $(srcdir)/gnu/classpath/VMStackWalker.java


diff -urN jamvm-1.4.5-orig/lib/Makefile.in jamvm-1.4.5/lib/Makefile.in
--- jamvm-1.4.5-orig/lib/Makefile.in2007-02-05 04:23:19.0 +0100
+++ jamvm-1.4.5/lib/Makefile.in 2007-02-05 12:17:57.0 +0100
@@ -181,7 +181,7 @@
  $(srcdir)/java/lang/reflect/Method.java \
  $(srcdir)/java/security/VMAccessController.java \
  $(srcdir)/gnu/classpath/VMSystemProperties.java \
- $(srcdir)/sun/reflect/Annotation/AnnotationInvocationHandler.java 
\
+ $(srcdir)/sun/reflect/annotation/AnnotationInvocationHandler.java 
\
  $(srcdir)/gnu/classpath/VMStackWalker.java

 DISTCLEANFILES = inst_classes.zip


Cheers,

Michel




Re: [Jamvm-general] JamVM 1.4.5 released

2007-02-05 Thread fchoong
Hi Rob,
Looks cool! Looking forward to trying it;)

David Fu
--
firecat server-side javascript webserver
http://firecat.nihonsoft.org
http://www.nihonsoft.jp/firecat

> Hi,
>
> I'm pleased to announce the release of JamVM 1.4.5
> (http://jamvm.sourceforge.net).  This release adds support for
> Annotations, sun.misc.Unsafe (JSR-166), and a full port to the mipsel
> architecture.  Several other features have also been added and quite a
> few bugs fixed.
>
> The full list of changes are here:
>
> http://sourceforge.net/project/shownotes.php?release_id=483964
>
> The release will also be mirrored on BerliOS in the next few days.
>
> Thanks,
>
> Rob.
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Jamvm-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jamvm-general
>