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 199107 - Cannot build Maven CRUD sample app
Summary: Cannot build Maven CRUD sample app
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 11:31 UTC by Tomas Danek
Modified: 2011-06-09 04:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (74.54 KB, application/octet-stream)
2011-06-02 11:31 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2011-06-02 11:31:38 UTC
Created attachment 108673 [details]
log

Product Version: NetBeans IDE 7.0.1 Dev (Build 201106020000)
Java: 1.6.0_24; Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334
System: Mac OS X version 10.6.7 running on x86_64; MacRoman; en_US (nb)
Userdir: /Users/tomas/.netbeans/7.0.1dev
-------------------------
- create Maven CRUD sample app
- building of crud-sample application fails:

Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.1:cluster-app (default-cluster-app) on project application: Execution default-cluster-app of goal org.codehaus.mojo:nbm-maven-plugin:3.1:cluster-app failed. NullPointerException -> [Help 1]

full log (with --debug) is attached.
Comment 1 Jesse Glick 2011-06-02 18:15:59 UTC
Preparatory commit: core-main #d6d393ec99cf
Comment 2 Jesse Glick 2011-06-02 20:53:20 UTC
Cleaned up POMs in core-main #8daf43c7e5cf though I make no promises about how well the app actually runs; jrechtacek owned it and I am not a domain expert.
Comment 3 Quality Engineering 2011-06-03 18:17:27 UTC
Integrated into 'main-golden', will be available in build *201106031000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8daf43c7e5cf
User: Jesse Glick <jglick@netbeans.org>
Log: #199107: several Maven-based sample projects were unbuildable, or at least using obsolete dependencies or idioms.
Comment 4 Jesse Glick 2011-06-07 20:57:16 UTC
releases #aafcafd36e50, releases #0a2367ae109c
Comment 5 Quality Engineering 2011-06-09 04:35:49 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/0a2367ae109c
User: Jesse Glick <jglick@netbeans.org>
Log: #199107: several Maven-based sample projects were unbuildable, or at least using obsolete dependencies or idioms.
(transplanted from 8daf43c7e5cfe581461c462d59c3ef0a48f9a735)