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 63364 - New Project Template wiz - generated wizard iterator produces wrong project folder
Summary: New Project Template wiz - generated wizard iterator produces wrong project f...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 18:02 UTC by Jesse Glick
Modified: 2005-10-26 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-30 18:02:40 UTC
If you name your template "X" and in the generated wizard choose "/tmp" as the
location (so that it shows "/tmp/X" as the project location), the project is
actually created in /tmp/X/X.

The line

  dir = dir.createFolder(name);

looks to be responsible. Try deleting it.
Comment 1 Jesse Glick 2005-08-31 20:22:46 UTC
Should be fixed now.

committed     Up-To-Date  1.5        
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/project/templateWizardIterator.javx
Comment 2 pzajac 2005-10-26 14:48:22 UTC
verified