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 227470 - NullPointerException at org.netbeans.modules.cordova.platforms.ios.IOSSDK.parse
Summary: NullPointerException at org.netbeans.modules.cordova.platforms.ios.IOSSDK.parse
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 13:09 UTC by Marek Fukala
Modified: 2013-03-23 01:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199612


Attachments
stacktrace (1.76 KB, text/plain)
2013-03-14 13:09 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2013-03-14 13:09:55 UTC
Build: NetBeans IDE Dev (Build 20130312-158eedcda65f)
VM: Java HotSpot(TM) Client VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

User Comments:
mfukala: can't create html5 project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cordova.platforms.ios.IOSSDK.parse(IOSSDK.java:75)
   at org.netbeans.modules.cordova.platforms.ios.IOSPlatform.getSDKs(IOSPlatform.java:84)
   at org.netbeans.modules.cordova.platforms.ios.IOSPlatform.getPrefferedTarget(IOSPlatform.java:131)
   at org.netbeans.modules.cordova.platforms.MobileProjectExtender.createMobileConfigs(MobileProjectExtender.java:86)
   at org.netbeans.modules.cordova.platforms.MobileProjectExtender.apply(MobileProjectExtender.java:75)
   at org.netbeans.modules.web.clientproject.ui.wizard.ClientSideProjectWizardIterator$NewProjectWizard.instantiate(ClientSideProjectWizardIterator.java:419)
Comment 1 Marek Fukala 2013-03-14 13:09:57 UTC
Created attachment 132605 [details]
stacktrace
Comment 2 Marek Fukala 2013-03-15 14:17:10 UTC
I really can't create a static html web project because of this => p2
Comment 3 Jan Becicka 2013-03-18 12:56:10 UTC
Changeset: ea71a81aa764
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2013-03-18 13:50
Message:
Comment 4 Quality Engineering 2013-03-23 01:59:00 UTC
Integrated into 'main-golden', will be available in build *201303222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea71a81aa764
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #227470 - NullPointerException at org.netbeans.modules.cordova.platforms.ios.IOSSDK.parse