flexiondotorg/oab-java6

Resolving jce_policy-6.zip failed: Name or service not known

jab416171 opened this issue · 3 comments

This failed on me on line 519:

DOWNLOAD_PATH=`grep "jce[^']*-6-oth-JPR'\]\['path" /tmp/oab-download-jce.html | cut -d'=' -f2 | cut -d'"' -f2`

DOWNLOAD_PATH is empty, so DOWNLOAD_URL is just jce_policy-6.zip

I did grep "jce" /tmp/oab-download-jce.html and got no output. If you want I can upload my oab-download-jce.html somewhere.

I'm also getting exactly the same issue. I can build Java 7 packages but building Java 6 packages fail with the error mentioned.

Duplicate of #101.

Merged pull-requuest #111.