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 53399 - Default project location after import Existing BP application
Summary: Default project location after import Existing BP application
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-01-14 09:56 UTC by Petr Blaha
Modified: 2007-01-24 11:39 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 Petr Blaha 2005-01-14 09:56:51 UTC
[Build 20050113]
Steps:
1) Import existing Blueprints application and open
this app in NetBeans
2) go to New Project | Populated application
3) click Next button
4) Project Location text field has default path to
dir where is the imported application from step 1
We should use user dir as default value for
Project Location.
Comment 1 Martin Krauskopf 2006-05-31 10:15:13 UTC
Are there some specification. I could implement it, but for me the current
behaviour is better than the old one. Since it is possible that people will want
to import either the same EA again - as they play with importing feature; or
that they will want to use a location close to the previous one.
Please feel free to reopen and elaborate if you disagree or if this behaviour is
the one wanted by our HIE. Thanks for cooperation.
Comment 2 Martin Krauskopf 2006-05-31 10:17:09 UTC
Umm, I see. You mean the "Import Wizard" and "New Project" sequence, right? Yes
this is odd a little. Maybe we could use first parent non-project-containing
location. Do not have a strong opinion.
Comment 3 Martin Krauskopf 2006-06-01 13:40:21 UTC
Not dangerous, but quite visible and annoying (set odd location directory for
*all* project types).

ui/wizards/ImportBlueprintEarWizardIterator.java; 1.9.36.8 -> 1.9.36.9;
ui/wizards/NewEarProjectWizardIterator.java; 1.14.2.2.2.8 -> 1.14.2.2.2.9;
ui/wizards/PanelProjectImportVisual.java; 1.2.30.6 -> 1.2.30.7;
Comment 4 Martin Krauskopf 2006-06-01 16:33:38 UTC
And broken tests.

nbproject/project.properties; 1.7.16.3.2.9 -> 1.7.16.3.2.10;
Comment 5 Petr Blaha 2007-01-24 11:39:58 UTC
build 200701181900