You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Alessandro Falappa (Jira)" <ji...@apache.org> on 2019/10/21 08:11:00 UTC

[jira] [Resolved] (NETBEANS-572) non existing dependencies are not shown under the Dependencies node

     [ https://issues.apache.org/jira/browse/NETBEANS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Falappa resolved NETBEANS-572.
-----------------------------------------
    Fix Version/s: 11.2
       Resolution: Fixed

> non existing dependencies are not shown under the Dependencies node
> -------------------------------------------------------------------
>
>                 Key: NETBEANS-572
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-572
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Maven
>    Affects Versions: 9.0, 10.0
>         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>            Reporter: Alied Pérez Martínez
>            Priority: Major
>             Fix For: 11.2
>
>         Attachments: image-2018-04-02-18-50-59-832.png, image-2018-04-02-18-52-29-308.png
>
>
> While testing Manually Install Artifact Test Case I added a non-existing dependency to the POM in order to manually add an artifact:
> {code:xml}
>         <dependency>
>             <groupId>org-apache-batik</groupId>
>             <artifactId>parser</artifactId>
>             <version>1.7</version>
>         </dependency>
> {code}
> *Expected:* A new node for the non-existing dependency should appear under the Dependencies node with an overlaid warning sign as Netbeans 8.2:
> !image-2018-04-02-18-52-29-308.png!
>  *Actual:* The newly-added dependency does not appear under the Dependencies node:
> !image-2018-04-02-18-50-59-832.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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