-
Latest version didn't help either :(
** (./bin/ikvmc.exe:2301): WARNING **: The class IKVM.Attributes.CustomAssemblyClassLoaderAttribute could not be loaded, used in IKVM.Runtime, Version=0.36.0.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58
System.TypeLoadException: Could not load type 'IKVM.Attributes.CustomAssemblyClassLoaderAttribute' from assembly 'IKVM.Runtime, Version=0.36.0.5...
2007-12-14 00:26:13 UTC in IKVM.NET
-
Running ikvmc under mono on mac os x I received the following:
> mono ikvmc.exe -target:library -out:test.dll -reference:IKVM.OpenJDK.ClassLibrary.dll test.jar
** (ikvmc.exe:10536): WARNING **: The class IKVM.Attributes.CustomAssemblyClassLoaderAttribute could not be loaded, used in IKVM.Runtime, Version=0.36.0.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58
System.TypeLoadException...
2007-12-13 05:23:24 UTC in IKVM.NET
-
Not sure if this is IKVM or GNU Classpath but the following regular expression:
"^[\\\\/]a[\\\\/]$"
fails to match either of the following strings:
"/a/"
"\\a\\"
Curiously, the following is a work-around:
"^(\\\\|/)a[\\\\/]$"
and so is:
"^(\\\\|/)a(\\\\|/)$"
but the following is not:
"^[\\\\/]a(\\\\|/)$"
The problem doesn't occur under vanilla JDK nor .Net.
2007-02-08 03:00:37 UTC in IKVM.NET
-
The value of NPath is exponential and quickly wraps. A solution is to use BigInteger instead.
I've attached a replacement.
2007-02-08 02:44:26 UTC in checkstyle
-
haruki_zaemon committed patchset 155 of module joodi to the joodi CVS repository, changing 1 files.
2006-07-13 00:04:26 UTC in joodi
-
haruki_zaemon committed patchset 153 of module joodi to the joodi CVS repository, changing 2 files.
2006-07-07 02:23:18 UTC in joodi
-
haruki_zaemon committed patchset 152 of module joodi to the joodi CVS repository, changing 1 files.
2006-07-07 00:55:53 UTC in joodi
-
haruki_zaemon committed patchset 93 of module joodi to the joodi CVS repository, changing 1 files.
2004-12-10 00:24:03 UTC in joodi
-
haruki_zaemon committed patchset 76 of module joodi to the joodi CVS repository, changing 9 files.
2004-12-09 06:31:09 UTC in joodi
-
haruki_zaemon committed patchset 75 of module joodi to the joodi CVS repository, changing 23 files.
2004-12-09 06:20:07 UTC in joodi