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 258031 - update the modules via command line - terminate netbeans after the update
Summary: update the modules via command line - terminate netbeans after the update
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 10:19 UTC by AndyWuest
Modified: 2016-02-17 10:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AndyWuest 2016-02-17 10:19:39 UTC
Hi,

i would like set up my ide (and my complete desktop development environment) via Ansible (https://www.ansible.com/). This would 
include two/three netbeans related steps: 
1. download the IDE automatically
2. update the existing modules. 
(3. install new modules)

Via command line it is already possible to update the modules 
(--update-all --modules --refresh
but after updating the modules the IDE is not closed. It would be nice
if you could add an additional commandline switch that would allow me to close
the ide after the update of the modules, so ansible can continue with the other setup steps.

The same basically applies to the installation of modules. It would
be nice if i could install a module via command line and after the installation the IDE exists, so i can continue on the command line.