Re: [Ikvm-developers] (no subject)
Brought to you by:
jfrijters
|
From: Jonathan P. <jp...@ny...> - 2003-07-23 20:09:49
|
Jeroen, I checked out your latest sources from cvs this morning, but had some trouble rebuilding classpath so I could regenerate classpath.dll. Since the map.xml changed, I assume I need to run ikvmc again on classpath.jar to replace the references to StringBuffer with StringHelper calls from the map. Unless I can rebuild classpath, I won't be able to run ikvmc on Java1.4 jars that reference the missing String methods. If you add classpath.jar to your distribution, developers will be able to regenerate classpath.dll without needing to build classpath.jar every time the ikvm map changes but the classpath library doesn't need to be updated. I tried checking out the latest classpath sources and adding your additions, but I got build errors when I tried to build using nant. I even checked out the latest jikes sources from cvs and managed to build that first with cygwin. Do you have any instructions for rebuilding classpath.dll? I got a few missing file warnings, and a warning about $ variables conflicting with compiler output followed by a build failed when building classpath with your nant build file. I'll wait for your new snapshot and test the jdk1.4 jars once I get a new version of classpath.dll Regards, Jonathan ----- Original Message ----- From: "Jeroen Frijters" <je...@su...> To: "Jonathan Pierce" <jp...@ny...>; <ikv...@li...> Sent: Wednesday, July 23, 2003 10:23 AM Subject: RE: [Ikvm-developers] (no subject) Jonathan Pierce wrote: > Where is the cvs repository? I just looked on SourceForge > and didn't see any changes to map.xml, etc. Did you use the only CVS browser? It says: NOTE: ViewCVS is currently running against the backup CVS server; data shown may be up to 24 hours old. So that probably explains why. Regards, Jeroen |