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 89980 - Allow for setting arbitrary project directory
Summary: Allow for setting arbitrary project directory
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-24 06:03 UTC by Kirill Sorokin
Modified: 2011-08-31 14:06 UTC (History)
0 users

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 Kirill Sorokin 2006-11-24 06:03:26 UTC
Currently it's impossible to create a project which will reside in a directory
other than its name. That's not really convenient, since I like to give long
descriptive names for projects, while keeping the directory name short. E.g.
"NBI Admin Server" vs "server" (which resides in nbi/admin/server, and hence is
easily understood).

It would be VERY beneficial if it was possible to set the project's directory
separately from its name in one step (without having to perform a Create,Rename
combo).