Alied Pérez Martínez created NETBEANS-573:
---------------------------------------------
Summary: Cannot remove relocated dependency
Key: NETBEANS-573
URL: https://issues.apache.org/jira/browse/NETBEANS-573
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: QuickstartPrj.zip, ide.log
Steps to reproduce;
* Add a relocated dependency, such as:
{code:xml}
<dependency>
<groupId>jfreechart</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.0</version>
</dependency>
{code}
* Click on the Library node under Dependencies node in projects view and invoke
popup menu.
* Select Remove Dependency
*Expected:* The dependency should be removed
*Actual:* A message in the status bar states: "1 dependencies declared in
parent project(s) were not removed." and the dependency is not removed from the
project.
Probably related to https://netbeans.org/bugzilla/show_bug.cgi?id=253929
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists