Author: bayard
Date: Thu Jul 26 21:38:47 2007
New Revision: 560095
URL: http://svn.apache.org/viewvc?view=rev&rev=560095
Log:
Added a Commons specific bugs page
Added:
jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml (with props)
Modified:
jakarta/commons/proper/commons-build/trunk/menus/support.ent
Modified: jakarta/commons/proper/commons-build/trunk/menus/support.ent
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/menus/support.ent?view=diff&rev=560095&r1=560094&r2=560095
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/menus/support.ent (original)
+++ jakarta/commons/proper/commons-build/trunk/menus/support.ent Thu Jul 26
21:38:47 2007
@@ -3,5 +3,5 @@
-->
<menu name="Support">
<item name="Mailing Lists"
href="http://jakarta.apache.org/site/mail2.html#Commons"/>
- <item name="Bug Database"
href="http://jakarta.apache.org/site/bugs.html"/>
+ <item name="Bug Database" href="http://commons.apache.org/bugs.html"/>
</menu>
Added: jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml?view=auto&rev=560095
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml (added)
+++ jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml Thu Jul 26
21:38:47 2007
@@ -0,0 +1,52 @@
+<?xml version="1.0" ?>
+<!-- $Id: bugs.xml 560088 2007-07-27 04:05:00Z bayard $ -->
+<!--
+ 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.
+-->
+
+<document>
+ <properties>
+ <title>On Reporting Bugs</title>
+ <author email="[EMAIL PROTECTED]">The Apache Commons Team</author>
+ </properties>
+ <body>
+ <section name="On Reporting Bugs">
+
+<p>Apache Commons tracks bugs and enhancements in <a
href="http://issues.apache.org/jira/">JIRA</a>, under the Commons category.
Each component has its own JIRA project. </p>
+
+<p>The usual rules apply - please look to see if the bug already exists before
reporting it; please only reports bugs and enhancements, if you have a
question, please bring it to the mailing list. Including all your information
will help the issue be dealt with quicker, however please use a little common
sense and avoid those 50 page recursive stack traces. </p>
+
+ </section>
+ <section name="On Making Patches">
+
+<p>If you have a code fix linked to your issue that you'd like to submit,
please attach a patch file to the issue. </p>
+
+<p>Patches should be created with the "-u" option, for instance: </p>
+
+<pre>diff -u Main.java.orig Main.java > arg-fix.patch</pre> or
+<pre>svn diff -x -u Main.java > arg-fix.patch</pre>
+
+<p>
+Note: You should give your patch files meaningful names. For instance if you
+fix a concurrency bug in the foo component do not call your patch file
+"patchfile.txt" but instead call it "foo-concurrency.patch". This makes it
easier
+for developers who need to apply a number of different patches.
+</p>
+
+ </section>
+
+</body>
+</document>
Propchange: jakarta/commons/proper/commons-build/trunk/xdocs/bugs.xml
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]