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

Summary: USABILITY: Create project in existing folder with existing src folder
Product: java Reporter: tprochazka <tprochazka>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.