Skip to content

Commit 257a15e

Browse files
author
Niall Pemberton
committed
Generate Issue Tracking pages using commons-build-plugin and update site menus
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@633752 13f79535-47bb-0310-9956-ffa450edef68
1 parent a78644d commit 257a15e

2 files changed

Lines changed: 83 additions & 55 deletions

File tree

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<item name="Mailing Lists" href="/mail-lists.html"/>
1414
<item name="Issue Tracking" href="/issue-tracking.html"/>
1515
<item name="Team" href="/team-list.html"/>
16-
<item name="Source Repository" href="/cvs-usage.html"/>
17-
<item name="Javadoc (latest)" href="http://commons.apache.org/sandbox/csv/apidocs/"/>
16+
<item name="Source Repository" href="/source-repository.html"/>
17+
<item name="Javadoc (latest)" href="/apidocs/index.html"/>
1818
</menu>
1919

2020
</body>

src/site/xdoc/issue-tracking.xml

Lines changed: 81 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -15,58 +15,86 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18+
<!--
19+
+======================================================================+
20+
|**** ****|
21+
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
22+
|**** DO NOT EDIT DIRECTLY ****|
23+
|**** ****|
24+
+======================================================================+
25+
| TEMPLATE FILE: sandbox-issue-tracking-template.xml |
26+
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
27+
+======================================================================+
28+
| |
29+
| 1) Re-generate using: mvn commons:jira-page |
30+
| |
31+
| 2) Set the following properties in the component's pom: |
32+
| - commons.jira.componentid (required, numeric) |
33+
| |
34+
| 3) Example Properties |
35+
| |
36+
| <properties> |
37+
| <commons.jira.componentid>12311182</commons.jira.componentid> |
38+
| </properties> |
39+
| |
40+
+======================================================================+
41+
-->
1842
<document>
19-
<properties>
20-
<title>Issue tracking</title>
21-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
22-
</properties>
23-
<body>
24-
<!-- ================================================== -->
25-
<section name="Issue tracking">
26-
<p>
27-
Commons CSV uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for for tracking issues.
28-
See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Sandbox JIRA project page</a>.
29-
</p>
30-
<p>
31-
To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
32-
(if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
33-
created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
34-
page to get a new password).
35-
</p>
36-
<p>
37-
If you would like to report a bug, or raise an enhancement request with
38-
Commons CSV please do the following:
39-
</p>
40-
<ol>
41-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
42-
If you find your issue listed then please add a comment with your details.</li>
43-
<li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search the mailing list archive</a>.
44-
You may find your issue or idea has already been discussed.</li>
45-
<li>Decide if your issue is a bug or an enhancement.</li>
46-
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
47-
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
48-
</ol>
49-
<p>
50-
Please also remember these points:
51-
</p>
52-
<ul>
53-
<li>the more information you provide, the better we can help you</li>
54-
<li>test cases are vital, particularly for any proposed enhancements</li>
55-
<li>the developers of Commons CSV are all unpaid volunteers</li>
56-
</ul>
57-
<p>
58-
For more information on subversion and creating patches see the
59-
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
60-
</p>
61-
<p>
62-
You may also find these links useful:
63-
</p>
64-
<ul>
65-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">All Open CSV bugs</a></li>
66-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved CSV bugs</a></li>
67-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC">All CSV bugs</a></li>
68-
</ul>
69-
</section>
70-
<!-- ================================================== -->
71-
</body>
43+
<properties>
44+
<title>Commons CSV (Sandbox) Issue tracking</title>
45+
<author email="dev@commons.apache.org">Commons Documentation Team</author>
46+
</properties>
47+
<body>
48+
49+
<section name="Commons CSV (Sandbox) Issue tracking">
50+
<p>
51+
Commons CSV (Sandbox) uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for tracking issues.
52+
See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Sandbox JIRA project page</a>.
53+
</p>
54+
55+
<p>
56+
To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
57+
(if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
58+
created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
59+
page to get a new password).
60+
</p>
61+
62+
<p>
63+
If you would like to report a bug, or raise an enhancement request with
64+
Commons CSV (Sandbox) please do the following:
65+
<ol>
66+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
67+
If you find your issue listed then please add a comment with your details.</li>
68+
<li><a href="mail-lists.html">Search the mailing list archive(s)</a>.
69+
You may find your issue or idea has already been discussed.</li>
70+
<li>Decide if your issue is a bug or an enhancement.</li>
71+
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;components=12311182&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
72+
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;components=12311182&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
73+
</ol>
74+
</p>
75+
76+
<p>
77+
Please also remember these points:
78+
<ul>
79+
<li>the more information you provide, the better we can help you</li>
80+
<li>test cases are vital, particularly for any proposed enhancements</li>
81+
<li>the developers of Commons CSV (Sandbox) are all unpaid volunteers</li>
82+
</ul>
83+
</p>
84+
85+
<p>
86+
For more information on subversion and creating patches see the
87+
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
88+
</p>
89+
90+
<p>
91+
You may also find these links useful:
92+
<ul>
93+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Commons CSV (Sandbox) bugs</a></li>
94+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Commons CSV (Sandbox) bugs</a></li>
95+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Commons CSV (Sandbox) bugs</a></li>
96+
</ul>
97+
</p>
98+
</section>
99+
</body>
72100
</document>

0 commit comments

Comments
 (0)