HOW-TO Build NetBeans cvsclient Library
Get Sources
NetBeans sources are stored in a
mercurial repositories. To get the sources you have to install the
mercurial client.
Then clone the repository to get the sources to your local machine:
hg clone http://hg.netbeans.org/releases/
if you want to build the library from a stable release, or:
hg clone http://hg.netbeans.org/main-golden/
if you want to follow the development progress. Then every time you decide to build the jar, get delta changes from the upstream repository:
hg pull
hg update release701
Build
ant bootstrap
ant -f lib.cvsclient/build.xml
Grab result at
nbbuild/netbeans/ide/modules/org-netbeans-lib-cvsclient.jar.