You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2019/04/23 20:03:00 UTC

[jira] [Commented] (NETBEANS-2407) Gradle project: Configurations doesn't distinguish dependencies with classifier

    [ https://issues.apache.org/jira/browse/NETBEANS-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16824486#comment-16824486 ] 

Laszlo Kishalmi commented on NETBEANS-2407:
-------------------------------------------

Hmm. This seems to be a nasty one. Gradle does not provide Classifier in module dependencies.

> 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: Jose Pereda
>            Assignee: Laszlo Kishalmi
>            Priority: Minor
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists