Re: [Ikvm-developers] Build problem
Brought to you by:
jfrijters
|
From: Dmitry G. <gr...@tr...> - 2004-11-01 23:34:20
|
Hi! Jeroen Frijters wrote on 11/1/2004 10:04 AM: > Dmitry Gromov wrote: > >>There is one small issue left: if mscorlib.jar, System.jar and >>System.Xml.jar are generated from .Net 1.1 SP1 versions they >>won't allow to compile classpath correclty. MS probably changed >>some interfaces. > > I fixed this too. There were (and still are) a couple of bugs in the > reflection on .NET types. It's quite tricky to map the .NET model (which > is very flexible) onto Java's more simplistic model. > > At least it builds again now with a newly generated stub jars (with the > attached patch). If you find anything else, please let me know. > Excellent! Thank you very much. Tested and it now indeed works with stub jars from .Net 1.1. -- DG NJ |