[Ikvm-developers] OpenJDK packs for head CVS?
Brought to you by:
jfrijters
|
From: Dawid W. <daw...@cs...> - 2009-02-04 15:52:29
|
Hi guys. First of all, congratulate on the idea and implementation -- IKVM is
absolutely fantastic.
I wanted to compile the head CVS version and after downloading the OpenJDK/GNU
classpath packs and unpacking them, there is an error like this:
[nant] D:\repositories\ikvm\ikvm\openjdk\openjdk.build
Buildfile: file:///D:/repositories/ikvm/ikvm/openjdk/openjdk.build
[...snip...]
[exec] javac: file not found: ..\..\openjdk6-b12\jdk\src\share\
classes\java\awt\image\DataBuffer.java
And indeed, the OpenJDK pointed to by the readme file does not contain
DataBuffer (GNU part does have it though). Is there an up-to-date ZIP with these
bundles?
Dawid
P.S. The readme file reads: "These files should be unzipped in the same
directory as where the ikvm directory (that contains this unzipped source
bundle) lives."
I believe it should be the parent directory of where the readme file lives; at
least that's where the scripts refer to.
|