-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ikvmstub #140
Comments
It's in the tools artifact. Looking over htmlunit, however, this is a project which should be using IKVM.Maven.Sdk |
Okay, how do I find the executable after having done
Thanks for the tip, but I don't see how "referencing Maven artifacts within .NET SDK projects" is quite what I'm after with NHtmlUnit. NHtmlUnit is a project attempting to translate the Java-based HtmlUnit so HtmlUnit can be used from .NET. How is |
From the looks of it, |
If they don't want to use your wrappers, sure . But your wrappers can still exist in nuget. NHtmlUnit can have a MavenReference to the HtmlUnit packages in Maven. |
The tools artifact is an artifact. On the github releases page. |
Okay, cool – I found it. However, when executing Unhandled exception. System.IO.FileNotFoundException: netstandard
at IKVM.Reflection.Universe.Load(String refname, Module requestingModule, Boolean throwOnError) in D:\a\ikvm\ikvm\src\IKVM.Reflection\Universe.cs:line 789
at IKVM.Internal.AssemblyResolver.Init(Universe universe, Boolean nostdlib, IList`1 references, IList`1 userLibPaths) in D:\a\ikvm\ikvm\src\ikvmc\IKVM\Internal\AssemblyResolver.cs:line 93
at ikvmstub.Program.Main(String[] args) in D:\a\ikvm\ikvm\src\ikvmstub\ikvmstub.cs:line 161
Aborted (core dumped) |
Primary issue was answered. If new one open new issue. |
I can see from #125 that
ikvmstub
has been renamed toIKVM.Tool.Exporter
, but I'm unable to find anything namedIKVM.Tool.Exporter
orikvmstub
in the IKVM package after installation (dotnet restore
). Where do I find the executable formerly known asikvmstub
? :)For a bit of context, I'm working on HtmlUnit/NHtmlUnit#36 where I'm currently trying to translate the old
make.cmd
script into whatever version 8.2.1 of IKVM supports. I'm currently stuck at the following line:%IKVMSTUB% mscorlib
So what I'm really wondering is how do I stub
mscorlib
with version 8.2.1 of IKVM? If it is still with theikvmstub
executable, I need to know where I can find it.Thanks!
The text was updated successfully, but these errors were encountered: