# HG changeset patch # User smith@nwoca.org # Date 1302553940 14400 # Node ID ad0a75e20f7b0ffe29cd6249b8b3ee962bb9a800 # Parent ea29594bb799df8e1b62f7c82394e06cb2dd167e TL-34: Allow sonar to publish failing tests (ant 1.8.1+) diff -r ea29594bb799 -r ad0a75e20f7b bootstrap.xml --- a/bootstrap.xml Sun Apr 10 21:42:19 2011 -0400 +++ b/bootstrap.xml Mon Apr 11 16:32:20 2011 -0400 @@ -5,7 +5,7 @@ - + @@ -66,4 +66,17 @@ + + + + + + + project.targets['@{target}'].addDependency('@{depends}') + + + + diff -r ea29594bb799 -r ad0a75e20f7b sonar-ant.xml --- a/sonar-ant.xml Sun Apr 10 21:42:19 2011 -0400 +++ b/sonar-ant.xml Mon Apr 11 16:32:20 2011 -0400 @@ -12,6 +12,18 @@ src="${ssdt.sonar.jar.src}"/> + + + + + + + + + + + + @@ -20,6 +32,7 @@ + - - + + + Some tests failed; see details above. (sonar) diff -r ea29594bb799 -r ad0a75e20f7b ssdt-common-build.xml --- a/ssdt-common-build.xml Sun Apr 10 21:42:19 2011 -0400 +++ b/ssdt-common-build.xml Mon Apr 11 16:32:20 2011 -0400 @@ -23,19 +23,17 @@ - - - - - - - - - - - - - + + + + + + + + + + +