-
-
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
bug: language property not evaluated correctly #50
Comments
Also can you start Maven with
|
Yep, latest version. Im on the way at the moment, cannot check debug, but will try... |
However,
When using this in a launch4j config file (https://github.com/paginagmbh/EPUB-Checker/blob/master/src/build/launch4j-config.xml) with launch4j standalone version, it works well! |
I have pushed a fix, could you test with the latest snapshot version? |
Yep, the fix works! Thanks! 👍 |
Thanks, 1.7.14 is under way to the Central :) |
Awesome, that was quick! 👍 |
Hello, not working here with version 1.7.15 :( versionInfo.language = !Language.english.us!
versionInfo.languageIndex = 15 I'm using this on pom.xml: <language>ENGLISH_US</language> |
What doesn't work? |
Can you test with the latest SNAPSHOT version? |
Done!
|
I don't understand, what's the problem? |
Hi, Tag language appears to not working, final binary use 1024 as language code. Maybe a macOS only issue? |
Hm... strange, there is no such language code defined in the Launch4j |
@lukaszlenart I believe that is the same problem in issue #45. |
Can you set |
You are right, it fallbacks to ENGLISH_US, but same trace and final result:
...
|
Is it possible to test this build on a different box, Windows or Linux? Also can you use Launch4j directly? You can save config defined in |
I think you ran into https://sourceforge.net/p/launch4j/bugs/160/ which I discovered in paginagmbh/EPUB-Checker#35 You all should probably second / upvote the bugreport in the launch4j sourceforge project as well, because the developer didn't respond yet... |
so it means that's an issue with |
@lukaszlenart Tks! My production setup have a Jenkins on docker (linux), I will put this on my list to verify on first public release of my software. |
…en-plugin * 'master' of https://github.com/lukaszlenart/launch4j-maven-plugin: (31 commits) Adds ability to save config into a file Drops languageIndex as this just a fallback, using language itself should be sufficient Adds 1.7.15 version notes [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.15 Updates version notes to add info about 1.7.14 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.14 Fixes issue with setting Language Index Closes orphan-oss#50 overwrite several properties analogous to the ANT task fix debug logging / also take config options from InFile into account Fixes small typo Adds version notes about 1.7.13 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.13 [pom] Update assembly goal to single [pom] Update maven-surefire-plugin to 2.19.1 [pom] Update maven-javadoc-plugin to 2.10.4 [pom] Update maven-compiler-plugin to 3.6.0 [pom] Update maven-assembly-plugin to 3.0.0 ...
I have the following configuration:
but the generated EXE file has language tag "Albanian" set in "details".
When I use the same configuration in launch4j standalone program, it works well...
The text was updated successfully, but these errors were encountered: