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 232340 - [74cat] IllegalStateException: HTML5 project needed but found org.netbeans.modules.cnd.makeproject.MakeProject
Summary: [74cat] IllegalStateException: HTML5 project needed but found org.netbeans.mo...
Status: CLOSED DUPLICATE of bug 231319
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 15:26 UTC by kosmonaffft
Modified: 2013-07-08 01:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201963


Attachments
stacktrace (1.33 KB, text/plain)
2013-07-07 15:26 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2013-07-07 15:26:49 UTC
Build: NetBeans IDE Dev (Build 201307062300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows Server 2012

User Comments:
kosmonaFFFt: Create HTML5 application inside C/C++ application...




Stacktrace: 
java.lang.IllegalStateException: HTML5 project needed but found org.netbeans.modules.cnd.makeproject.MakeProject
   at org.netbeans.modules.web.clientproject.util.ClientSideProjectUtilities.setupProject(ClientSideProjectUtilities.java:135)
   at org.netbeans.modules.web.clientproject.ui.wizard.ClientSideProjectWizardIterator.instantiate(ClientSideProjectWizardIterator.java:149)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1044)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
   at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:253)
Comment 1 kosmonaffft 2013-07-07 15:26:51 UTC
Created attachment 136781 [details]
stacktrace
Comment 2 David Konecny 2013-07-07 21:27:13 UTC
It is the same problem as issue 231319.

*** This bug has been marked as a duplicate of bug 231319 ***