Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • First, you will need to temporarily change the JAVA_HOME to point to version 1.6 if you are currently running java 1.7 or higher. The commands are OS specific, but an example for Mac is:
Panel

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`

  • Next, using a command line prompt, navigate to the plugins folder and run the following command (Enter your svn password as necessary.):
Panel

ant externalBundles

Wiki Markup
*Step 114. Move the .jar and .xml files to your plugin directory:* There should be 2  generated files in IGB_HOME/plugins/ext, _\[MyPlugin\].jar_ and _repository.xml_. Move these files to your plugin repository folder (local or remote HTTP server). Make sure to cut these files from from the IGB_HOME/plugins/ext folder, or delete after copying.

Step 5 (optional): Revert IGB code: You can now revert all of the code changes you have made, if you wish, or simply change the name of the plugin in all appropriate code locations to create files for another plugin.

Installing and testing your plugin

Step 12. Add your plugin repository: Run IGB and open the Plug-ins panel. Click Repositories... to open the Preferences > Plugin Repositories page and click Add....

...