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 101524 - New UML Project -> wizard does not go away
Summary: New UML Project -> wizard does not go away
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Web Opener (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 10:02 UTC by stengbiegel
Modified: 2008-01-04 15: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 stengbiegel 2007-04-18 10:02:37 UTC
On executing 
New Project / UML / [Platform-Independent Model | Java-Platform Model] / Next /
Finish
The wizard stays and browse and help buttons are enabled. In the target
directory the nbproject folder is created, as well as 3 files: dtd, etd, ettm.
The nbproject/project.xml contains:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>com.sun.tools.ide.uml.project</type>
    <configuration/>
</project>

I tried several times with PIM and Java Platform model, but not with reverse
engeneering.
Comment 1 stengbiegel 2007-04-19 13:07:00 UTC
It is possible to open the created project but adding a diagram does not work. 
There is no message or the like, it simply does nothing.
Comment 2 stengbiegel 2007-04-19 16:09:26 UTC
Uninstalling the module and installing it again fixed the problem.