-
Notifications
You must be signed in to change notification settings - Fork 443
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
bashScriptConfigLocation config invalid #1076
Comments
Thanks for your bug report 😀 Can you provide a simple build.sbt to reproduce this? Or even better a regression test? |
I change back to 1.2.0-M8 package is right.don't exits conf/application.ini.
|
It might be related to #1042 if you have both the bat and bat script plugins. You create the If you set |
This is a documentation issue. @dwickern identified the issue correctly. We provide two start scripts javaOptions in UniversalIf you add anything to the Configuring bash and bat config files
This logic is very specific for the
ConclusionYou need to configure both, bashScriptConfigLocation := Some("${app_home}/../conf/jvmopts")
batScriptConfigLocation := Some("%APP_HOME%\\conf\\jvmopts") We need to make this more explicit in the documentation :) |
thanks,perfect solution |
Expected behaviour
When I upgrade from 1.2.0-M8 to 1.3.2 later,
bashScriptConfigLocation
config is invalid.when i use the commandlinesbt dist
pacakge still exists conf/application.ini, and my own setting config/jvm.ini also existsActual behaviour
only exits my setting file
Information
1.3.2
0.13.13
Windows10
Universal zip
rpm --version
)The text was updated successfully, but these errors were encountered: