RE: [Ikvm-developers] New snapshots
Brought to you by:
jfrijters
|
From: Jonathan P. <jp...@ny...> - 2003-08-08 15:26:08
|
Jeroen,
>I put up new snapshots:
>It includes yesterday's stuff plus the following:
Great job on all the bug fixes and build process additions !!! I'm always
surprised how quickly you are able to get these things done.
I was able to build everything without any problems with both NANT and
ikvm.sln
>When running NAnt it is important to specify "-defaultframework:net-1.1"
>otherwise the JNI provider won't work (not sure why).
I didn't need to specify this option. You might want to check your INCLUDE
environment variable. If you don't need to continue to support .NET 1.0, I
suggest that you remove any search paths that reference Microsoft Visual
Studio .NET and replace them with the equivalent ones from Microsoft Visual
Studio .NET 2003
From your Release Build log, your INCLUDE and LIB paths still reference
C:\Program Files\Microsoft Visual Studio .NET...
My INCLUDE environment variable is defined as a System variable with value:
" C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Microsoft Visual
Studio .NET 2003\Vc7\include\;C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\include\;"
I also deleted the USER defined environment variable with the same name.
>- Classpath .properties files are now included as resources in the
>classpath.dll
Thanks for getting this done as well. It eliminated almost all of the
missing resource exceptions from classpath.
The only remaining ones are currencySymbol and intlCurrencySymbol which look
like they are missing from gnu.java.locale.LocaleInformation_en.properties
in the classpath distribution so they rely on the default value: "$" which
may be intentional.
classpath.dll!java.text.DecimalFormatSymbols.safeGetString(java.util.Resourc
eBundle bundle = {gnu.java.locale.LocaleInformation_en}, string name =
"currencySymbol", string def = "$") + 0x3e bytes
classpath.dll!java.text.DecimalFormatSymbols.safeGetString(java.util.Resourc
eBundle bundle = {gnu.java.locale.LocaleInformation_en}, string name =
"intlCurrencySymbol", string def = "$") + 0x3e bytes
Jonathan
|