On 11/12/2014 09:39, ma...@apache.org wrote:
> Author: markt
> Date: Thu Dec 11 09:39:46 2014
> New Revision: 1644581
> 
> URL: http://svn.apache.org/r1644581
> Log:
> Use a Cobertura snapshot to get access to Java 8 support

For reasons I have yet to figure out, this enables debug logging for the
class processing which is huge. Looking at how to turn this off now...

Mark


> 
> Modified:
>     tomcat/trunk/build.properties.default
> 
> Modified: tomcat/trunk/build.properties.default
> URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1644581&r1=1644580&r2=1644581&view=diff
> ==============================================================================
> --- tomcat/trunk/build.properties.default (original)
> +++ tomcat/trunk/build.properties.default Thu Dec 11 09:39:46 2014
> @@ -86,6 +86,9 @@ base-maven.loc=http://repo.maven.apache.
>  # Mirror, was used when there were problems with the main SF downloads site
>  # base-sf.loc=http://sunet.dl.sourceforge.net
>  
> +# Can be removed once we no longer require a Cobertura snapshot
> +base-sonatype-snapshots=https://oss.sonatype.org/content/repositories/snapshots
> +
>  # ----- Commons Logging, version 1.1 or later -----
>  # If this version is updated, check the versions required for the 
> dependencies below
>  # - avalon-framework
> @@ -218,11 +221,11 @@ checkstyle.loc=${base-sf.loc}/checkstyle
>  checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
>  
>  # ----- Cobertura code coverage tool -----
> -cobertura.version=2.0.3
> +cobertura.version=2.1.0-SNAPSHOT
>  cobertura.home=${base.path}/cobertura-${cobertura.version}
>  cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar
>  cobertura.lib=${cobertura.home}/lib
> -cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.0.3-bin.tar.gz
> +cobertura.loc=${base-sonatype-snapshots}/net/sourceforge/cobertura/cobertura/${cobertura.version}/cobertura-2.1.0-20141121.083251-1-bin.tar.gz
>  
>  # ----- JVM settings for unit tests
>  java.net.preferIPv4Stack=false
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


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

Reply via email to