Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-2407

Gradle project: Configurations doesn't distinguish dependencies with classifier

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 11.0
    • 12.2
    • 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

          Activity

            People

              lkishalmi Laszlo Kishalmi
              jpereda José Pereda
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: