You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2007/06/03 18:48:02 UTC

Re: svn commit: r543615 - /maven/components/branches/maven-2.0.x/maven-project/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java

Hi Jason,

2007/6/1, jvanzyl@apache.org <jv...@apache.org>:
> Author: jvanzyl
> Date: Fri Jun  1 14:01:57 2007
> New Revision: 543615
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=543615
> Log:
> MNG-2690 Some maven-project tests fail under maven-surefire-plugin 2.3
> Submitted by: Mark Hobson

[SNIP]

> @@ -78,7 +79,7 @@
>              throw new FileNotFoundException( "Unable to find: " + resource );
>          }
>
> -        return new File( resourceUrl.getPath() );
> +        return new File( resourceUrl.toURI() );
>      }

Compilation failure with jdk1.4...

Cheers,

Vincent

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


Re: svn commit: r543615 - /maven/components/branches/maven-2.0.x/maven-project/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java

Posted by Jason van Zyl <ja...@maven.org>.
thanks

On 3 Jun 07, at 12:48 PM 3 Jun 07, Vincent Siveton wrote:

> Hi Jason,
>
> 2007/6/1, jvanzyl@apache.org <jv...@apache.org>:
>> Author: jvanzyl
>> Date: Fri Jun  1 14:01:57 2007
>> New Revision: 543615
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=543615
>> Log:
>> MNG-2690 Some maven-project tests fail under maven-surefire-plugin  
>> 2.3
>> Submitted by: Mark Hobson
>
> [SNIP]
>
>> @@ -78,7 +79,7 @@
>>              throw new FileNotFoundException( "Unable to find: " +  
>> resource );
>>          }
>>
>> -        return new File( resourceUrl.getPath() );
>> +        return new File( resourceUrl.toURI() );
>>      }
>
> Compilation failure with jdk1.4...
>
> Cheers,
>
> Vincent
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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