Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
11.0
-
None
-
None
Description
For instance, adding a JavaFX project like this one:
https://github.com/openjfx/samples/blob/master/IDE/NetBeans/Non-Modular/Gradle/hellofx
There are dependencies:
- org.openjfx:javafx-base:12
- org.openjfx:javafx-base:12:mac
- org.openjfx:javafx-graphics:12
- org.openjfx:javafx-graphics:12:mac...
Under the Project -> Configurations -> CompileClasspath you only see the artifacts:
- javafx-base:12
- javafx-graphics:12...
and if you expand them or if you hover them and see the tooltip), randomly some of them are the ones with classifier, the others not.
Note that the project works fine, build/run tasks work as expected, so all dependencies are resolved fine.
Expected: I'd expect to see all artifacts, including those with classifier.
Also the tooltip shows you the file location in your local repository, but then there is no way to right click and open the file's properties to copy that location.
Expected: I'd expect to be able to find the file in the local repository.
Version: NetBeans 11.0
Mac OS X 10.14.4
Attachments
Issue Links
- is fixed by
-
NETBEANS-4535 JavaFX sources and javadocs not attached in Gradle project
- Closed