Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 75717 invoked from network); 13 Jul 2006 18:30:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 18:30:49 -0000 Received: (qmail 40788 invoked by uid 500); 13 Jul 2006 18:30:49 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 40720 invoked by uid 500); 13 Jul 2006 18:30:49 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 40709 invoked by uid 99); 13 Jul 2006 18:30:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 11:30:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 11:30:48 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 86339D495F for ; Thu, 13 Jul 2006 19:30:27 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Thu, 13 Jul 2006 18:30:27 -0000 Message-ID: <20060713183027.9161.98972@ajax.apache.org> Subject: [Db-derby Wiki] Update of "DerbyDev" by DanDebrunner X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by DanDebrunner: http://wiki.apache.org/db-derby/DerbyDev ------------------------------------------------------------------------------ = Derby Development = + [[TableOfContents]] == Getting Started on Development == The Derby community welcomes anyone to participate in Derby's development. @@ -37, +38 @@ Everyone ignoring your patch? Don't take it personally, people are just busy. Read the [:PatchAdvice:advice] again for ways to sell your patch and see if you missed any step that might stop anyone from spending time on it. + == On-going Development == + All that is covered in the getting started section continue to applies once your first patch is committed and as you hopefully become a committer. + Continue to follow the [:PatchAdvice:patch advice], practice [:IncrementalDevelopment:incremental development], remember the [:DerbyCommitProcess:patch process]. + + Continue to watch the status of [:PatchListMaintenance:other patches] and try to review and/or commit at least one other patch per week. If people submit small patches (due to incremental development) and we have all developers reviewing a patch or two a week then we could achieve very fast turn-around on patches. + + Looking for items to work on? Here are some places to start, looking through Jira is a great way to see the outstanding bugs and requested features & improvements. + + * Derby Jira Isssues + * DerbyJiraReports: Issue reports for the project from our bug tracking system, Jira. + * HighValueFixCandidates: Community analysis of bugs that offer a good return on time investment + * CodingProjects: here are coding projects that newcomers, interns, and Google Summer of Code participants can sign up for + * DerbyProposals: a list of proposals that are being discussed or reviewed on the Wiki site + * DerbyDevActivities: list of features actively being worked on and their contributors + * GoogleSummerOfCodeProjects: Information about approved Google Summer of code projects + + Having trouble developing code, some information that might help. + * PlatformTestsDerby: Derby is tested on a variety of platform/jdk combinations. Please visit this page for the complete list. + * DerbyTesting: information about Derby testing + * DerbyDebuggingTips: Tips for developers debugging code issues in Derby + * MetadataUpgrade: Description of the mechanisms for handling metadata changes on upgrade. + * AvoidNonPortableMethods: List of encoding unsafe methods in java. Please avoid using them. + + == How Derby Works == + Information about [:HowItWorks:how Derby works]. + + == Development How-to's == + + Information about [:DerbyDevHowTo:how to do various Derby development tasks], such as create a snapshot or a release. +