[
https://issues.apache.org/jira/browse/NETBEANS-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Brice updated NETBEANS-2051:
---------------------------------
Description:
Updating the controller class in an existing fxml file then doing Make
Controller causes NetBeans to create the Controller file in src/main/resources
instead of src/main/java.
Steps to reproduce:
# Create a Maven JavaFX project
# Update pom.xml and nbactions.xml as per instructions on openjfx.io (JavaFX
and NetBeans, Modular with Maven)
# Create a new Empty FXML without a controller in src/main/resources/fxml
# Add an fx:controller property either by editing the fxml directly or
defining a controller class using Scene Builder e.g. <AnchorPane
id="AnchorPane" prefHeight="400.0" prefWidth="600.0"
xmlns:fx="http://javafx.com/fxml/1"
*fx:controller="dumdum.testing.TestScene3Controller"*>
# Right-click the fxml file in NetBeans and Make Controller. The class will be
created in *src/main/resources*/dumdum/testing/TestScene3Controller.java
was:
Updating the controller class in an existing fxml file then doing Make
Controller causes NetBeans to create the Controller file in src/main/resources
instead of src/main/java.
Steps to reproduce:
# Create a Maven JavaFX project
# Update pom.xml and nbactions.xml as per instructions on openjfx.io (JavaFX
and NetBeans, Modular with Maven)
# Create a new Empty FXML without a controller in src/main/resources/fxml
# Add an fx:controller property either by editing the fxml directly or
defining a controller class using Scene Builder e.g. <AnchorPane
id="AnchorPane" prefHeight="400.0" prefWidth="600.0"
xmlns:fx="http://javafx.com/fxml/1"
*fx:controller="dumdum.testing.TestScene3Controller"*>
# Right-click the fxml file in NetBeans and Make Controller. The class will be
created in src/main/resources/dumdum/testing/TestScene3Controller.java
Summary: Make Controller creates class in src/main/resources (was:
JavaFX Controller class is created in resources)
> Make Controller creates class in src/main/resources
> ---------------------------------------------------
>
> Key: NETBEANS-2051
> URL: https://issues.apache.org/jira/browse/NETBEANS-2051
> Project: NetBeans
> Issue Type: Bug
> Components: javafx - Project, projects - Maven
> Affects Versions: 10.0
> Environment: Windows 10 (1809 64-bit)
> NetBeans 10.0
> Maven 3.6.0
> AdoptOpenJDK 11.0.2
> OpenJFX 11.0.2
> Reporter: John Brice
> Priority: Minor
> Labels: Maven, NetBeans, javafx
>
> Updating the controller class in an existing fxml file then doing Make
> Controller causes NetBeans to create the Controller file in
> src/main/resources instead of src/main/java.
> Steps to reproduce:
> # Create a Maven JavaFX project
> # Update pom.xml and nbactions.xml as per instructions on openjfx.io (JavaFX
> and NetBeans, Modular with Maven)
> # Create a new Empty FXML without a controller in src/main/resources/fxml
> # Add an fx:controller property either by editing the fxml directly or
> defining a controller class using Scene Builder e.g. <AnchorPane
> id="AnchorPane" prefHeight="400.0" prefWidth="600.0"
> xmlns:fx="http://javafx.com/fxml/1"
> *fx:controller="dumdum.testing.TestScene3Controller"*>
> # Right-click the fxml file in NetBeans and Make Controller. The class will
> be created in *src/main/resources*/dumdum/testing/TestScene3Controller.java
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists