[ https://issues.apache.org/jira/browse/NETBEANS-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomáš Procházka closed NETBEANS-2407. ------------------------------------- > Gradle project: Configurations doesn't distinguish dependencies with > classifier > ------------------------------------------------------------------------------- > > Key: NETBEANS-2407 > URL: https://issues.apache.org/jira/browse/NETBEANS-2407 > Project: NetBeans > Issue Type: Bug > Affects Versions: 11.0 > Reporter: José Pereda > Assignee: Laszlo Kishalmi > Priority: Minor > Fix For: 12.2 > > > 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 > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists