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

Reply via email to