Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 83671 invoked from network); 10 Jan 2007 21:32:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 21:32:42 -0000 Received: (qmail 30495 invoked by uid 500); 10 Jan 2007 21:32:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 30473 invoked by uid 500); 10 Jan 2007 21:32:46 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 30464 invoked by uid 99); 10 Jan 2007 21:32:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:32:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alex.blewitt@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:32:36 -0800 Received: by an-out-0708.google.com with SMTP id b2so136938ana for ; Wed, 10 Jan 2007 13:32:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RueDW3F0azZOUh5pWZyx+zzx3ytPxwDdXgYCYl5ZkvYi7i1ADXdJ4aiq3g0XgQqWQsxTO3JgztJWPOUd3rT3+JJXNj44F8U9rlQBf/pPhgz6WBwy71J8tADXVdoIylFp3hDIJ3rnHOia39C/neMXX7JH7f1BGE8oOM3MU5F5oCA= Received: by 10.78.39.16 with SMTP id m16mr264465hum.1168464735063; Wed, 10 Jan 2007 13:32:15 -0800 (PST) Received: by 10.78.100.6 with HTTP; Wed, 10 Jan 2007 13:32:14 -0800 (PST) Message-ID: <636fd28e0701101332y1007df09i11d5ab743b200fe1@mail.gmail.com> Date: Wed, 10 Jan 2007 21:32:14 +0000 From: "Alex Blewitt" To: dev@harmony.apache.org Subject: Re: Re: [classlib][pack200] new module (was: [classlib][pack200] Development has stalled :-( ) In-Reply-To: <648CB536-5A2B-4A91-81EE-857B432593B8@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2c9597b90701061246j749bd7ccydc48ae15415d674d@mail.gmail.com> <636fd28e0701070124j1cd16db1r9a9651862cdf36b6@mail.gmail.com> <636fd28e0701071450s76e3ae26ka001ff75d0a583d3@mail.gmail.com> <636fd28e0701081614l66da907ei524510bd497d3995@mail.gmail.com> <2c9597b90701090802q43310fb4g5769b6b0b30fa68a@mail.gmail.com> <648CB536-5A2B-4A91-81EE-857B432593B8@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/01/07, Geir Magnusson Jr. wrote: > > > And again about this SVN issue. We may establish some process > > probably. For example Alex can add a comment to critical JIRAs that he > > can't live without this JIRA is applied. I did something like it > > during my pre-committer life while working on the beans module. > > Another suggestion is to post small JIRAs if some files should be > > added to the workspace. It is easy to integrate and should simplify > > Alex's life. > > Along with the good idea of smaller JIRAs, I can suggest two things > to help : > > 1) That we make a better effort to get the patches in > > 2) That Alex also call attention to the work on the dev list Works for me :-) BTW I think that the page describing how to generate diffs needs to explain that it seems to fail spectacularly for binary files, and that if you've got a binary file (either new or modified) then you need to include it separately. The key phrase to look out for in the diff itself is: "Cannot display: file marked as a binary type." If that's got an entry, it means you need to manually add the binary file. Alex.