DOC

eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration

Maven & Gradle

Jul 06, 2020
22 stars

MantisIntegration · <p>Integrate the Mantis bugtracker system into netbeans</p> <p>Note for installation - to make the "Add patch" and "Checking" comment functions work correctly the mantis system has to configured correctly please check these options, if you encounter problems:</p> <ul> <li>source_control_notes_view_status (default private, integer value 10 -> public)</li> <li>source_control_set_resolution_to (integer value 80->resolved, 90->closed)</li> <li>source_control_set_status_to (20->fixed)</li> </ul> <p>If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".</p>

Table Of Contents

Latest Version

Download eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration Javadoc & API Documentation - Latest Versions:

All Versions

Download eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.8.x

How to open Javadoc JAR file in web browser

  1. Rename the file MantisIntegration-1.8.3-javadoc.jar to MantisIntegration-1.8.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder MantisIntegration-1.8.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "MantisIntegration-1.8.3-sources.jar" -d "MantisIntegration-1.8.3-javadoc" -subpackages