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 50325 - Wizard for freeform project not updated when using Back
Summary: Wizard for freeform project not updated when using Back
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-10-13 12:10 UTC by Milan Kubec
Modified: 2006-03-24 09:51 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 Milan Kubec 2004-10-13 12:10:55 UTC
[200410121800, JDK 1.5.0_01]

I was creating FF project from following dir
structure:
ana/build.xml
ana/extradir
In first panel of the wizard I selected folder
'ana/extradir' as Location and 'ana/build.xml' as
Build Script. I hit Next and then Back and
selected only 'ana' folder as Location and changed
name of the project folder. Then I finished the
wizard.
The error is that project metadata (nbproject) are
under project ana/extradir - the location that was
selected first time.
Comment 1 David Konecny 2004-10-14 16:01:01 UTC
Fixed, however keep in mind that if you go through the wizard and
setup sources/classpath and then go back and change project location
or folder, these data will be reset because they are stored relatively
to project location/folder.

Fixed in:
src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoWizardPanel.java;
new revision: 1.7; previous revision: 1.6
src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java;
new revision: 1.26; previous revision: 1.25
src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java;
new revision: 1.13; previous revision: 1.12
Comment 2 Milan Kubec 2004-10-15 10:36:21 UTC
Verified in custom 20041015.