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

Summary: [74cat] IllegalStateException: HTML5 project needed but found org.netbeans.modules.cnd.makeproject.MakeProject
Product: web Reporter: kosmonaffft
Component: HTML ProjectAssignee: David Konecny <dkonecny>
Status: CLOSED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201963
Attachments: stacktrace

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 ***