Closed GoogleCodeExporter closed 8 years ago
How do we install this patch?
I can make changes to pom.xml but how can I update the other artifacts which
are downloaded on runtime?
Original comment by mraq...@gmail.com
on 22 Jan 2014 at 10:18
Sorry forgot to add this information. So I'm using the following "Java Example
Project" and building it with Maven 3.0.5.
http://fitnesse-launcher-maven-plugin.googlecode.com/svn/maven/site/fitnesse-lau
ncher-java-example/index.html
Original comment by mraq...@gmail.com
on 22 Jan 2014 at 10:37
This is a source code patch, hence you need to build your own patched version
of fitnesse-launcher-maven-plugin in order to use it:
1. Check out the source code for fitnesse-launcher-maven-plugin
2. Download and apply the patch (you need the "patch" command available to do
this). Example:
/home/bbe/fitnesse-launcher-maven-plugin> patch -i ./fitnesse-20131110.patch
3. Build and install a patched version into your local maven repo. Example:
/home/bbe/fitnesse-launcher-maven-plugin> mvn clean install
Note: If building on Windows, there are problems with some of the Unit tests
(which assume Unix file system names and conventions). In such case, you need
to disable the tests in order to build the jar: mvn clean install
-DskipTests=true
Hopefully, this patch will be accepted and part of a proper release of
fitnesse-launcher-maven-plugin some time in the future.
Original comment by bjorn.be...@callistaenterprise.se
on 24 Jan 2014 at 8:04
Original comment by stewart@javahelp.co.uk
on 9 Jun 2014 at 11:28
Release 1.4.1 uses FitNesse 20131110
Original comment by stewart@javahelp.co.uk
on 21 Jul 2014 at 10:42
Original issue reported on code.google.com by
bjorn.be...@callistaenterprise.se
on 20 Nov 2013 at 3:30Attachments: