Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeha/at.zeha.netbeans.cliglue
- Owner: zeha
- License: mit
- Created: 2013-04-03T11:53:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T13:01:14.000Z (almost 12 years ago)
- Last Synced: 2024-04-21T02:19:24.287Z (9 months ago)
- Language: Java
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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