RE: [Ikvm-developers] Build problem
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2004-11-01 15:04:29
|
Dmitry Gromov wrote: > There is one small issue left: if mscorlib.jar, System.jar and=20 > System.Xml.jar are generated from .Net 1.1 SP1 versions they=20 > won't allow to compile classpath correclty. MS probably changed > some interfaces. > Those jars from .Net 1.1 work fine. I'm not sure what=20 > priority it can be for you, but if you are interested, I can > send you jikes errors and jars. 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. Thanks. Regards, Jeroen |