This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256760

Summary: Java fx project library semantics appear to differ from SE projects
Product: javafx Reporter: homberghp
Component: ProjectAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: library screenshots

Description homberghp 2015-11-24 12:11:53 UTC
Created attachment 157475 [details]
library screenshots

I have been teaching how to use netbeans libraries (aka ant libraries).
The ant library manager pops up and everything is fine.

Now I want to use the same library in a java fx project, and is seems that netbeans (or the project configuration) insists on the project as the place to store the library jar files.
This is confusing at best, in particular because when you try to resolve the project problems and when selecting resolve, the same ant library manager pops up, appearing to be empty, and the global libraries are not selectable.

As it stands this defeats the purpose of the library concept, defining a reusable set of files, INdependent of a project, FX or not.