Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 14680 invoked from network); 9 Mar 2003 19:57:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Mar 2003 19:57:01 -0000 Received: (qmail 15068 invoked by uid 97); 9 Mar 2003 19:58:46 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 15061 invoked from network); 9 Mar 2003 19:58:45 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 9 Mar 2003 19:58:45 -0000 Received: (qmail 14428 invoked by uid 500); 9 Mar 2003 19:56:59 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 14417 invoked from network); 9 Mar 2003 19:56:59 -0000 Received: from pcow053o.blueyonder.co.uk (HELO blueyonder.co.uk) (195.188.53.96) by daedalus.apache.org with SMTP; 9 Mar 2003 19:56:59 -0000 Received: from localhost ([80.194.24.21]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 9 Mar 2003 19:58:56 +0000 Date: Sun, 9 Mar 2003 19:57:42 +0000 Subject: Re: [BeanUtils] Submitting a patch Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: robert burrell donkin To: "Jakarta Commons Developers List" Content-Transfer-Encoding: 7bit In-Reply-To: <000301c2e655$946e7230$6401a8c0@ALMIGHTYBEAST> Message-Id: <6384E691-5269-11D7-BF8F-003065DC754C@blueyonder.co.uk> X-Mailer: Apple Mail (2.482) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi i'd say howard's advice seems about right. there is a page on the website that you might find useful: http://jakarta.apache.org/commons/patches.html i'll look forward to reviewing your patch. - robert On Sunday, March 9, 2003, at 04:04 PM, Howard M. Lewis Ship wrote: > I just went through the same thing; I think your best bet is to create a > BugZilla issue for the patch, give it a title of "[PATCH] JDBCDynaClass" > and > add the patch as an attachment. BugZilla will automatically send mail to > the list, and someone with write access to CVS repository can pick it up > and > apply the patch. > > -- > Howard M. Lewis Ship > Creator, Tapestry: Java Web Components > http://jakarta.apache.org/proposals/tapestry > > > >> -----Original Message----- >> From: George Franciscus [mailto:george.franciscus@nexcel.ca] >> Sent: Sunday, March 09, 2003 10:55 AM >> To: commons-dev@jakarta.apache.org >> Subject: [BeanUtils] Submitting a patch >> >> >> I've made very good use of the BeanUtils package, so I've >> decide to pay it back a little by contributing a small patch. >> I saw a "FIX ME" in RowSetDynaClass suggesting to abstract >> functionality to support this class and ResultSetDynaClass. >> >> This is my first patch, so I'm not entirely clear how to get >> this "promoted". I've made modifications to both >> RowSetDynaClass and ResultSetDynaClass and created an >> abstract JDBCDynaClass to consolidate logic for the other >> two. The new JDBCDynaClass has package visibility since I >> can't see a purpose to use it out side of BeanUtils. >> >> I've run the build and all the tests regression very well. I >> inspected the unit tests, but I don't have anything to add to >> what already there. Since this is a simple refactor, nothing >> new is required. >> >> Using WinCVS I have diff'ed it and I can see the changes made >> to RowSetDynaClass and ResultSetDynaClass, but JDBCDynaClass >> is identified as a non-cvs file and is not showing up in the >> diff. What do I need to do to get the diff in order. >> >> Once I get the diff created properly, what do I need to do to >> move this along? >> >> ~~George >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org