Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Andrew John Hughes
2009/11/3 Kelly O'Hair : > > If it is complaining about libjsig.so, > then you need this changeset in the jdk7/jdk repository. > > http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/8885b2256507 > > The Makefile jdk7/jdk/make/java/redist/Makefile is the jdk > Makefile that copies the hotspot build into a

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Kelly O'Hair
I'm also doing a sync of the jdk7/jdk7 changes into jdk7/build. But it won't happen until tomorrow. -kto

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Tim Bell
Andrew John Hughes wrote: > There's still the FontManager issue with b75, so for now I'd recommend m5: > > http://hg.openjdk.java.net/jdk7/m5 > > which is currently b75 + build forest promotion + jsr166y It should be, but my fault - the m5 forest does not have the build changests yet, but it wi

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Kelly O'Hair
If it is complaining about libjsig.so, then you need this changeset in the jdk7/jdk repository. http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/8885b2256507 The Makefile jdk7/jdk/make/java/redist/Makefile is the jdk Makefile that copies the hotspot build into a jdk image. There was some recent cha

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Andrew John Hughes
2009/11/3 Clemens Eisserer : > Hi Andrew, > >> Difficult to say from just that.  Have you tried using the freshly >> built JDK to build itself?  It's a quick acid test of a new build, and >> something IcedTea does by default. > > I know thats no excuse, but I haven't played a lot with building Open

Self-built JDK has troubles reading jar-files

2009-11-03 Thread Clemens Eisserer
Hello, I've just tried syncing with master, however my build doesn't seem to be able to handle jar-files - even with a fresh clone of jdk7/jdk or jdk//2d/jdk: [...@localhost linux-i586]$ bin/java -Dsun.java2d.xrender=True -jar /fc8/usr/j.jar Exception in thread "main" java.lang.NoClassDefFoundErr

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Andrew John Hughes
2009/11/3 Clemens Eisserer : > Hello, > > I've just tried syncing with master, however my build doesn't seem to > be able to handle jar-files - even with a fresh clone of jdk7/jdk or > jdk//2d/jdk: > > [...@localhost linux-i586]$ bin/java -Dsun.java2d.xrender=True -jar > /fc8/usr/j.jar > Exception

Re: Self-built JDK has troubles reading jar-files

2009-11-03 Thread Clemens Eisserer
Hi Andrew, > Difficult to say from just that.  Have you tried using the freshly > built JDK to build itself?  It's a quick acid test of a new build, and > something IcedTea does by default. I know thats no excuse, but I haven't played a lot with building OpenJDK. I was happy when I found a way to