Re: [Ikvm-developers] nant clean signed results in DirectoryNotFoundException -- what do I need fro
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2014-12-18 16:44:51
|
Hi Daniel, Building OpenJDK is a pain, so the IKVM build uses a pre-built OpenJDK that can be downloaded here: http://weblog.ikvm.net/2014/03/24/IKVMNET74ReleaseCandidate0.aspx (openjdk-7u40-b34-stripped.zip is the file you need) BTW, IKVM 8.0 release candidate 0 is also available: http://weblog.ikvm.net/2014/12/02/IKVMNET80ReleaseCandidate0.aspx Regards, Jeroen > -----Original Message----- > From: Daniel Wilson [mailto:wil...@gm...] > Sent: Thursday, December 18, 2014 17:36 > To: ikv...@li... > Subject: [Ikvm-developers] nant clean signed results in > DirectoryNotFoundException -- what do I need from OpenJDK? > > I am attempting to build IKVM v7.4 as it appears to be the most recent > branch that is ready or nearly ready for release. The HOWTO has gotten > me very close, but under the copyright target, I get: > [exec] Unhandled Exception: > System.IO.DirectoryNotFoundException: Could not find a part of the path > 'c: > \WilsonCode\openjdk-7u40-b34\build\linux- > amd64\gensrc\com\sun\accessibility\internal\resources\accessibility.java > '. > > And a popup message says that SourceLicenseAnalyzer.exe has crashed. > > How does one get the appropriate OpenJDK resources for this build? I > downloaded the OpenJDK source and unzipped it, but it lacks a "build" > folder. Do I need to make one of the targets? Or is there a better > starting point with OpenJDK to get the IKVM build what it needs? > > Thanks for you help! > > Daniel |