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 126294

Summary: Unable to create module project
Product: apisupport Reporter: Winston Prakash <wjprakash>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Attaching a picture showing the problem
Attaching a picture showing the problem

Description Winston Prakash 2008-01-30 15:26:43 UTC
I'm trying to create a new module project.

Project root folder: main (hg workspace)
Project name: visualweb.html
codebase name: org.netbeans.modules.visualweb.html

The error displayed is

For this code name base module must be in a directory names "o.n.m.visualweb.html"
Comment 1 Winston Prakash 2008-01-30 15:27:45 UTC
Created attachment 55768 [details]
Attaching a picture showing the problem
Comment 2 Winston Prakash 2008-01-30 15:29:06 UTC
Created attachment 55769 [details]
Attaching a picture showing the problem
Comment 3 Winston Prakash 2008-01-30 17:36:37 UTC
OK, closing the bug as will not fix.

The screen shot was old. My intension was to give the code base name
as "org.netbeans.modules.visualweb.html".

When I gave the wrong code base name (org.netbeans.visualweb.html),
the error message was 

For this code name base module must be in a directory names "o.n.visualweb.html"

When I gave the correct code base name "org.netbeans.modules.visualweb.html"
then the error message what I see makes sense

For this code name base module must be in a directory names "visualweb.html"

The error message for the incorrect code base could be improved though.