Menu

Tree [2ed165] master /
 History

HTTPS access


File Date Author Commit
 src 2013-04-08 Martin Lacina Martin Lacina [2ed165] Bugfix: Fixed order of Jar files loaded for inv...
 .gitignore 2012-12-24 Martin Lacina Martin Lacina [dff175] Rewritten with Java Reflection.
 README.txt 2012-12-24 Martin Lacina Martin Lacina [dff175] Rewritten with Java Reflection.
 licence.txt 2012-11-23 Jiri Daniel Jiri Daniel [f5ccae] adding licence note
 overview.html 2013-04-08 Martin Lacina Martin Lacina [2ed165] Bugfix: Fixed order of Jar files loaded for inv...
 pom.xml 2013-03-20 Martin Lacina Martin Lacina [347a85] JavaDoc updates. Released as version 1.0.2.

Read Me

SPL Tools Hudson Continuous Integration plug-in

Requirements:
 - maven v 3.0 and higher
 - jdk 1.7 and higher
 - hudson v 2.2.1 (is dowloaded with maven automatically)

To build:
 - copy all jars from basic SPL Framework folder "build/dist" into "lib/" folder
 - run "mvn"

To deploy (or to update plugin after changes):
 - manual deployment
  - stop Hudson
  - copy "target/spl-tools-hudson-plugin.hpi" into "$HUDSON_HOME/plugins/"
  - start Hudson

 - using UI for Hudson (2.2.1) 
  - go to administration 
  - select "Manage plugins"
  - select tab "Advanced"
  - upload file "target/spl-tools-hudson-plugin.hpi" using "Upload Plugin"
  - restart Hudson

 - using UI for Hudson (3.0.0)
  - same as for Hudson (2.2.1) but upload plugin form is named "Manual Plugin Installation"  

To get Eclipse project:
 - run "mvn" and "mvn eclipse:eclipse"