-
Notifications
You must be signed in to change notification settings - Fork 445
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
JDKPackagerPlugin fails to build package if maintainer is not set #563
Comments
Is this a sbt-native-packager error? For me it looks more like a general sbt/javafx missconfiguration? cc @metasim |
@strobe What version of Java and JavaFX are you using? Also, can you include your |
I'm using this
I created simple project for test this issue |
@strobe Thanks a lot. Will take a look at it soon. |
I don't think the bug has anything to do with ScalaFX, but with the plugin improperly handling the case when no maintainer is specified. @strobe Working on a fix, but try setting the @muuki88 Could you please change the title of this issue to: "JDKPackagerPlugin fails to build package if |
@metasim |
PR submitted. |
fix with #566 |
Got this error even if main class was set at build.sbt manually (on OSX).
as example of ScalaFX app see https://github.com/scalafx/scalafx-hello-world/blob/master/src/main/scala/hello/ScalaFXHelloWorld.scala
The text was updated successfully, but these errors were encountered: