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

Feature request - use ikvm or ikvm.exe from path #31

Open
mgerhardy opened this issue Dec 1, 2016 · 2 comments
Open

Feature request - use ikvm or ikvm.exe from path #31

mgerhardy opened this issue Dec 1, 2016 · 2 comments

Comments

@mgerhardy
Copy link

Would make it easier on linux system that have ikvm installed system wide. They usually did it with a wrapper named /usr/bin/ikvm that is a shell script to the ikvm.exe in /usr/lib/ikvm/bin/ikvm.exe (or somewhere else)

@timotei
Copy link
Contributor

timotei commented Dec 1, 2016

That could work, but we already support kind-of that scenario: https://github.com/Ullink/gradle-ikvm-plugin/blob/master/src/main/groovy/com/ullink/IkvmBasePlugin.groovy#L10

Basically you need to ensure IKVM_HOME is set. Come to think of it, maybe we could also check if ikvmc is on path and then use that.

@sugoidogo
Copy link

I think detecting IKVM in PATH is important bc if you run choco install ikvm you find it in PATH but the IKVM_HOME is not set.

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

No branches or pull requests

3 participants