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 75972 - Convert to J2SE project should be disabled
Summary: Convert to J2SE project should be disabled
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 09:51 UTC by Jaromir Uhrik
Modified: 2007-02-22 10:53 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 Jaromir Uhrik 2006-05-05 09:51:23 UTC
[BlueJ build #200601251500]
1.Select existing BlueJ project "prjXYZ" in projects view and invoke popup menu
2.Select item "Convert to J2SE project"
3.The dialog appears and asks for "New Project Location"
4.Browse some location (e.g. /space/xyz) and push OK button
5.Project is converted correctly. Repeat steps 1-4 with the same project and the
same location
It is not possible to convert project to the location because project in this
folder /space/xyz already exists (the progress stops at 10% and will never
finish). There should be some warning added that there is already existing
project in this folder and the user should not be able to push OK button (finish
conversion) in such case.
Comment 1 Milos Kleint 2006-05-05 13:23:55 UTC
I guess ok for beta, for final we need to do a UI refresh anyway, these
validation conditions shall be included.
Comment 2 Milos Kleint 2006-05-26 14:38:00 UTC
done.
converted to 1 step wizard.
showing error messages when wrong path entered, also disallowing to finish the
wizard in such a case.
Comment 3 Jaromir Uhrik 2006-08-25 14:26:52 UTC
Verified in 'final NB 5.0 BlueJ edition'. Red colored message appears and Finish
button is disabled.