Archive

Archive for the ‘Redmine’ Category

RedmineNB V1.1 for NetBeans 7.2.1 released

2012-10-29 10 comments

RedmineNB V1.1 has been just released. It includes new features and many bugfixes for the V1.0.x releases. Since RedmineNB has an implementation dependency to the Issue Tracking module, this version is only compatible with the NetBeans IDE 7.2.1 (Build 201210100934).

A Redmine V1.3+ installation is recommended for best compatibility (tested against Redmine V2.1.0). There are some limitations in the functionality since the used Redmine REST API is not yet fully developed. This page gives an overview of the Redmine REST API functionality.

Find Issues panel

What’s New?

RedmineNB V1.1 includes many bug fixes and improvements. The changes includes:

Screenshots

There’s a new Redmine Wiki markup viewer for the issue description. The implementation (still a prototype) is based on Mylyn WikiText to converting the Textile markup to HTML. For HTML rendering the capabilities of the Swing JLabel component is used.

SubTask Issue Detail panel

 

An issue listed as Action Item using the toggle button in the upper right toolbar:

Notes

Links

Categories: Java, NetBeans, Redmine

RedmineNB V1.0-Beta (Update)

2012-04-19 33 comments

The V1.0 Beta release of the RedmineNB Plugin for NetBeans is available. RedmineNB adds support for Redmine issue tracker (Version 1.3.0+) to NetBeans and is built on top of the redmine-java-api library.

Many bug fixes and several improvements are featured in the Beta release:

  • [REDMINENB-1] – New Issue: Casting exception leads to messed up UI
  • [REDMINENB-2] – Update issue: Hours cast Long->Double exception
  • [REDMINENB-6] – Implement add comment (used from commit dialog box)
  • [REDMINENB-7] – Class Cast Exception makes UI unusable
  • [REDMINENB-11] – Can’t create Redmine issue tracker
  • [REDMINENB-16] – Exception occurs when specifying parent task number
  • [REDMINENB-3] – Update issue: Give feedback when successfully updated
  • [REDMINENB-19] – Add Update Center

Since RedmineNB has an implementation dependency to the Issue Tracking module the plugin is only compatible with NetBeans 7.1.1. A Redmine V1.3.0+ installation is required for best compatibility (tested with V1.3.1 and V1.4.0). There are some limitations in the functionality since the used Redmine REST API is not yet fully developed.

The plugin can be downloaded from the RedmineNB project@kenai or installed by the new Update Center:

The downloaded distribution also installs the Update Center for automatically receive updates. For more information please consult the project’s Wiki. Please report bugs and feature request in the project’s JIRA.

Please note that RedmineNB is still under development and not intended for production use.

Update (2012-04-25):

The “Can’t find resource for bundle …”-Problem has been fixed with Version 1.0.7 (available fron the Update Center).

Redmine Plugin for NetBeans

The RedmineNB dev team is pleased to announce the first alpha release of the RedmineNB Plugin for NetBeans. RedmineNB adds support for Redmine issue tracker (Version 1.3.0+) to NetBeans and is built on top of the redmine-java-api library (V1.8.0).

Since RedmineNB has an implementation dependency to the Issue Tracking module the plugin is only compatible with NetBeans 7.1.1. A Redmine V1.3.0+ installation is required for best compatibility (tested with V1.3.1). There are some limitations in the functionality since the used Redmine REST API is not yet fully developed. This page gives an overview of the Redmine REST API.

The plugin can be downloaded from the RedmineNB project@kenai and for more information consult the project’s Wiki. Please note that RedmineNB is still under development and not yet intended for production use.

Categories: Java, NetBeans, Redmine Tags: , ,