Re: [kaffe] RC for 1.1.5

2005-04-04 Thread Jim Pick
It's also possible to delete tags in CVS.  I'll do that.  (in a few 
hours when I'm back at my machine)

Cheers,
 - Jim
Michael Koch wrote:
On Sun, Apr 03, 2005 at 06:04:23AM +0200, Dalibor Topic wrote:
Hi all,
I've put up the snapshot of CVS head online at
http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
NOTES yet, though, those are coming tomorrow ;)
Please give it a beating, and report build failures/send patches.
Barring some major bug, that will become 1.1.5. I'm sorry for the delay,
I spent most of it chasing build failures reported the contributors that
sent in bug reports, failure notices, and above all, patches to fix them
all. The tinderbox results look pretty good now.

Dalibor: cvs tag -F branchname is your friend when you execute it on current
head with the tagname of 1.1.5 branch.
Michael
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-04 Thread Dalibor Topic
Jim Pick wrote:
It's also possible to delete tags in CVS.  I'll do that.  (in a few 
hours when I'm back at my machine)

No, that's fine now, afaict.
I think the trick is to cvs -d -j HEAD in a checkout of a 
Release_1_1_5_Branch and then to ci the changes. I'll try that later 
when I'm back home :)

cheers,
dalibor topic
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


m68k/linux make problem (was: [kaffe] RC for 1.1.5)

2005-04-04 Thread Kiyo Inaba
I am now trying to test both m68k/linux or netbsd with this RC.
And I noticed even specifying --with-rt-jar option, make tries
to rebuild rt.jar by using jikes. It happened on m68k/linux, and
3/31's snap does not cause this problem.

After finishing first path for this arch, I will retry it, but
for the time being touching stamp file can cheat make process.

I am so sure --with-rt-jar itself works fine for this RC because
I used this option for ia32/netbsd (I don't have latest jikes
on this machine, this is another thing what I have to fix just
after the release...).

Kiyo


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: m68k/linux make problem (was: [kaffe] RC for 1.1.5)

2005-04-04 Thread Dalibor Topic
Am Dienstag, den 05.04.2005, 11:40 +0900 schrieb Kiyo Inaba:
 I am now trying to test both m68k/linux or netbsd with this RC.
 And I noticed even specifying --with-rt-jar option, make tries
 to rebuild rt.jar by using jikes. It happened on m68k/linux, and
 3/31's snap does not cause this problem.

Konnichiwa Kiyo, 

I introduced that bug after adding a workaround for Nice (the
tools.jar). That in turn broke prebuilt rt.jar builds, was reported by
Riccardo, and is fixed in 1.1.5.

2005-04-02  Dalibor Topic  [EMAIL PROTECTED]

* libraries/javalib/Makefile.am.in
[USE_PRECOMPILED_RT_JAR] (compile-tools-classes):
New target.
(tools.jar) Build only tools.jar classes.

Reported by:  Riccardo Mottola [EMAIL PROTECTED]


cheers,
dalibor topic


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-03 Thread Michael Koch
On Sun, Apr 03, 2005 at 06:04:23AM +0200, Dalibor Topic wrote:
 Hi all,
 
 I've put up the snapshot of CVS head online at
 http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
 'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
 NOTES yet, though, those are coming tomorrow ;)
 
 Please give it a beating, and report build failures/send patches.
 
 Barring some major bug, that will become 1.1.5. I'm sorry for the delay,
 I spent most of it chasing build failures reported the contributors that
 sent in bug reports, failure notices, and above all, patches to fix them
 all. The tinderbox results look pretty good now.

Dalibor: cvs tag -F branchname is your friend when you execute it on current
head with the tagname of 1.1.5 branch.


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-03 Thread Kiyo Inaba
Dalibor wrote:
Please give it a beating, and report build failures/send patches.

It's not a bug report, but let me report that this candidate can be
compiled for ia32/nb16 with three engines.

Failures are
1) jit3
   DoublePrint.java
   TestSerialVersions.java
   TestSerialPersistent.java
   TestSerialFields.java
   NullInvoke.java
   GetField.java
   PrimordialLoaderTest.java
   CLTestFindLoaded.java
   InterfaceSuperClass.java
   ImplementClass.java
   FieldErrors.java
   MethodErrors.java

