gluonfx-gradle-plugin icon indicating copy to clipboard operation
gluonfx-gradle-plugin copied to clipboard

Add classes referenced in FXML files to reflectionList

Open hallvard opened this issue 6 years ago • 1 comments

When compiling a JaxaFx app, a lot of the classes in the reflectionList will implicitly come from the FXML files. It shouldn't be difficult to scan these files to identify the classes based on element names and import directives. I suggest adding an fxmlFiles property with files to scan that add classes to the reflectionList.

hallvard avatar May 30 '19 10:05 hallvard

Related to #25

johanvos avatar Sep 23 '19 11:09 johanvos