This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 3744 - A problem with the add jar files or directories to the NetBeans repository through the `Project Settings` tab
Summary: A problem with the add jar files or directories to the NetBeans repository th...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-08 20:37 UTC by Jan Palka
Modified: 2008-12-23 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-09-08 20:37:52 UTC
There is apparently a problem with the way the NetBeans Explorer allows the
user to add jar files or directories to the NetBeans repository through the
`Project Settings` tab.  When I go to add a jar file, the Explorer adds a
`.` to the repository list, but I am unable to define the path to the jar.
When I go to add a directory to the reposity, the Explorer adds a
`Unreachable file system(.)` but again I am unable to map a directory in the
repository.  The end result is that I am unable to add jars or directories
to the repository through the `Project Settings` tab.  Am I alone on this?
[BATsetting  root or acrchive name attribute issues an exception ]

InvocationTargetException:
java.lang.IllegalStateException: Some of deleted nodes are not present in original ones
        at org.openide.nodes.NodeMemberEvent.getDeltaIndices(NodeMemberEvent.java:91)
        at org.openide.explorer.view.ExploreTreeModel$NodeTreeListener.childrenAdded(ExploreTreeModel.java:239)
        at org.openide.nodes.Node.fireSubNodesChange(Node.java:515)
        at org.openide.nodes.Children$2.run(Children.java:260)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children.add(Children.java:204)
        at org.openide.nodes.Children$1$Refresher.run(Children.java:1270)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children$Keys.refreshKey(Children.java:1295)
        at com.netbeans.developer.modules.javadoc.search.JavaDocChildren.refreshFs(JavaDocChildren.java:122)
        at com.netbeans.developer.modules.javadoc.search.JavaDocChildren$fsChangeListener.propertyChange(JavaDocChildren.java:161)
        at org.openide.util.WeakListener$PropertyChange.propertyChange(WeakListener.java:119)
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).