Enovea / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
0 stars 0 forks source link

set-up goal assumes that ${fitnesse.working} is defined #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up a POM where the set-up goal is executed, without defining the 
${fitnesse.working} property.

What is the expected output? What do you see instead?
I would expect to see the set-up goal use the <workingDir> configuration 
element for any temporary file placement.

Instead, I see the following:
main:
     [move] Warning: Could not find file c:\alloc-fit\${fitnesse.working}\Resources\FitNesseRoot to copy.

This seems to be due to code in SetUpMojo.java where the maven-antrun-plugin is 
used:
https://code.google.com/p/fitnesse-launcher-maven-plugin/source/browse/tags/fitn
esse-launcher-maven-plugin-1.2.1/src/main/java/uk/co/javahelp/maven/plugin/fitne
sse/mojo/SetUpMojo.java#167

What version of the product are you using? On what operating system?
1.2.1

Please provide any additional information below.

Original issue reported on code.google.com by pmular...@gmail.com on 22 Mar 2013 at 3:18

GoogleCodeExporter commented 8 years ago

Original comment by stewart@javahelp.co.uk on 23 Mar 2013 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by stewart@javahelp.co.uk on 23 Mar 2013 at 7:42

GoogleCodeExporter commented 8 years ago
Fix committed to 1.2.x branches at r288 
(https://code.google.com/p/fitnesse-launcher-maven-plugin/source/detail?r=288) 
and available in version 1.2.2-SNAPSHOT
When verified, version 1.2.2 will be released, and changes merged with /trunk

Original comment by stewart@javahelp.co.uk on 13 Jun 2013 at 8:39