You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Emmanuel Venisse <em...@venisse.net> on 2006/01/12 10:28:14 UTC

Re: svn commit: r368108 - in /maven/components/trunk: integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/ maven-core-it/ maven-core-it/it0088/ maven-core-it/it0090/ maven-core-it/it0090/src/ maven-core-it/it0090/src/main/ m...

> Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
> URL: http://svn.apache.org/viewcvs/maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java?rev=368108&r1=368107&r2=368108&view=diff
> ==============================================================================
> --- maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java (original)
> +++ maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java Wed Jan 11 11:36:37 2006
> @@ -22,7 +22,7 @@
>      private String basedir;
>  
>      /**
> -     * @parameter expression="${project.build.directory}"
> +     * @parameter expression="${projectBuildDirectory}"
>       */
>      private String projectBuildDirectory;
>  

Jason,

Why do you don't use ${project.build.directory}?
With this change i have only "target" in mojo-generated.properties, so it0088 fails now.

Emmanuel


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


Re: svn commit: r368108 - in /maven/components/trunk: integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/ maven-core-it/ maven-core-it/it0088/ maven-core-it/it0090/ maven-core-it/it0090/src/ maven-core-it/it0090/src/main/ m...

Posted by Brett Porter <br...@apache.org>.
I had the problem too, but it looked like Windows pathing problems. (\
instead of \\ so that get omitted). Should be easily fixed.

- Brett

Emmanuel Venisse wrote:
> After investigation, it isn't this change that cause the pb.
> 
> Emmanuel
> 
> Emmanuel Venisse a écrit :
>>> Modified:
>>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
>>>
>>> URL:
>>> http://svn.apache.org/viewcvs/maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java?rev=368108&r1=368107&r2=368108&view=diff
>>>
>>> ==============================================================================
>>>
>>> ---
>>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
>>> (original)
>>> +++
>>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
>>> Wed Jan 11 11:36:37 2006
>>> @@ -22,7 +22,7 @@
>>>      private String basedir;
>>>  
>>>      /**
>>> -     * @parameter expression="${project.build.directory}"
>>> +     * @parameter expression="${projectBuildDirectory}"
>>>       */
>>>      private String projectBuildDirectory;
>>>  
>>
>>
>> Jason,
>>
>> Why do you don't use ${project.build.directory}?
>> With this change i have only "target" in mojo-generated.properties, so
>> it0088 fails now.
>>
>> Emmanuel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

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


Re: svn commit: r368108 - in /maven/components/trunk: integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/ maven-core-it/ maven-core-it/it0088/ maven-core-it/it0090/ maven-core-it/it0090/src/ maven-core-it/it0090/src/main/ m...

Posted by Emmanuel Venisse <em...@venisse.net>.
After investigation, it isn't this change that cause the pb.

Emmanuel

Emmanuel Venisse a écrit :
>> Modified: 
>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java 
>>
>> URL: 
>> http://svn.apache.org/viewcvs/maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java?rev=368108&r1=368107&r2=368108&view=diff 
>>
>> ============================================================================== 
>>
>> --- 
>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java 
>> (original)
>> +++ 
>> maven/components/trunk/integration-tests/maven-core-it-plugin/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java 
>> Wed Jan 11 11:36:37 2006
>> @@ -22,7 +22,7 @@
>>      private String basedir;
>>  
>>      /**
>> -     * @parameter expression="${project.build.directory}"
>> +     * @parameter expression="${projectBuildDirectory}"
>>       */
>>      private String projectBuildDirectory;
>>  
> 
> 
> Jason,
> 
> Why do you don't use ${project.build.directory}?
> With this change i have only "target" in mojo-generated.properties, so 
> it0088 fails now.
> 
> Emmanuel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> 


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