Here are quick steps to compile the OpenTool :

  1. Prerequisite : this assumes you have JBuilder installed if you want to test installation of the tool
  2. Checkout the new maven-jbuilder-opentool-plugin
  3. In your build.properties set the following property :

    maven.opentool.jbuilder.home


    to point to your JBuilder home dir (under Mac OS X it will be something like /Developer/Applications/JBuilderX/JBuilderX.framework)
  4. Compile & install the maven plugin :

    maven plugin:install
  5. Checkout the maven-ui-jbuilder
  6. Package this way :

    maven opentool
  7. If you want to deploy to JBuilder to test :

    maven opentool:install
  8. To undeploy from JBuilder, simply type :

    maven opentool:uninstall