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. |
Beta Was this translation helpful? Give feedback.
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.. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions