Mantis Notifier
This is a tool that runs in the background with just an icon on the taskbar notification area (next to the clock). When an issue
is reported into Mantis, this Mantis Notifier notifies the user via an MSN like notification message. Thanks to John O'Byrne for
developing the notification control.

NAnt Mantis Task
This is a NAnt plugin that allows build scripts to report failures into a Mantis installation via an easy to use task:
<?xml version="1.0" ?>
<project name="testmantisconnect" default="test">
<target name="test">
<mantis-submit
url="http://www.example.com/mantis/mc/mantisconnect.php"
username="myusername"
password="mypassword"
project="My Project"
summary="Build failure"
description="Description of Build Failure"
category="Build"
stepsToReproduce="Checkout using tag 20040919, and run the build script."
priority="high"
severity="urgent"
platform="i386"
os="Win XP Pro"
osVersion="SP2"
/>
</target>

Eclipse Add-on





|