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 45867 - Would be simpler to add "available" projects in classpath of a project.
Summary: Would be simpler to add "available" projects in classpath of a project.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-07-04 19:25 UTC by vbrabant
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vbrabant 2004-07-04 19:25:29 UTC
In NetBeans, I created two projects. One Java
Library Project and One Java Application Project.
Then I right-click the Java Application Project
and select Properties.
Then, I choose Build | Compiling Sources.
And then, I click on Add Project.
Here I can browse through my disk. But it would be
nice if nb proposed already "mounted" project.

Thanks a lot.

Vincent
Comment 1 Jesse Glick 2004-07-05 18:52:05 UTC
We discussed this possibility a long time ago and finally rejected it
on the grounds that if you are normally keeping open just a main
project and its recursive subprojects, the usual way a new project
would get opened would be by adding it as a dependency of an already
open project - not vice-versa. Anyway we still need to have a file
chooser for unopen projects, so at best we could make the UI thicker
by offering the option of opened projects from a combo box plus
opening a file chooser.

Leave it to Jano to reconsider, but provisionally have no plans to
change this.
Comment 2 Quality Engineering 2007-09-20 09:42:23 UTC
Reorganization of java component