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 - Java fx project library semantics appear to differ from SE projects
Summary: Java fx project library semantics appear to differ from SE projects
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-24 12:11 UTC by homberghp
Modified: 2015-11-24 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
library screenshots (62.83 KB, application/zip)
2015-11-24 12:11 UTC, homberghp
Details

Note You need to log in before you can comment on or make changes to this bug.
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.