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 58984

Summary: Integrate new Web from existing sources with Checkout
Product: javaee Reporter: _ pkuzel <pkuzel>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker CC: abadea
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 58486    

Description _ pkuzel 2005-05-17 13:07:56 UTC
Project type WizardPanel that contains sources chooser must take into account
known location of existing sources. There is following utility method
Templates.getExitingSourcesFolder(wizardDescriptor) that returns convenient
chooser starting point or null.

For example: CVS Checkout allows user to immediately create project from checked
out sources. User expects that relevant new project wizard choosers (source
folders, existing ant script, test folder, ...) start at checkout working directory.
Comment 1 Andrei Badea 2005-11-02 14:23:18 UTC
Please consider fixing in a similar way to the fix of the EJB project issue 58987.
Comment 2 Radko Najman 2005-11-30 08:24:39 UTC
Fixed.

Checking in ImportLocationVisual.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/ImportLocationVisual.java,v
 <--  ImportLocationVisual.java
new revision: 1.39; previous revision: 1.38
done
Comment 3 Dan Kolar 2006-08-21 12:20:21 UTC
v.