Skip to content

DevFaqAccessSourcesUsingMercurial

Antonio Vieiro edited this page Jan 25, 2018 · 1 revision

DevFaqAccessSourcesUsingMercurial

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/.

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-01-26, and needs to be reviewed.

Clone this wiki locally