GithubHelp home page GithubHelp logo

bedomon / netbeans-mantis-integration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthiasblaesing/netbeans-mantis-integration

0.0 2.0 0.0 39.16 MB

Integrate the Mantis bugtracker system into netbeans

netbeans-mantis-integration's Introduction

This netbeans plugin integrates the mantis bugtracker into the netbeans IDE.

After installation a new issue tracker is available inside netbeans.

#User information ##Relevant config options in mantisBT (server side):

  • source_control_notes_view_status (default private, integer value 10 -> public)
  • source_control_set_resolution_to (integer value 80->resolved, 90->closed)
  • source_control_set_status_to (20->fixed)

##SSL-Handling

If your installation uses a regular SSL certificate, which is signed by a certificate authority (CA), that is part of the normal java certificate storage, that is directly supported. Just enter the URL and with a https prefix.

If you use a self-signed certificate, there are two options:

  1. Add your certificate to the java truststore:

     keytool -import -file <servercertfile> -alias <servername> -keystore "%JAVA_HOME%\lib\security\cacerts"
    
  2. Make sure you use a recent version of MantisIntegration (0.5 and newer) and install the "SSL Certificate Exception" module, that is part of nb-ldap-explorer. The module can be found at: http://code.google.com/p/nb-ldap-explorer/downloads/list and is installable stand-alone. Since version 0.6 the "SSL Certificate Exception" module is distributed together with the 7.4 modules inside the zip downloadable from the netbeans plugin center.

#Developer information ##BUILD Instructions:

  1. Checkout the source code
  2. build with maven (mvn package)

netbeans-mantis-integration's People

Contributors

matthiasblaesing avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.