Skip to content

dev model question #6920

Discussion options

You must be logged in to vote

Hi, working on the NetBeans codebase works well with the NetBeans IDE itself. My general approach is:

  • checkout the base you want to work on git checkout ...
  • clean the directory tree git clean -f -x -d
  • build once the full tree ant
  • open the modules you want to work on in the IDE
  • you can now run the (potentially modified) module using the context menu of the project via "Run" or "Debug"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@quantrpeter
Comment options

Answer selected by quantrpeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants