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 <seb...@gmail.com> wrote: > On 6 April 2013 04:52, <ggreg...@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-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org