[Ikvm-developers] Compile error
Brought to you by:
jfrijters
|
From: Brian S. <bsl...@no...> - 2004-03-30 20:43:41
|
After recent updates, there is a compile error in
ikvm/classpath/gnu/java/net/protocol/ikvmres/Handler.java:
*** Semantic Error: The return type of method
"cli.Syste
m.Collections.IEnumerator GetEnumerator();" does not match the return
type of th
e accessible method "cli.System.Collections.IDictionaryEnumerator
GetEnumerator(
);" declared in type "cli.System.Resources.IResourceReader".
I then started w/ clean versions of the cvs repositories for both
Classpath and IKVM (which reminds me, you might want to put a <mkdir
dir="release"/> in the IK.VM.JNI/ik.vm.jni.build file) and got the same
result.
IDictionaryEnumerator is a more concrete type of IEnumerator, but you
don't actually muck around with the definition of classes like
IResourceReader, right?
|