Naoghuman / NetBeansIDE-AfterburnerFX-Plugin

The NetBeansIDE-AfterburnerFX-Plugin is a NetBeans IDE plugin which supports the file generation in convention with the library afterburner.fx in a JavaFX project.
GNU General Public License v3.0
9 stars 3 forks source link

Generated files are not saved in the target package #24

Open mfdewit opened 8 years ago

mfdewit commented 8 years ago

Hi, Despite correctly setting a target package for the generated files, the files are saved in the project root. I'm using Netbeans 8.1.

Naoghuman commented 8 years ago

Hi, thanks for reporting this issue. I think its depend on the issu #22 ([Wizard] Choose other package then default dont work). Because this means I have to do investigate more time about the package generation in NetBeans API I plan to deactive for the next version v1.2 the editable package name (see #23 ([Primary Files] Replace the ComboBoxes from Location and Package with TextFields.)).

When I fixed it, then I will activate again the feature to change a package directly in the wizard.

As a workround (until I fixed it) generate first the target package, then use this package to open the wizard. Then the generated files will be in the target package.