mbateman / fitnesse-launcher-maven-plugin

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

Update to use latest FitNesse (fitnesse-20131110) #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch updates fitnesse-launcher-maven-plugin to use latest 
fitnesse version 20131110.

Original issue reported on code.google.com by bjorn.be...@callistaenterprise.se on 20 Nov 2013 at 3:30

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by stewart@javahelp.co.uk on 9 Jun 2014 at 11:28

GoogleCodeExporter commented 8 years ago
Release 1.4.1 uses FitNesse 20131110

Original comment by stewart@javahelp.co.uk on 21 Jul 2014 at 10:42