Code Monkey home page Code Monkey logo

RedmineNB

Netbeans bugtrack adapter for Redmine

History

This repository is derived from the RedmineNB Kenai project. The SVN repostiory was imported into git using git-svn against the Kenai svn repository and the project migrated from a netbeans ant-based build to maven. Some minor code changes were implemented to allow for complete compilation and the resulting build will install into NetBeans 7.4. The master branch contains further enhancements to support NetBeans 8.0.

Building

To compile the modules from the command line one requires an installation of Git, JDK 7, and Maven 3. The respository can be cloned and the nbms compiled with the following commands:

git clone [email protected]:redminenb/redminenb.git
cd redminenb/dev
mvn install

The resulting module can then be found in the target-directory: redminenb/dev/target/redminenb-<VERSION>.nbm

Of course the netbeans git facilities can also be used to clone the repository, in this case the project can directly be opened for editing.

To build a signed version of the plugin the following properties need to be defined:

  • keystore
  • keystorealias
  • keystorepass

and a developer certificate has to be created. The properties can be set in settings.xml for global use or while doing a build:

mvn -Dkeystore=<path_to_certificate> -Dkeystorealias=<key_to_use> -Dkeystorepass=<password_for_keystore> install

Development

The plugin is developed as a maven project. The plugin project can directly be opened in netbeans. Just open the redminenb/dev directory in netbeans via "Open Project" and you are good to go. You can modify and build it directly from within the IDE.

redminenb's Projects

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.