This plugin provides functionality to help with Blue Martini 6
development.
Features
Setup Project for Blue Martini
A menu item is added to the projects menu. When selected a dialog
will gather information about your Blue Martini 6 installation and
which module you would like the use.
The plug-in will then run the bms script with the -script parameter.
The -script parameter makes the bms script output a script file
which can be used to start Blue Martini. The plug-in then parses
the output script file to determine the class path, enviromental
variables, and java parameters used to start Blue Martini.
The plug-in then configures the Eclipse and creates a launch target
so it can be used to run Blue Martini.
Advantages
Full use of Eclipse's debugger
Use of Eclipse's browser features
If the JVM supports it, hot code swap feature.
(So you don't have to restart the server.)
How to Use
Download bms.X.X.X.zip from "Documents and Files"
Unzip to your Eclipse directory
Restart Eclipse
Create a new Java project
Select Project->Setup Project for Blue Martini
Fill in the dialog box and press OK
Note: The JDK is not setup on the launch target.
You will have to do it yourself.