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

Summary: update the modules via command line - terminate netbeans after the update
Product: platform Reporter: AndyWuest
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.