Please do not try to download and/or contact us regarding this extension.
This extension works only with Polarion ALM version 3.3. However, it remains published here, as it can be pretty easily rewritten to a servlet and embedded to a wiki page.
This extension is provided as a Polarion ALM plug-in. It delivers a portlet that you can place on the dashboard (see Topics).
On the server where Polarion and Subversion run, this plug-in searches for the Documents specified in dms_documents.txt (located in the root of the Polarion project). These documents must contain dms:revision and dms:state in the SVN-Properties. Additionally the SVN-Author and the file date are taken to complete the information on the dashboard.
The user has direct access to these files via WebDav.
Copyright (c) Bury GmbH & Co. KG
Author: B. Schorre, schorre@bury.com
_________________________________________________________________________
1. What is CM-Tool?
WinFlip is a Flip 3D function for Windows XP.
________________________________________________________________________________
2. Requirements
CM-Tool : 2.0.3
Polarion : 3.3.2
SVN : 1.4
________________________________________________________________________________
3. Installation
1: Put this plugin in the Plugins folder of your Polarion installation.
2: Restart the Polarion Server.
________________________________________________________________________________
4. Configuration on Project Dashboard
1: Put the following sniplet into the dashboard configuration of your project.
<!--
=====================================================================================
CM-Report
=====================================================================================
-->
<fragment id="com.bury.polarion.configmanagement.DocumentStatus" type="portlet" name="configmanagement::DocumentStatus">
<title>CM-Report</title>
<property name="row" value="1"/>
<property name="column" value="0"/>
<property name="layoutData" value="colspan='2' style='width:100%;'"/>
</fragment>
2: Change the row to have it in the rigth order in your dashboard and make sure no other fragment is using this row.
3: Save this configuration.
________________________________________________________________________________
5. Configuration of Workproduct on SVN
1: The workproduct you want to observe within this tool must have at least the following SVN-Properties:
- dms:state
- dms:revision
The dms:state can have the following values:
- planned
- draft
- waiting
- release
- obsolete
The revision can have any value. The length is limited only by the presentation in the GUI.
2: Values for Author and the Date of last Change are taken from the document properties.
3: In the root of the project there must be two files:
- dms_version.txt
- dms_documents.txt
In the first file the version is stored which helps the tools accessing the documents and workproducts. In the second file you give the path and filename of the workproducts you want to observe.
See the example files in the doc folder.
________________________________________________________________________________
6. Presentation in the GUI.
1: The document states are shown in the GUI with different colours to get a fast overview.
- planned --> red
- draft --> orange
- waiting --> yellow
- release --> green
- obsolete --> grey
- not found --> complete line is bright-grey