You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Alied Pérez Martínez (JIRA)" <ji...@apache.org> on 2018/04/02 21:54:00 UTC

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

Alied Pérez Martínez created NETBEANS-572:
---------------------------------------------

             Summary: 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
    Affects Versions: 9.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
         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
(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