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 - Unable to create module project
Summary: Unable to create module project
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 15:26 UTC by Winston Prakash
Modified: 2008-01-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attaching a picture showing the problem (87.77 KB, text/plain)
2008-01-30 15:27 UTC, Winston Prakash
Details
Attaching a picture showing the problem (56.93 KB, image/png)
2008-01-30 15:29 UTC, Winston Prakash
Details

Note You need to log in before you can comment on or make changes to this bug.
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.