The pom.xml created bij de new project 'Gluon Mobile - Multi View Project (FXML)' created by the Netbeans (12) contains the following errors for the native android/ios build.
The tag:
hellofx.hello
results in the compile error "Can't find bundle for base name hellofx.hello, locale en_US"
The entry hellofx.hello must be removed.
The pom.xml created bij de new project 'Gluon Mobile - Multi View Project (FXML)' created by the Netbeans (12) contains the following errors for the native android/ios build. The tag:
hellofx.hello
results in the compile error "Can't find bundle for base name hellofx.hello, locale en_US" The entry
hellofx.hello
must be removed.The tags:
javafx.fxml.FXMLLoader
com.gluonapplicationfxml.PrimaryPresenter
com.gluonapplicationfxml.SecondaryPresenter
javafx.scene.control.Button
javafx.scene.control.Label
gives error "Could not resolve com.gluonapplicationfxml.PrimaryPresenter for reflection configuration. " The tags should be changed to:
javafx.fxml.FXMLLoader
com.gluonapplicationfxml.views.PrimaryPresenter
com.gluonapplicationfxml.views.SecondaryPresenter
javafx.scene.control.Button
javafx.scene.control.Label
Same errors are also in the other Gluon Mobile projects.