On Tue, Sep 28, 2010 at 5:13 PM, Simon Nash <[email protected]> wrote: > I'm trying to build 1.6.1 from a clean maven repo. Things were going > steadily > until the build reached the following: > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Tuscany SCA WSDL2Java Tool > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [build-helper:add-test-source {execution: add-test-source}] > [INFO] Test Source directory: > E:\td\sca161\sca-java-1.6.1\tools\wsdl2java\target > \sdo-source added. > [INFO] [resources:resources] > [WARNING] File encoding has not been set, using platform encoding Cp1252, > i.e. b > uild is platform dependent! > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered > resources, > i.e. build is platform dependent! > [INFO] Copying 2 resources > [INFO] Copying 2 resources to META-INF > Downloading: > http://download.java.net/maven/1/com.sun.xml.bind/poms/jaxb-xjc-2.1 > .7.pom > 343b downloaded > Downloading: > http://download.java.net/maven/1/com.sun.xml.bind/jars/jaxb-xjc-2.1 > .7.jar > 440/3053K > > At the current rate of progress (3K per minute) it will take about 15 hours > to > finish getting this one file! > > It appears there's an alternative source for this file at > http://mirrors.ibiblio.org/pub/mirrors/maven2/com/sun/xml/bind/jaxb-xjc/2.1.7/ > I just tried downloading it from there and it completed quickly with no > problems. > > For the sake of users trying to build 1.6.1 from the source distro (as well > as > for my own sanity) I'd like to change those 1.6.1 poms that currently use > download.java.net/maven/1 to use mirrors.ibiblio.org/pub/mirrors/maven2 > instead. > > Is there any possible reason why I shouldn't make this change? > > Simon > >
I thought we already included the Ibiblio mirror in the top level pom? Is it just that because the download.java.net works (but very slowly) that it's choosing that one but not completing. I don't believe there is an issue with using Ibiblio. Especially as we already include it as a mirror. There would be a problem if there are things at download.java.net that are not at Ibiblio. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
