You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2012/01/28 18:46:59 UTC

svn commit: r1237106 - /commons/proper/validator/trunk/build.xml

Author: nick
Date: Sat Jan 28 17:46:58 2012
New Revision: 1237106

URL: http://svn.apache.org/viewvc?rev=1237106&view=rev
Log:
Update the ibiblio URLs for downloading dependencies

Modified:
    commons/proper/validator/trunk/build.xml

Modified: commons/proper/validator/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1237106&r1=1237105&r2=1237106&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Sat Jan 28 17:46:58 2012
@@ -487,7 +487,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-beanutils.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
     </target>
 
     <target name="download-digester" unless="digester.found">
@@ -495,7 +495,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-digester.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-digester/jars/commons-digester-1.8.jar"/>
     </target>
 
     <target name="download-logging" unless="logging.found">
@@ -503,7 +503,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-logging.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
     </target>
 
     <target name="download-junit" unless="junit.found">
@@ -511,7 +511,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/junit.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/junit/jars/junit-3.8.1.jar"/>
     </target>
       
 </project>



Re: svn commit: r1237106 - /commons/proper/validator/trunk/build.xml

Posted by Nick Burch <ni...@alfresco.com>.
On Sat, 28 Jan 2012, sebb wrote:
> On 28 January 2012 17:46,  <ni...@apache.org> wrote:
>> Author: nick
>> Date: Sat Jan 28 17:46:58 2012
>> New Revision: 1237106
>>
>> URL: http://svn.apache.org/viewvc?rev=1237106&view=rev
>> Log:
>> Update the ibiblio URLs for downloading dependencies
>
> Why not download from Maven Central?

I was after the smallest change that would let the build work!

It looks like it has been using ibiblio since late 2006 (r484862). Is it 
now best practice to use Maven Central for ant builds to get their 
dependencies?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1237106 - /commons/proper/validator/trunk/build.xml

Posted by sebb <se...@gmail.com>.
On 28 January 2012 17:46,  <ni...@apache.org> wrote:
> Author: nick
> Date: Sat Jan 28 17:46:58 2012
> New Revision: 1237106
>
> URL: http://svn.apache.org/viewvc?rev=1237106&view=rev
> Log:
> Update the ibiblio URLs for downloading dependencies

Why not download from Maven Central?

> Modified:
>    commons/proper/validator/trunk/build.xml
>
> Modified: commons/proper/validator/trunk/build.xml
> URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1237106&r1=1237105&r2=1237106&view=diff
> ==============================================================================
> --- commons/proper/validator/trunk/build.xml (original)
> +++ commons/proper/validator/trunk/build.xml Sat Jan 28 17:46:58 2012
> @@ -487,7 +487,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-beanutils.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
> +            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
>     </target>
>
>     <target name="download-digester" unless="digester.found">
> @@ -495,7 +495,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-digester.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar"/>
> +            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-digester/jars/commons-digester-1.8.jar"/>
>     </target>
>
>     <target name="download-logging" unless="logging.found">
> @@ -503,7 +503,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/commons-logging.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
> +            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
>     </target>
>
>     <target name="download-junit" unless="junit.found">
> @@ -511,7 +511,7 @@
>         <mkdir dir="${download.lib.dir}" />
>         <get dest="${download.lib.dir}/junit.jar"
>             usetimestamp="true" ignoreerrors="true"
> -            src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
> +            src="http://mirrors.ibiblio.org/pub/mirrors/maven/junit/jars/junit-3.8.1.jar"/>
>     </target>
>
>  </project>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org