-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Refine selection of binary bundle for macOS based on OS version #54
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
dc91e59
Ported to Eclipse
taxone 7663600
Upgrade to Java 7
taxone e9f7ad2
Removed Launch4j code. Now Maven dependencies are used.
taxone 51b51f7
.
taxone 2236ed3
Removed commented lines
taxone 0f4de3a
Excludes .idea folder
lukaszlenart f6d2685
Excludes IBM icu4j to avoid problems with assmbling jar
lukaszlenart 1ab8e04
Moves files to resources folder and drops custom task
lukaszlenart c74e48b
Performs code cleanup
lukaszlenart 29434f6
Uses Sonatype's parent
lukaszlenart 490c0f0
Cleans pom
lukaszlenart 726fc2c
[maven-release-plugin] prepare release launch4j-maven-plugin-1.6
lukaszlenart b67eab9
[maven-release-plugin] prepare for next development iteration
lukaszlenart d62576a
Drops deprecated release guideline
lukaszlenart 5008755
Adds basic readme
lukaszlenart 32b67e4
Adds CI config
lukaszlenart 335b681
Adds build status
lukaszlenart e8bb818
Adds info how to solve problem with missing dsol-xml dependency
lukaszlenart 82c1c18
Adds support for runtimeBits
lukaszlenart 503486d
Adds info about SNAPSHOT repo
lukaszlenart 922ee3b
Adds missing slash
lukaszlenart 92f71de
Adds runtimeBits @parameter definition and toString for better debugging
lukaszlenart d705285
Adds toString for better debugging
lukaszlenart 74d3ed5
Includes runtime artifacts in final class path, closes #5
lukaszlenart 1dd734e
Adds info about required Java version
lukaszlenart 9c59758
Upgrades Launch4j version to 3.5.0
lukaszlenart 53f037d
Changes compiler target to 1.7
lukaszlenart 52f5ab3
Drops failing plugin
lukaszlenart f18cea1
[maven-release-plugin] prepare release launch4j-maven-plugin-1.7
lukaszlenart 122fad9
[maven-release-plugin] prepare for next development iteration
lukaszlenart 32319cf
Updates version notes for 1.7
lukaszlenart 0bade86
Converts into links
lukaszlenart 940a3e2
Adds proper path
lukaszlenart 07a7b1f
Adds one more level to path
lukaszlenart fa32ac3
Merge branch 'master' of https://github.com/lukaszlenart/launch4j-mav…
thomas3 26e2cf0
Merge branch 'master' of https://github.com/lukaszlenart/launch4j-mav…
thomas3 b3a443a
Merge branch 'master' of https://github.com/lukaszlenart/launch4j-mav…
thomas3 f867ce5
Refine the selection of the platform specific binary bundle for macOS
thomas3 cd9ae03
Removed outdated README file
thomas3 0fc105a
Refactored macOS system version detection
thomas3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that in contrary to what Grzegorz wrote at https://sourceforge.net/p/launch4j/bugs/160/#95fd ?!
But you're using the
mac
version forisBelowMacOSX_10_8()
?!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the issue is that there is just one package for OSX
https://sourceforge.net/p/launch4j/bugs/160/#59fc