gluonhq / ide-plugins

Gluon integration with Java IDEs
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

Bugs in pom.xml for Gluon Mobile - Multi View Project (FXML) created by the Netbeans plugin #35

Closed gboeve closed 4 years ago

gboeve commented 4 years ago

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.

abhinayagarwal commented 4 years ago

HI @gboeve ,

Thank you for reporting this issue. This is already been tracked internally and should be fixed in the next release of the plugin.