You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/06 05:52:32 UTC

svn commit: r1465179 - /commons/proper/codec/trunk/default.properties

Author: ggregory
Date: Sat Apr  6 03:52:31 2013
New Revision: 1465179

URL: http://svn.apache.org/r1465179
Log:
Update jar versions and JRE req.

Modified:
    commons/proper/codec/trunk/default.properties

Modified: commons/proper/codec/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/default.properties?rev=1465179&r1=1465178&r2=1465179&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/trunk/default.properties Sat Apr  6 03:52:31 2013
@@ -21,8 +21,8 @@
 repository=${user.home}/.m2/repository
 
 # The pathname of the "junit.jar" JAR file
-junit.home=${repository}/junit/junit/4.10
-junit.jar = ${junit.home}/junit-4.10.jar
+junit.home=${repository}/junit/junit/4.11
+junit.jar = ${junit.home}/junit-4.11.jar
 
 # The name of this component
 component.name = commons-codec
@@ -76,8 +76,8 @@ compile.includeantruntime = false
 compile.encoding = UTF-8
 
 # Java version settings
-compile.source = 1.5
-compile.target = 1.5
+compile.source = 1.6
+compile.target = 1.6
 
 # Should all tests fail if one does?
 test.failonerror = true



Re: svn commit: r1465179 - /commons/proper/codec/trunk/default.properties

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Apr 6, 2013 at 9:40 AM, Emmanuel Bourg <eb...@apache.org> wrote:

> Le 06/04/2013 15:36, Gary Gregory a écrit :
> > I do not have a need for Ant, but I have no idea what downstream users
> > expect wrt ant. I'm ok with dropping it.
>
> Please keep the Ant builds if possible. Many Debian packages use them.
>

It does not work right now, feel free to tinker ;) Otherwise I'll get to it
tonight or tomorrow.

Gary

>
> Emmanuel Bourg
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1465179 - /commons/proper/codec/trunk/default.properties

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 06/04/2013 15:36, Gary Gregory a écrit :
> I do not have a need for Ant, but I have no idea what downstream users
> expect wrt ant. I'm ok with dropping it.

Please keep the Ant builds if possible. Many Debian packages use them.

Emmanuel Bourg



Re: svn commit: r1465179 - /commons/proper/codec/trunk/default.properties

Posted by Gary Gregory <ga...@gmail.com>.
I do not have a need for Ant, but I have no idea what downstream users
expect wrt ant. I'm ok with dropping it.

Gary

On Apr 6, 2013, at 5:59, sebb <se...@gmail.com> wrote:

> On 6 April 2013 04:52, <gg...@apache.org> wrote:
>
>> Author: ggregory
>> Date: Sat Apr  6 03:52:31 2013
>> New Revision: 1465179
>>
>> URL: http://svn.apache.org/r1465179
>> Log:
>> Update jar versions and JRE req.
>>
>> Modified:
>>    commons/proper/codec/trunk/default.properties
> Looks like Gump is still using Ant to build Codec.
>
> Do we still need the Ant build otherwise?
> I.e. can we drop it once Gump has been migrated?
>
> Modified: commons/proper/codec/trunk/default.properties
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/codec/trunk/default.properties?rev=1465179&r1=1465178&r2=1465179&view=diff
>>
>> ==============================================================================
>> --- commons/proper/codec/trunk/default.properties (original)
>> +++ commons/proper/codec/trunk/default.properties Sat Apr  6 03:52:31 2013
>> @@ -21,8 +21,8 @@
>> repository=${user.home}/.m2/repository
>>
>> # The pathname of the "junit.jar" JAR file
>> -junit.home=${repository}/junit/junit/4.10
>> -junit.jar = ${junit.home}/junit-4.10.jar
>> +junit.home=${repository}/junit/junit/4.11
>> +junit.jar = ${junit.home}/junit-4.11.jar
>>
>> # The name of this component
>> component.name = commons-codec
>> @@ -76,8 +76,8 @@ compile.includeantruntime = false
>> compile.encoding = UTF-8
>>
>> # Java version settings
>> -compile.source = 1.5
>> -compile.target = 1.5
>> +compile.source = 1.6
>> +compile.target = 1.6
>>
>> # Should all tests fail if one does?
>> test.failonerror = true
>>
>>
>>

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


Re: svn commit: r1465179 - /commons/proper/codec/trunk/default.properties

Posted by sebb <se...@gmail.com>.
On 6 April 2013 04:52, <gg...@apache.org> wrote:

> Author: ggregory
> Date: Sat Apr  6 03:52:31 2013
> New Revision: 1465179
>
> URL: http://svn.apache.org/r1465179
> Log:
> Update jar versions and JRE req.
>
> Modified:
>     commons/proper/codec/trunk/default.properties
>
>
Looks like Gump is still using Ant to build Codec.

Do we still need the Ant build otherwise?
I.e. can we drop it once Gump has been migrated?

Modified: commons/proper/codec/trunk/default.properties
> URL:
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/default.properties?rev=1465179&r1=1465178&r2=1465179&view=diff
>
> ==============================================================================
> --- commons/proper/codec/trunk/default.properties (original)
> +++ commons/proper/codec/trunk/default.properties Sat Apr  6 03:52:31 2013
> @@ -21,8 +21,8 @@
>  repository=${user.home}/.m2/repository
>
>  # The pathname of the "junit.jar" JAR file
> -junit.home=${repository}/junit/junit/4.10
> -junit.jar = ${junit.home}/junit-4.10.jar
> +junit.home=${repository}/junit/junit/4.11
> +junit.jar = ${junit.home}/junit-4.11.jar
>
>  # The name of this component
>  component.name = commons-codec
> @@ -76,8 +76,8 @@ compile.includeantruntime = false
>  compile.encoding = UTF-8
>
>  # Java version settings
> -compile.source = 1.5
> -compile.target = 1.5
> +compile.source = 1.6
> +compile.target = 1.6
>
>  # Should all tests fail if one does?
>  test.failonerror = true
>
>
>