-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support to runtimeBits #6
Comments
What's |
Is a launch4j configuration property. launch4jConfig/jre/runtimeBits
|
Something like this 83e721c? |
Nice! Thanks |
I can deploy snapshot version to oss.sonatype.org, can you test it? |
Would be nice! I will test it and give you a feedback |
Done! Use |
Hi, Now maven creates an executable without problem, but when I execute EXE file, I get always the message "This application requires runtime 1.6.0". I tested with 32 and 64 jre 1.7.0 I tried use Sonatype repo following README instructions, but I don't have success. I got it with this (http://stackoverflow.com/questions/13306348/instruct-maven-to-download-third-party-plugin-from-https-oss-sonatype-org-cont) Thanks |
Hm... it looks like a bug in Launch4j itself, will try to investigate the source of Launch4j and maybe will find some solution. Problem with repo was missing slash at the end - I've updated the README |
I have posted question here as I couldn't find any solution: |
OK. Thanks! I'll follow the thread. |
Looks like issue is solved in Launch4j - we just need a new release :-) |
I have upgrade Launch4j version and pushed new 1.7-SNAPSHOT artifacts to Sonatype Maven repo - can you test it and report back? Thanks in advance! |
I'll test it! Thanks |
Tested with successful! Thanks! |
Great! I will push new version then :-) |
Hi,
Would be nice if the runtimeBits was supported.
Maven output:
Thanks
The text was updated successfully, but these errors were encountered: