Replies: 2 comments 3 replies
|
Neither of those options make much sense there. -D is for setting system properties. IkvmReference is for adding libraries as references. Setting system properties on a library doesn't make sense. Recurse just allows you to specify a wildcard. But this is MSBuild where wildcards are built-in. |
0 replies
|
Additional question. How can I bundle two or more jars into one assembly instead of linking them by reference? Like [classOrJar1] ...[classOrjarN] part of ikvmc.exe.. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As the title says.
How do I specify the -D option or --recurse option when using ikvmc.exe directly when building with dotnet build using IkvmReference?
All reactions