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: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
