You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assumption that a custom component is always compiled into a JAR is erroneous. Java allows several other methods of accessing class data including raw class files in a directory. Is it possible to reference a directory instead of a JAR file with SceneBuilder?
Original comment byA. Walter (Bitbucket: awalterwork, GitHub: Unknown):
This issue is relevant for us as well. During the development of the custom components themselves, having to continuously package the project they reside in into a JAR and importing that JAR into SceneBuilder is a burden and a time sink. It would be very helpful if we could just tell SceneBuilder to use the build directory.
Original comment byLuca Domenichini (Bitbucket: mimmoz81, GitHub: mimmoz81):
I had that precise problem some months ago, while developing my custom component library.
I ended up developing my own SceneBuilder fork, passing to SB at launch time something like -Dcom.oracle....scanDirectories=.....
I made a simple main program in eclipse that launch SB passing that "-Dcom.oracle..", specifying my current src directories. This way, I can launch a SB instance scanning my current eclipse workspace reflecting current modifications on custom components.
I would like to make a PR, but sincerely I don't have time at the moment..
It would also be good to have the possibility to add a directory in library manager dialog.. currently, my fork don't manage that: it is only possible to specify directories at launch time.
Originally reported by: Robert Ross (Bitbucket: robross0606, GitHub: robross0606)
The assumption that a custom component is always compiled into a JAR is erroneous. Java allows several other methods of accessing class data including raw class files in a directory. Is it possible to reference a directory instead of a JAR file with SceneBuilder?
The text was updated successfully, but these errors were encountered: