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 170661 - Connect logical directory to directory on disk
Summary: Connect logical directory to directory on disk
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 18:00 UTC by canidae
Modified: 2014-04-14 14:31 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 canidae 2009-08-19 18:00:44 UTC
It would be nice if you could tell NetBeans that <logical directory> should put files in <directory>, so whenever you
copy/create a file to/in the logical directory that file should end up in <directory>.

For example, I tell NetBeans that the logical directory "Source Files" should place new files in the "src" directory.
Creating new files in that logical directory should place the new file in the connected directory. Copying files to the
logical directory should create the file in the connected directory and not just a link (related to Issue 170658).