[jboss-cvs] JBossAS SVN: r90631 - in projects/jboss-jca/trunk/doc/developerguide/en: modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 26 10:03:49 EDT 2009


Author: jesper.pedersen
Date: 2009-06-26 10:03:49 -0400 (Fri, 26 Jun 2009)
New Revision: 90631

Added:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/issuetracking.xml
Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/master.xml
Log:
chapter about issue tracking

Modified: projects/jboss-jca/trunk/doc/developerguide/en/master.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/master.xml	2009-06-26 13:46:48 UTC (rev 90630)
+++ projects/jboss-jca/trunk/doc/developerguide/en/master.xml	2009-06-26 14:03:49 UTC (rev 90631)
@@ -4,6 +4,7 @@
         <!ENTITY about SYSTEM "../../userguide/en/modules/about.xml">
         <!ENTITY introduction SYSTEM "../../userguide/en/modules/introduction.xml">
         <!ENTITY building SYSTEM "modules/building.xml">
+        <!ENTITY issuetracking SYSTEM "modules/issuetracking.xml">
         <!ENTITY testing SYSTEM "modules/testing.xml">
         <!ENTITY metadata SYSTEM "modules/metadata.xml">
         <!ENTITY deployers SYSTEM "modules/deployers.xml">
@@ -25,6 +26,8 @@
 
    &building;
 
+   &issuetracking;
+
    &testing;
 
    &metadata;

Added: projects/jboss-jca/trunk/doc/developerguide/en/modules/issuetracking.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/issuetracking.xml	                        (rev 0)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/issuetracking.xml	2009-06-26 14:03:49 UTC (rev 90631)
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="issuetracking">
+  <title>Issue tracking</title>
+
+  <section id="location">
+    <title>Location</title>
+    
+    <para>The JIRA issue tracking for the project is located at <ulink url="https://jira.jboss.org/jira/browse/JBJCA">https://jira.jboss.org/jira/browse/JBJCA</ulink></para>.
+
+  </section>
+
+  <section id="components">
+    <title>Components</title>
+    <para>The project is divided into the following components:</para>
+
+    <table frame="all">
+      <title>Project components</title>
+      <tgroup cols="2" align="left" colsep="1" rowsep="1">
+        <colspec colname="c1"/>
+        <colspec colname="c2" colwidth="4*"/>
+        <thead>
+          <row>
+            <entry align="left">Component</entry>
+            <entry align="left">Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>Build</entry>
+            <entry>The build environment for the project.</entry>
+          </row>
+          <row>
+            <entry>Common</entry>
+            <entry>Common interfaces and classes that are shared between multiple components.</entry>
+          </row>
+          <row>
+            <entry>Core</entry>
+            <entry>The core implementation of the project.</entry>
+          </row>
+          <row>
+            <entry>Deployer</entry>
+            <entry>The deployers for the project.</entry>
+          </row>
+          <row>
+            <entry>Documentation</entry>
+            <entry>The documentation (Users Guide / Developers Guide) for the project.</entry>
+          </row>
+          <row>
+            <entry>JDBC</entry>
+            <entry>A JDBC resource adapter.</entry>
+          </row>
+          <row>
+            <entry>JMS</entry>
+            <entry>A generic JMS resource adapter.</entry>
+          </row>
+          <row>
+            <entry>Timer</entry>
+            <entry>A timer resource adapter.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+  </section>
+
+  <section id="categories">
+    <title>Categories</title>
+    <para>The system contains the following categoies:</para>
+
+    <table frame="all">
+      <title>JIRA categories</title>
+      <tgroup cols="2" align="left" colsep="1" rowsep="1">
+        <colspec colname="c1"/>
+        <colspec colname="c2" colwidth="4*"/>
+        <thead>
+          <row>
+            <entry align="left">Category</entry>
+            <entry align="left">Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>Feature Request</entry>
+            <entry>Request for a feature made by the community.</entry>
+          </row>
+          <row>
+            <entry>Bug</entry>
+            <entry>Software defect in the project.</entry>
+          </row>
+          <row>
+            <entry>Task</entry>
+            <entry>Development task created by a member of the team.</entry>
+          </row>
+          <row>
+            <entry>Release</entry>
+            <entry>Issue which holds informations about a release.</entry>
+          </row>
+          <row>
+            <entry>Thirdparty Change</entry>
+            <entry>Identifies a thirdparty library dependency.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+
+    <para>The other categories in the JIRA installation are not used by this project.</para>
+  </section>
+
+  <section id="lifecycle">
+    <title>Life cycle</title>
+    <para>All issues folows the following life cycle:</para>
+
+    <table frame="all">
+      <title>JIRA Lifecycle</title>
+      <tgroup cols="2" align="left" colsep="1" rowsep="1">
+        <colspec colname="c1"/>
+        <colspec colname="c2" colwidth="4*"/>
+        <thead>
+          <row>
+            <entry align="left">Lifecycle</entry>
+            <entry align="left">Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>Open</entry>
+            <entry>An issue currently not implemented.</entry>
+          </row>
+          <row>
+            <entry>Coding in Progress</entry>
+            <entry>An issue currently being worked on.</entry>
+          </row>
+          <row>
+            <entry>Reopen</entry>
+            <entry>An issue that needs further work after it has been resolved.</entry>
+          </row>
+          <row>
+            <entry>Resolved</entry>
+            <entry>An issue which has been implemented.</entry>
+          </row>
+          <row>
+            <entry>Closed</entry>
+            <entry>An issue that has been resolved and is include in a release.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+
+    <para>Note: Thirdparty issues can't be resolved nor closed during a development cycle. These are resolved
+      and closed as part of the release procedure of the project. The reason for this is that the library in
+      question can receive further updates during the active development cycle.</para>
+  </section>
+
+  <section id="priorities">
+    <title>Priorities</title>
+    <para>All issues are assigned one of the following priorities:</para>
+
+    <table frame="all">
+      <title>JIRA Priorities</title>
+      <tgroup cols="2" align="left" colsep="1" rowsep="1">
+        <colspec colname="c1"/>
+        <colspec colname="c2" colwidth="4*"/>
+        <thead>
+          <row>
+            <entry align="left">Priority</entry>
+            <entry align="left">Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>Blocker</entry>
+            <entry>An issue that needs to be fixed before the release.</entry>
+          </row>
+          <row>
+            <entry>Critical</entry>
+            <entry>An issue that is critical for the release.</entry>
+          </row>
+          <row>
+            <entry>Major</entry>
+            <entry>The default priority for an issue.</entry>
+          </row>
+          <row>
+            <entry>Minor</entry>
+            <entry>An issue that is optional for a release.</entry>
+          </row>
+          <row>
+            <entry>Trivial</entry>
+            <entry>An issue that is optional for a release and have a lower priority than Minor.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+  </section>
+
+
+</chapter>




More information about the jboss-cvs-commits mailing list