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 218499 - Newly created application doesn't run
Summary: Newly created application doesn't run
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P2 normal with 1 vote (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 216192
Blocks:
  Show dependency tree
 
Reported: 2012-09-18 06:53 UTC by mienamoo
Modified: 2012-09-21 08:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-09-18 06:53:52 UTC
NetBeans build 201209110001
JDK 7u5 64-bit

I just created a brand new Ant-based NetBeans Platform application based on the Development IDE platform. Much to my surprise this empty application failed to start up! The warning is:

Warning - could not install some modules: Command-line Serviceability - The module named org.netbeans.modules.autoupdate.services was needed and not found.

I had to manually resolve the dependency in the project properties. So there is a work around. But this will leave a really bad impression on a first time user of the platform, and I believe this is an important issue to fix.
Comment 1 mienamoo 2012-09-18 06:57:21 UTC
This will cause a failure of the Run test at http://wiki.netbeans.org/TS_71_APISupport_Ant_ProjectOperations#Test_suite:_Operations_on_Module_Suites
Comment 2 Jaroslav Tulach 2012-09-19 17:11:35 UTC
We need to add the serviceability module to the list of excluded modules in NetBeans application template: ergonomics#dc4df91c5455
Comment 3 Quality Engineering 2012-09-21 02:25:30 UTC
Integrated into 'main-golden', will be available in build *201209210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dc4df91c5455
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #218499: autoupdate.cli should be excluded by default from NetBeans Platform Applications
Comment 4 mienamoo 2012-09-21 08:02:03 UTC
Verified with build 201209210001. Thanks!