Note: These pages are being reviewed.
How do I get access to NetBeans sources using Mercurial (hg)?
First, make sure you have Mercurial installed on your machine, along with its requirements such as Python.
Then, from the command line, you run
hg clone http://hg.netbeans.org/main/
cd main
to get the full Platform and IDE sources. If you also want the contrib/
modules:
hg clone http://hg.netbeans.org/main/contrib/
To build, simply run ant
.
The build will appear in nbbuild/netbeans/
.
xdoc:HgHowTos.adoc[More info about using Mercurial with NetBeans sources…]
Apache Migration Information
The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.
This page was exported from http://wiki.netbeans.org/DevFaqAccessSourcesUsingMercurial , that was last modified by NetBeans user Jglick on 2009-11-12T22:37:30Z.
NOTE: This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.