...
All OpenJFX sources are held in mercurial repositories. As mentioned in Repositories and Releases, we have several different repositories for you to choose from. If you are interested in building only the golden master (what is used for weekly promoted builds), then you would clone the master repository. If you are working on bug fixes for UI controls, then clone the controls repository. Otherwise, clone from graphics.
Code Block | ||
---|---|---|
| ||
hg clone http://hg.openjdk.java.net/openjfx/8/graphics8u-dev/rt |
(Note: Historically you also had to clone the "jfx" repository in the forest that you cared about. However we have modified our approach, such that we no longer promote the use of a forest, and instead are putting all of our sources in a single repository, presently named "rt").
...