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 59191 - java.io.IOException: Misconfigured project in MasterFileObject
Summary: java.io.IOException: Misconfigured project in MasterFileObject
Status: CLOSED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 17:49 UTC by Adam Sotona
Modified: 2005-12-12 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project.xml (13.68 KB, text/xml)
2005-05-23 17:50 UTC, Adam Sotona
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Sotona 2005-05-23 17:49:34 UTC
exception when trying to open external module project

java.io.IOException: Misconfigured project in
MasterFileObject@1597cac[file:/Z:/cvs/platan/f4j_me/kjava/j2meproject/] has no
defined <code-name-base>
     at
org.netbeans.modules.apisupport.project.NbModuleProject.<init>(NbModuleProject.java:92)
     at
org.netbeans.modules.apisupport.project.NbModuleProjectType.createProject(NbModuleProjectType.java:41)
     at
org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.loadProject(AntBasedProjectFactorySingleton.java:133)
     at
org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:318)
     at org.netbeans.api.project.ProjectManager.access$700(ProjectManager.java:43)
     at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:232)
     at org.openide.util.Mutex.readAccess(Mutex.java:234)...
Comment 1 Adam Sotona 2005-05-23 17:50:21 UTC
Created attachment 22266 [details]
project.xml
Comment 2 Jesse Glick 2005-05-23 18:36:57 UTC
Don't know, working AFAIK on other modules. Can't see any reason in the code why
that error would be thrown; reopen if you have a reproducible standalone test
case (or run the debugger on this).

BTW your project.xml is invalid according to schema. You must delete the <path>
element.
Comment 3 Tomas Danek 2005-12-12 13:52:46 UTC
no reaction -> not reproducible probably. Closing.