You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2006/03/26 21:56:29 UTC

Re: svn commit: r388945 - /maven/maven-1/plugins/trunk/test/plugin.jelly

>
> +        <j:if test="${maven.test.failure}">


Hi Lukas,

 Did you test it with maven 1.0.X ?
 I remember that there were several problems with variables with dots in
their names.

Arnaud


            <echo>
>             ==========================================================
>
> @@ -298,7 +298,7 @@
>            <junit printSummary="${maven.junit.printSummary}"
>                   haltonfailure="${_haltonfailure}"
>                   haltonerror="${_haltonerror}"
> -                 failureProperty="_testfailure"
> +                 failureProperty="maven.test.failure"
>                   fork="${maven.junit.fork}"
>                   dir="${maven.junit.dir}"
>                   forkmode="${maven.junit.forkmode}">
> @@ -344,7 +344,7 @@
>
>            </junit>
>
> -          <j:if test="${_testfailure}">
> +          <j:if test="${maven.test.failure}">
>               <echo>
>               ==========================================================
>
> @@ -406,7 +406,7 @@
>            <junit printSummary="${maven.junit.printSummary}"
>                   haltonfailure="${_haltonfailure}"
>                   haltonerror="${_haltonerror}"
> -                 failureProperty="_testfailure"
> +                 failureProperty="maven.test.failure"
>                   fork="${maven.junit.fork}"
>                   dir="${maven.junit.dir}"
>                   forkmode="${maven.junit.forkmode}">
> @@ -472,7 +472,7 @@
>
>            </junit>
>
> -          <j:if test="${_testfailure}">
> +          <j:if test="${maven.test.failure}">
>               <echo>
>               ==========================================================
>
>
>
>

Re: svn commit: r388945 - /maven/maven-1/plugins/trunk/test/plugin.jelly

Posted by Lukas Theussl <lt...@apache.org>.
Fixed. Thanks!

-Lukas


Arnaud HERITIER wrote:
>>+        <j:if test="${maven.test.failure}">
> 
> 
> 
> Hi Lukas,
> 
>  Did you test it with maven 1.0.X ?
>  I remember that there were several problems with variables with dots in
> their names.
> 
> Arnaud
> 


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