...
Step 10. Generate .jar and .xml files for your plugin: After all files have been changed and saved, "Clean and Build" IGB. Using Finder (MacOS) or Windows Explorer (WindowsOS), open IGB_HOMEopen the IGB code; if you did not change anything from the original download, IGB will be in the genoviz-code folder. Open /plugins/ext and delete any files that are present. Open Next, using a command line prompt, navigate to the plugins folder and run the following command:
...
Enter your svn password as necessary.
Wiki Markup |
---|
*Step 11. 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. |
...