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 196437 - FoD: NbDev/MavenApp does not activate maven part of apisupport
Summary: FoD: NbDev/MavenApp does not activate maven part of apisupport
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 13:09 UTC by fvogler
Modified: 2011-03-09 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177374


Attachments
stacktrace (3.67 KB, text/plain)
2011-03-08 13:09 UTC, fvogler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fvogler 2011-03-08 13:09:28 UTC
This bug was originally marked as duplicate of bug 186604, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
fvogler: Awake from standby and then activating netbeans development by creation of a maven application project.




Stacktrace: 
java.lang.NullPointerException: Send us the messages.log please!
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:265)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$000(DescriptionStep.java:87)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1.call(DescriptionStep.java:110)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1.call(DescriptionStep.java:106)
   at org.netbeans.modules.ide.ergonomics.fod.ConfigurationPanel$2$1.run(ConfigurationPanel.java:213)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 fvogler 2011-03-08 13:09:37 UTC
Created attachment 106819 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-03-09 15:50:15 UTC
I just tried the same - e.g.:
1. start with empty dir
2. create new project Maven/NetBeans Application
and everything worked for me. If I look to Tools/Plugins the "Java SE" feature is fully enabled (it is probably not in your case according to messages.log). 

Try to reproduce with clean user dir. If the problem persists, reopen, we can investigate more. Otherwise, it is "worksforme".