-
Notifications
You must be signed in to change notification settings - Fork 1
DevFaqAccessSourcesUsingMercurial
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/
.
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.
Apache NetBeans is an effort undergoing incubation at The Apache Software Foundation (ASF).
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
This wiki is an experiment pending Apache NetBeans Community approval.