Author: tschoening
Date: Wed Jul 2 17:21:45 2014
New Revision: 1607423
URL: http://svn.apache.org/r1607423
Log:
I changed the description of when to create bugs and when to use the users
mailing list instead first, because no one objected on the dev mailing list.
Added:
incubator/log4cxx/trunk/src/site/apt/community/
incubator/log4cxx/trunk/src/site/apt/community/issue-tracking.apt
Modified:
incubator/log4cxx/trunk/pom.xml
incubator/log4cxx/trunk/src/site/site.xml
Modified: incubator/log4cxx/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1607423&r1=1607422&r2=1607423&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Wed Jul 2 17:21:45 2014
@@ -300,7 +300,6 @@
<reports>
<report>scm</report>
<report>dependencies</report>
-
<report>issue-tracking</report>
<report>mailing-list</report>
<report>license</report>
</reports>
Added: incubator/log4cxx/trunk/src/site/apt/community/issue-tracking.apt
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/community/issue-tracking.apt?rev=1607423&view=auto
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/community/issue-tracking.apt (added)
+++ incubator/log4cxx/trunk/src/site/apt/community/issue-tracking.apt Wed Jul
2 17:21:45 2014
@@ -0,0 +1,48 @@
+~~ Licensed to the Apache Software Foundation (ASF) under one or more
+~~ contributor license agreements. See the NOTICE file distributed with
+~~ this work for additional information regarding copyright ownership.
+~~ The ASF licenses this file to You under the Apache License, Version 2.0
+~~ (the "License"); you may not use this file except in compliance with
+~~ the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing, software
+~~ distributed under the License is distributed on an "AS IS" BASIS,
+~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+~~ See the License for the specific language governing permissions and
+~~ limitations under the License.
+ ------
+Issue Tracking
+ ------
+ ------
+ ------
+
+Overview
+
+ This project uses {{{http://www.atlassian.com/software/jira}JIRA}}, a
J2EE-based issue tracking
+ and project management application.
+
+Issue Tracking
+
+ <<Bugs>> and <<feature requests>> should be submitted to the following
issue tracking system
+ for this project.
+
+
{{{https://issues.apache.org/jira/browse/LOGCXX}https://issues.apache.org/jira/browse/LOGCXX}}
+
+ <<Please don't just open bugs only because things don't work for you>>,
some issues simply
+ don't are bugs in the code base of the project or it's build tools, but
may have a lot of
+ different other reasons. If things don't work for you and you need some
help, please subscribe
+ to the {{{http://logging.apache.org/log4cxx/mail-lists.html}users
mailing listt}} and describe
+ the issue you have, the more detailled the better. The mailing list is
far better place to
+ discuss things than JIRA, besides that there are more users than
developers of the project and
+ issues created in JIRA are only forwarded to the latter. There's always
the chance to create an
+ issue in JIRA later, hopefully with a specific explanation of the
problem and even a solution
+ already.
+
+ As a rule of thumb, if you already digged through the code and found a
problem in it or it's
+ build tools, feel free to directly create a bug in
{{{https://issues.apache.org/jira/browse/LOGCXX}JIRA}}.
+ But if things really only don't work and you don't have any clue why,
please use the {{{http://logging.apache.org/log4cxx/mail-lists.html}users
mailing listt}}
+ instead.
+
+ Thanks!
\ No newline at end of file
Modified: incubator/log4cxx/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/site.xml?rev=1607423&r1=1607422&r2=1607423&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/site.xml (original)
+++ incubator/log4cxx/trunk/src/site/site.xml Wed Jul 2 17:21:45 2014
@@ -93,7 +93,7 @@
href="/mail-lists.html"
/>
<item name="Issue Tracking"
- href="/issue-tracking.html"
+ href="/community/issue-tracking.html"
/>
<item name="Wiki"
href="http://wiki.apache.org/logging-log4cxx"