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 126763 - USABILITY: Create project in existing folder with existing src folder
Summary: USABILITY: Create project in existing folder with existing src folder
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 20:29 UTC by tprochazka
Modified: 2011-08-31 14:07 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 tprochazka 2008-02-05 20:29:45 UTC
Netbeans can create project with existing source, but I think that this function was badly designed from user usability 
point of view. Most frequent use case is, that user download some non-Netbeans project to folder "Project" (from SVN 
for example) and can create project from this folder. But this folder contain src folder and Netbeans can create 
project on existing src folder. What now? I tried rename downloaded folder to Project2 and now created new "Project 
with existing folder" with "Project" name and select src folder from Project2. But now I have two folder, "Project" 
uses src folder from "Project2" :-( Is this what users want? The only way is to create normal project "Project" and 
move src folder manually from Project2. But its necessary copy also cvs or .svn folders.