On Wed, 2010-11-17 at 10:37 +0200, Damjan Jovanovic wrote: > > How do I specify those suggested ANT parameters with the make command? > >
> export ALLOW_DOWNLOADS=true This would work if the SSL certificate for the used server, would be correct and not being issued for www.java.net ... :-( > -jaxp_src-url-bundle: > [echo] Downloading from > https://jaxp.dev.java.net/files/documents/913/152561/jaxp-1_4_4.zip > [get] Getting: > https://jaxp.dev.java.net/files/documents/913/152561/jaxp-1_4_4.zip > [get] > To: > /home/pr/hgrepos/jdk7/build/linux-amd64/jaxp/drop/bundles/jaxp-1_4_4.zip.temp > [get] Error getting > https://jaxp.dev.java.net/files/documents/913/152561/jaxp-1_4_4.zip > to > /home/pr/hgrepos/jdk7/build/linux-amd64/jaxp/drop/bundles/jaxp-1_4_4.zip.temp > > BUILD FAILED > javax.net.ssl.SSLHandshakeException: > java.security.cert.CertificateException: No subject alternative DNS > name matching jaxp.dev.java.net found. I get the feeling, that it seems that I am the only one, that tries to build OpenJDK the first time from scratch. Or have I done this all completely wrong, trying to build that way? Patrick