Skip to content
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

Let IKVM.Net.Sdk handle java archives as opaque ikvmc conversion target #351

Merged
merged 4 commits into from
Jun 7, 2023

Conversation

AliveDevil
Copy link
Collaborator

Tested in the wild (iterate-ch/cyberduck@master...feature/winui).

IKVM builds fine (didn't see any regression).
A first converted application (CLI, as UI is somewhat complicated) is working without issue.

ProjectReference, Reference and type discovery works fine (no duplicate classes are generated).

Resolves #326

@AliveDevil AliveDevil self-assigned this Jun 6, 2023
@wasabii wasabii merged commit 5ae0588 into ikvmnet:develop Jun 7, 2023
69 checks passed
@@ -132,9 +128,9 @@ Files = files.ToArray();
</CompileJavaDependsOn>
</PropertyGroup>

<Target Name="CompileJava" DependsOnTargets="$(CompileJavaDependsOn)">
<Target Name="CompileJava" Inputs="@(Compile)" Outputs="@(Convert)" DependsOnTargets="$(CompileJavaDependsOn)">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Outputs= line breaks projects. Just noticed. Fixing in develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include JAR files in IKVM.NET.Sdk
2 participants