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

Simple task for embedding avian #528

Open
nedtwigg opened this issue Mar 28, 2017 · 2 comments
Open

Simple task for embedding avian #528

nedtwigg opened this issue Mar 28, 2017 · 2 comments

Comments

@nedtwigg
Copy link

I'd love to see a Gradle task similar to the following:

task embed(type: EmbedWithAvianTask) {
    inputJar = 'minimiedByProguard.jar'
    platform = 'win32_x86_64'
    output = 'something.exe'
}

Basically, I'd like to avoid downloading and setting up a bunch of native compilation tools. Easy support of cross-compilation would be a big win as well.

I'm curious to try Avian, and this level of difficulty / reproducibility would get me to try it. For now, I have to ship something and I think I have an easier path than figuring all this out. If I have time to circle back to this, I'll contribute it back here.

@mikehearn
Copy link
Contributor

I'm working on this.

@nedtwigg
Copy link
Author

nedtwigg commented Feb 6, 2018

Hi @mikehearn ! Want a collaborator? Got anything partially complete we can start from?

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

2 participants