CVS IDE Integration Build Process
In august 2005 CVS support became a part of standard NetBeans
IDE build. Checkout
standard_nowww then navigate to
nbbbuild folder and execute
ant.
Optionally you can (re)build related modules only.
There are respective NetBeans IDE projects that can be built
using NetBeans IDE or using command line ant.
Debugging
Example command line looks like:
netbeans/bin/netbeans -userdir /tmp/CHANGE_IT -J-Xdebug -J-Xnoagent -J-Djava.compiler=NONE -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=6666 -J-DcvsClientLog=/tmp/cvsClientLog
cvsClientLog.in and cvsClientLog.out files contain session log of client server communication.
Petr Kuzel on 6th September 2005