Experimental Build Repository at icedtea.classpath.org

Andrew Haley aph at redhat.com
Fri Jun 8 10:50:01 PDT 2007


Tom Marble writes:
 > Francis Kung wrote:
 > > The version of jar we are using allows us to omit input files to create
 > > an empty jar, but it looks like this version doesn't.  As a work-around,
 > > I've added a dummy input file to the jar command.
 > > 
 > > These changes (xalan/xerces locations and empty jars) have been checked
 > > into the IcedTea mercurial repository.
 > 
 > For fun I have been trying to use OpenJDK (b13) as the bootstrap
 > for IcedTea.

I just bootstrapped OpenJDK (b13) from my IcedTea (b12).  It was a
simple matter of applying icedtea/icedtea-copy-plugs.patch to
openjdk-7-ea-src-b13-24_may_2007 and then building as usual.

Like this:

 cd /local/openjdk-7-ea-src-b13-24_may_2007
 patch -p1 < /local/icedtea/icedtea-copy-plugs.patch
 ln -s /local/icedtea/bootstrap/jdk1.6.0/ .
 ln -s /local/icedtea/bootstrap/jdk1.7.0 .
 export ALT_CLOSED_JDK_IMPORT_PATH=/local/openjdk-7-ea-src-b13-24_may_2007/jdk1.7.0/
 export ALT_BOOTDIR=/local/openjdk-7-ea-src-b13-24_may_2007/jdk1.6.0/

 cd control/make
 make

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903



More information about the distro-pkg-dev mailing list