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 190469 - "Reload in Target Platform" not available for Maven NBM projects
Summary: "Reload in Target Platform" not available for Maven NBM projects
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal with 1 vote (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 190755 191097
Blocks:
  Show dependency tree
 
Reported: 2010-09-20 17:56 UTC by Jesse Glick
Modified: 2010-10-18 18:27 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 Jesse Glick 2010-09-20 17:56:33 UTC
"Install/Reload in Development IDE" is available but this is less commonly wanted. Need to do nbm:run-ide or nbm:run-platform with the special --reload argument.
Comment 1 Jesse Glick 2010-09-29 14:04:50 UTC
A fix is needed for further development of Javeleon.
Comment 2 Jesse Glick 2010-10-01 18:53:34 UTC
core-main #9d80e711e622
Comment 3 Quality Engineering 2010-10-02 03:23:34 UTC
Integrated into 'main-golden', will be available in build *201010020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9d80e711e622
User: Jesse Glick <jglick@netbeans.org>
Log: #190469: add "Reload in Target Platform" action to modules in a running app.
For now you are required to first build the module (at least 'package'), since the reload goal must be run on the app project, and --also-make will not work here.
#190469: "Reload in Target Platform" not available for Maven NBM projects
Comment 4 Jesse Glick 2010-10-18 18:27:00 UTC
(In reply to comment #3)
> For now you are required to first build the module (at least 'package'), since
> the reload goal must be run on the app project, and --also-make will not work
> here.

bug #191097