Hi Glenn,

Am Dienstag, den 17.11.2020, 10:40 -0600 schrieb Glenn Holmer:
> I tried building 12.2 vc1 from source under JDK 11.0.8 using Ant
> 1.10.9 with this command:
> 
> ant -Dpermit.jdk9.builds=true build
> 
> and got:
> 
> /mnt/common/netbeans-12.2-src/nbbuild/build.xml:72: Failed to
> download binaries - see log message for the detailed reasons.
> 
> Did I take a wrong step? Where to find the mentioned log file?
> 

The invocation looks sane. The build system downloads resources from
the https://netbeans.osuosl.org/ and maven central. There could be a
downtime of one of these or a temporary problem in your network
environment.

Errors while downloading should be displayed above the final message
you quoted. It might help to redirect the build log to a file:

ant -Dpermit.jdk9.builds=true build 2>&1 | tee build.log

Please retry the build and if it still fails, please provide the
build.log.



HTH

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to