JAXP bundle missing

Kelly O'Hair kelly.ohair at oracle.com
Sat Jul 10 17:16:47 PDT 2010


This was fixed in the TL forest, should get integrated into master  
next week or so.

http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/34ed99f84832

The link is wrong.

-kto


On Jul 10, 2010, at 2:34 PM, Greg Lewis wrote:

> G'day all,
>
> Looks like a recent change to the JAXP download bundle has broken  
> the build
> (when downloading is set to true).  I'm getting this failure:
>
>     [echo] Downloading from https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m7.zip
>     ...
>     [get] Error opening connection java.io.FileNotFoundException: https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m7.zip
>     [get] Error opening connection java.io.FileNotFoundException: https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m7.zip
>     [get] Error opening connection java.io.FileNotFoundException: https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m7.zip
>     ...
>
> Sure enough:
>
> wget --no-check-certificate https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m7.zip
> ...
> HTTP request sent, awaiting response... 404 Not Found
> 2010-07-10 14:30:08 ERROR 404: Not Found.
>
> This patch fixes it for me:
>
> diff -r f9dd85cb1be8 jaxp.properties
> --- a/jaxp.properties	Sat Jul 10 12:30:21 2010 -0700
> +++ b/jaxp.properties	Sat Jul 10 14:34:11 2010 -0700
> @@ -28,7 +28,7 @@
> jaxp_src.bundle.name=jdk7-jaxp-m7.zip
> jaxp_src.bundle.md5.checksum=22e95fbdb9fb7d8b6b6fc0a1d76d1fbd
> jaxp_src.master.bundle.dir=${drops.master.copy.base}
> -jaxp_src.master.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/147490
> +jaxp_src.master.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/150785
>
> #jaxp_tests.bundle.name=jdk7-jaxp-tests-2009_08_28.zip
> #jaxp_tests.master.bundle.dir=${drops.master.copy.base}
>
> -- 
> Greg Lewis                          Email   : glewis at eyesbeyond.com
> Eyes Beyond                         Web     : http:// 
> www.eyesbeyond.com
> Information Technology              FreeBSD : glewis at FreeBSD.org



More information about the jdk7-dev mailing list