Skip to content

Instantly share code, notes, and snippets.

@fabrizioc1
Created August 4, 2012 01:04
Show Gist options
  • Save fabrizioc1/3253229 to your computer and use it in GitHub Desktop.
Save fabrizioc1/3253229 to your computer and use it in GitHub Desktop.
Setting up WebSphere Commerce Developer to run Cucumber projects
  1. Maven Eclipse Plugin

1.1. Navigate in the RAD menu to the software update setup:

 Help -> Software Updates -> Available Software -> Add Site

1.2. Enter the following URL: http://m2eclipse.sonatype.org/sites/m2e-e34/

  1. Gherkin Syntax Highlighting

2.1. Browse to https://github.com/ilanpillemer/gherkin-eclipse-plugin

2.2. Right Click on "za.co.hardlyhere.gherkin.plugin_1.0.3.SNAPSHOT.jar"

2.3. Select "Save Link As"

2.4. Copy "za.co.hardlyhere.gherkin.plugin_1.0.3.SNAPSHOT.jar" to directory "C:\IBM\RAD7\SRD\plugins" in WCDE

  1. ANSI Color Console Output

3.1. Navigate in the RAD menu to the software update setup:

 Help -> Software Updates -> Available Software -> Add Site

3.2. Enter the following URL http://www.mihai-nita.net/eclipse/

More Information

IBM Guide for using M2E (Maven2+Eclipse) Plugin with RAD Developer: http://www.ibm.com/developerworks/wikis/download/attachments/113607155/RAD_m2e-Nov.pdf?version=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment