Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeha/at.zeha.netbeans.cliglue

NetBeans 6.x Plugin that loads all configs once
https://github.com/zeha/at.zeha.netbeans.cliglue

Last synced: about 2 months ago
JSON representation

NetBeans 6.x Plugin that loads all configs once

Awesome Lists containing this project

README

        

at.zeha.netbeans.cliglue
========================

Aka "All Configs Opener".

Why?
----

The NetBeans 6.x C/C++ Development environment creates platform-/
machine-specific Makefiles, which you really shouldn't check into version
control.

Not checking these files into your VCS means, you must manually open all
projects, manually open all configured configurations to regenerate these
Makefiles before a command line build will work.

Remedy
------

Install this plugin, run netbeans --openallconfigs /full/path/to/project.

NetBeans will open the specified project, activate all configurations,
and quit.

PS: Also works with MPLAB X.

Download: https://github.com/zeha/at.zeha.netbeans.cliglue/raw/dist/at-zeha-netbeans-cliglue.nbm

-- Christian Hofstaedtler