2) jit
   DoublePrint.java
   UncaughtException.java
   TestSerialVersions.java
   TestSerialPersistent.java
   TestSerialFields.java
   ProcessClassTest.java
   InterfaceSuperClass.java
   ImplementClass.java
   FieldErrors.java
   MethodErrors.java

3) intrp
   DoublePrint.java
   DoubleComp.java
   TestSerialVersions.java
   TestSerialPersistent.java
   TestSerialFields.java
   SignedShort.java
   ExceptionTestClassLoader2.java
   ProcessClassInst.java
   InterfaceSuperClass.java
   ImplementClass.java
   FieldErrors.java
   MethodErrors.java
   DeadThread.java

And, testings were started for both m68k/linux and m68k/netbsd as usual,
but may take roughly one day to get the result ;-)

Kiyo

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-03 Thread Wolfgang Baer
Dalibor Topic wrote:
Hi all,
I've put up the snapshot of CVS head online at
http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
NOTES yet, though, those are coming tomorrow ;)
Please give it a beating, and report build failures/send patches.
Hi Dalibor,
I just run the tests on i386 for jthreads/pthreads and all tests pass.
Thanks for your work,
Wolfgang
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-03 Thread Arnaud Vandyck
Sun, 03 Apr 2005 17:23:11 +0200, 
Wolfgang Baer [EMAIL PROTECTED] wrote: 

 Dalibor Topic wrote:
 Hi all,
 I've put up the snapshot of CVS head online at
 http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
 'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
 NOTES yet, though, those are coming tomorrow ;)
 Please give it a beating, and report build failures/send patches.

 Hi Dalibor,
 I just run the tests on i386 for jthreads/pthreads and all tests pass.

Hi Dalibor,

I just run the tests on ppc32 for jthreads/pthreads and all tests
pass. I'm uploading a 1.1.4.RC1 package (yes, the release number is not
that good, hurry up for the 1.1.5! :-D)

Cheers,

-- 
Arnaud Vandyck
http://fosdem.org/ Free and Open Source Developers' European Meeting
jabber: [EMAIL PROTECTED]  February 26-27 2005, Bruxelles, Belgium
Thanks for your presence and  your help to make this year such a success
Java Trap: http://www.gnu.org/philosophy/java-trap.html

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] RC for 1.1.5

2005-04-02 Thread Dalibor Topic
Hi all,

I've put up the snapshot of CVS head online at
http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
NOTES yet, though, those are coming tomorrow ;)

Please give it a beating, and report build failures/send patches.

Barring some major bug, that will become 1.1.5. I'm sorry for the delay,
I spent most of it chasing build failures reported the contributors that
sent in bug reports, failure notices, and above all, patches to fix them
all. The tinderbox results look pretty good now.

Thanks, and good night ;)
dalibor topic


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-02 Thread Michael Franz
Dalibor,

Great work!  I am looking forward to the 1.1.5 release!

Michael


On Apr 2, 2005 11:04 PM, Dalibor Topic [EMAIL PROTECTED] wrote:
 Hi all,
 
 I've put up the snapshot of CVS head online at
 http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
 'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
 NOTES yet, though, those are coming tomorrow ;)
 
 Please give it a beating, and report build failures/send patches.
 
 Barring some major bug, that will become 1.1.5. I'm sorry for the delay,
 I spent most of it chasing build failures reported the contributors that
 sent in bug reports, failure notices, and above all, patches to fix them
 all. The tinderbox results look pretty good now.
 
 Thanks, and good night ;)
 dalibor topic
 
 ___
 kaffe mailing list
 kaffe@kaffe.org
 http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] RC for 1.1.5

2005-04-02 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dalibor Topic wrote:
 Hi all,
 
 I've put up the snapshot of CVS head online at
 http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the
 'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE
 NOTES yet, though, those are coming tomorrow ;)
[...]
Dalibor,
On behalf of us Debian Java folks, a huge thanks to you and the gang
for the push to a release.

Regards,
- --
Barry Hawkins
All Things Computed
site: www.alltc.com
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCT3mEHuKcDICy0QoRAnppAJwOasodL7w7f+qOB0Ssrdaq2mznWgCeI69f
+3dTO6TTvc85Ot6rNXui67w=
=/Vsc
-END PGP SIGNATURE-

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe