Skip to content

editing plugin code in netbeans

craigmcchesney edited this page Jul 10, 2020 · 1 revision

To edit plugin files in netbeans, and then update the git repository, the following steps are necessary:

  1. source setup.sh
  2. edit source code file in netbeans (e.g., ItemTravelerDomainInventoryController)
  3. cd tools/developer_tools/cdb_plugins
  4. ./save_plugin.py
  5. git status (should see changes in plugins directory)
Clone this wiki locally