From 09e3948d71aa683fcd72a1f2dced37c237bd6815 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Fri, 27 Apr 2012 01:01:04 +0000 Subject: [PATCH] LUCENE-3892: revert the revert: configure fallbacks so that ivy downloads work from china git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331164 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/common-build.xml | 57 ++++++++++++++++++++++----- lucene/ivy-settings.xml | 40 +++++++++++++++++++ lucene/misc/build.xml | 2 +- lucene/test-framework/ivysettings.xml | 19 --------- solr/example/build.xml | 2 +- 5 files changed, 90 insertions(+), 30 deletions(-) create mode 100644 lucene/ivy-settings.xml delete mode 100644 lucene/test-framework/ivysettings.xml diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 47e7e07e36f..74ec2ac6269 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -267,12 +267,24 @@ - + + + + + + + + + + + + + This build requires Ivy and Ivy could not be found in your ant classpath. @@ -311,14 +323,41 @@ Ivy is not available - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1057,7 +1096,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - + @@ -1509,7 +1548,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - + diff --git a/lucene/ivy-settings.xml b/lucene/ivy-settings.xml new file mode 100644 index 00000000000..8c822860b07 --- /dev/null +++ b/lucene/ivy-settings.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lucene/misc/build.xml b/lucene/misc/build.xml index 45931df8381..3c5e19f64df 100644 --- a/lucene/misc/build.xml +++ b/lucene/misc/build.xml @@ -27,7 +27,7 @@ - + diff --git a/lucene/test-framework/ivysettings.xml b/lucene/test-framework/ivysettings.xml deleted file mode 100644 index 50629eb7286..00000000000 --- a/lucene/test-framework/ivysettings.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/solr/example/build.xml b/solr/example/build.xml index 7cbcb94f97d..fdfbe95b829 100644 --- a/solr/example/build.xml +++ b/solr/example/build.xml @@ -33,7 +33,7 @@ - +