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 67118 - If creating suite#2, it is created by default into previous suite dir.
Summary: If creating suite#2, it is created by default into previous suite dir.
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 13:47 UTC by Tomas Danek
Modified: 2005-11-09 13:00 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 Tomas Danek 2005-10-19 13:47:54 UTC
This is annoying for me..

1) create suite1 ($PROJECT_DIR/suite1)
2) if you create new module, by default is preselected to create into suite from
step #1,and into its dir. This is ok.($PROJECT_DIR/suite1/module1)
3) But if you now create another suite2, it's purposed to place it *into*
suite1. That is strange, one level up should be offered.
($PROJECT_DIR/suite1/suite2 is wrong IMHO, $PROJECT_DIR/suite2 should be offered)
Comment 1 Martin Krauskopf 2005-10-19 15:41:32 UTC
Sounds reasonable.
Comment 2 Martin Krauskopf 2005-11-08 16:43:04 UTC
Annoying during testing. Started...
Comment 3 Martin Krauskopf 2005-11-08 17:22:20 UTC
Fixed.

Checking in ui/wizard/BasicInfoVisualPanel.java; 1.41 -> 1.42;
Comment 4 Tomas Danek 2005-11-09 13:00:12 UTC
works fine now, thanx! V 200511081900