I'm interested in building JFX8 from scratch, potentially with some modifications, so started by cloning the relevant repo:
hg --debug clone http://hg.openjdk.java.net/openjfx/8/master/rt .
However, every time between around 5-10%, it fails:
...(snip)...
files: 2087/40249 chunks (5.19%) adding apps/samples/Ensemble8/src/samples/java/ensemble/samples/media/overlaymed iaplayer/PlayerPane.java revisions
files: 2088/40249 chunks (5.19%)
transaction abort!
rollback completed
abort: An existing connection was forcibly closed by the remote host
Am I missing something obvious here, or is there likely a problem with the servers at the OpenJFX end? If so, is there another way I can obtain the source?