What about updating jaxp and jaxws properties to use the correct URL for both projects ?
http://java.net/downloads/jaxp/jdk7/ http://java.net/downloads/jax-ws/JDK7/ Regards 2010/11/11 David Orriss Jr <codethou...@gmail.com>: > On Thu, Nov 11, 2010 at 7:51 AM, Greg Lewis <gle...@eyesbeyond.com> wrote: >> On Wed, Nov 10, 2010 at 10:22:50PM -0800, David Orriss Jr wrote: >>> The build of OpenJDK7 was failing because the ANT build can't find the >>> files referenced in jaxws.properties >>> >>> jaxws_src.bundle.name= jdk7-jaxws2_2-2010_08_19.zip >>> jaxws_src.bundle.md5.checksum=8775ccefd3b4fa2dde5155ec4b7e4ceb >>> jaxws_src.master.bundle.dir=${drops.master.copy.base} >>> jaxws_src.master.bundle.url.base=http://jax-ws.dev.java.net/files/documents/4202/152532 >>> >>> jaf_src.bundle.name=jdk7-jaf-2010_08_19.zip >>> jaf_src.bundle.md5.checksum=18d15dfd71117daadb332af003d08212 >>> jaf_src.master.bundle.dir=${drops.master.copy.base} >>> jaf_src.master.bundle.url.base=https://jax-ws.dev.java.net/files/documents/4202/152336 >>> >>> And the files referenced in jaxp.properties: >>> >>> jaxp_src.bundle.name=jaxp-1_4_4.zip >>> jaxp_src.bundle.md5.checksum=2c40a758392c4abf2d59f355240df46a >>> jaxp_src.master.bundle.dir=${drops.master.copy.base} >>> jaxp_src.master.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/152561 >>> >>> JAXP was simple enough to find and correct >>> (http://java.net/downloads/jaxp/jdk7), but not JAF and JAX-WS.. I >>> 'punted' and pulled them from kenai to see if a build would succeed.. >>> but I have a sense of foreboding with respect to pulling the files >>> from there given the eventual demise the Kenai repository that I read >>> about here: >>> >>> http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-February/001195.html >>> >>> Can someone suggest a stable source for these? >> >> I'm currently grabbing them from here: >> >> http://icedtea.classpath.org/download/drops/ >> >> You can then dump them in a directory and point ALT_DROPS_DIR to it. >> > > Oh, nice..! Thanks!!! > > -- > David Orriss Jr. > > My blog: http://www.codethought.com/blog > >