Thank you for updating build.xml.

There has been some discussion to drop the ant build completely as it
tends to become outdated. Most Commons components already did this, and
I would be in favor of this.

WDYT?
Oliver

Am 07.05.2016 um 11:41 schrieb d...@apache.org:
> Author: deki
> Date: Sat May  7 09:41:40 2016
> New Revision: 1742696
> 
> URL: http://svn.apache.org/viewvc?rev=1742696&view=rev
> Log:
> align versions to fix build
> 
> Modified:
>     commons/proper/configuration/trunk/build.xml
> 
> Modified: commons/proper/configuration/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?rev=1742696&r1=1742695&r2=1742696&view=diff
> ==============================================================================
> --- commons/proper/configuration/trunk/build.xml (original)
> +++ commons/proper/configuration/trunk/build.xml Sat May  7 09:41:40 2016
> @@ -52,7 +52,7 @@
>    <target name="init" depends="lib.check">
>      <property name="lib" value="${maven.repo.local}"/> <!-- only sets if 
> unset - i.e., repo.check succeeded -->
>       <path id="build.classpath">
> -        <pathelement 
> location="${lib}/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"/>
> +        <pathelement 
> location="${lib}/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"/>
>          <pathelement 
> location="${lib}/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar"/>
>          <pathelement 
> location="${lib}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/>
>          <pathelement 
> location="${lib}/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar"/>
> @@ -73,7 +73,7 @@
>          <pathelement location="${lib}/log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
>       </path>
>       <path id="build.test.classpath">
> -         <pathelement 
> location="${lib}/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"/>
> +         <pathelement 
> location="${lib}/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"/>
>              <pathelement 
> location="${lib}/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar"/>
>           <pathelement 
> location="${lib}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/>
>           <pathelement 
> location="${lib}/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar"/>
> @@ -276,19 +276,19 @@
>    <target name="get-deps" 
>            depends="init" 
>            description="Download all dependencies">
> -    <mkdir dir="${lib}/commons-collections/commons-collections/3.2.1"/>
> -    <get 
> src="http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar";
>  
> -         
> dest="${lib}/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"
>  
> +    <mkdir dir="${lib}/commons-collections/commons-collections/3.2.2"/>
> +    <get 
> src="http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar";
> +         
> dest="${lib}/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"
>           usetimestamp="true" 
>           ignoreerrors="true"/>
> -    <mkdir dir="${lib}/commons-lang/commons-lang/3.1"/>
> -    <get 
> src="http://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar";
> -        
> dest="${lib}/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"
> +    <mkdir dir="${lib}/org/apache/commons/commons-lang3/3.3.2/"/>
> +    <get 
> src="http://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar";
> +        
> dest="${lib}/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar"
>          usetimestamp="true"
>          ignoreerrors="true"/>
> -    <mkdir dir="${lib}/commons-logging/commons-logging/1.1.1"/>
> -    <get 
> src="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar";
>  
> -         
> dest="${lib}/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" 
> +    <mkdir dir="${lib}/commons-logging/commons-logging/1.1.3"/>
> +    <get 
> src="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar";
> +         
> dest="${lib}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
>           usetimestamp="true" 
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/commons-digester/commons-digester/1.8.1"/>
> @@ -296,14 +296,14 @@
>           
> dest="${lib}/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar"
>  
>           usetimestamp="true" 
>           ignoreerrors="true"/>
> -    <mkdir dir="${lib}/commons-beanutils/commons-beanutils/1.8.3"/>
> -    <get 
> src="http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar";
>  
> -         
> dest="${lib}/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar"
>  
> +    <mkdir dir="${lib}/commons-beanutils/commons-beanutils/1.9.2"/>
> +    <get 
> src="http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar";
> +         
> dest="${lib}/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar"
>           usetimestamp="false" 
>           ignoreerrors="true"/>
> -    <mkdir dir="${lib}/commons-codec/commons-codec/1.6"/>
> -    <get 
> src="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar";
>  
> -         dest="${lib}/commons-codec/commons-codec/1.6/commons-codec-1.6.jar" 
> +    <mkdir dir="${lib}/commons-codec/commons-codec/1.9"/>
> +    <get 
> src="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar";
> +         dest="${lib}/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"
>           usetimestamp="true" 
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/org/apache/commons/commons-jexl/2.1.1"/>
> @@ -412,7 +412,7 @@
>           usetimestamp="true" 
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/org/easymock/easymock/3.2"/>
> -    <get 
> src="http://repo1.maven.org/maven2/org/easymock/easymock/3.1/easymock-3.2.jar";
>  
> +    <get 
> src="http://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.jar";
>           dest="${lib}/org/easymock/easymock/3.2/easymock-3.2.jar" 
>           usetimestamp="true" 
>           ignoreerrors="true"/>
> @@ -448,8 +448,8 @@
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/log4j/log4j/1.2.8"/>
>      <get 
> src="http://repo1.maven.org/maven2/log4j/log4j/1.2.8/log4j-1.2.8.jar"; 
> -         dest="${lib}/log4j/log4j/1.2.8/log4j-1.2.8.jar" 
> -         usetimestamp="true" 
> +         dest="${lib}/log4j/log4j/1.2.8/log4j-1.2.8.jar"
> +         usetimestamp="true"
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/org/slf4j/slf4j-api/1.5.6"/>
>      <get 
> src="http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar";
>  
> @@ -463,8 +463,8 @@
>           ignoreerrors="true"/>
>      <mkdir dir="${lib}/org/slf4j/slf4j-log4j12/1.5.6"/>
>      <get 
> src="http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar";
>  
> -         dest="${lib}/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar" 
> -         usetimestamp="true" 
> +         dest="${lib}/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar"
> +         usetimestamp="true"
>           ignoreerrors="true"/>
>    </target>
>  </project>
> 
> 

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

Reply via email to