Return-Path: Delivered-To: apmail-river-dev-archive@www.apache.org Received: (qmail 88764 invoked from network); 14 Feb 2011 20:32:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 20:32:24 -0000 Received: (qmail 34387 invoked by uid 500); 14 Feb 2011 20:32:24 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 34367 invoked by uid 500); 14 Feb 2011 20:32:23 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 34359 invoked by uid 99); 14 Feb 2011 20:32:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 20:32:23 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [61.9.189.149] (HELO nschwmtas05p.mx.bigpond.com) (61.9.189.149) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 20:32:14 +0000 Received: from nschwotgx01p.mx.bigpond.com ([61.9.223.241]) by nschwmtas05p.mx.bigpond.com with ESMTP id <20110214203149.UMCQ11322.nschwmtas05p.mx.bigpond.com@nschwotgx01p.mx.bigpond.com> for ; Mon, 14 Feb 2011 20:31:49 +0000 Received: from [10.1.1.2] (really [61.9.223.241]) by nschwotgx01p.mx.bigpond.com with ESMTP id <20110214203134.OHTT8424.nschwotgx01p.mx.bigpond.com@[10.1.1.2]> for ; Mon, 14 Feb 2011 20:31:34 +0000 Message-ID: <4D598FA5.4030003@zeus.net.au> Date: Tue, 15 Feb 2011 06:25:09 +1000 From: Peter Firmstone User-Agent: Thunderbird 2.0.0.14 (X11/20080531) MIME-Version: 1.0 To: dev@river.apache.org Subject: Re: Graduation tasks- Hudson jobs References: <1297695823.19722.174.camel@cameron> In-Reply-To: <1297695823.19722.174.camel@cameron> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4D599135.00A1,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Yes the QA suite actually requires Java 1.6 to compile, then you can test it on Java 1.5, from memory this used to work on Java 1.4 too. This was known to work with jsr14, this might not work with a 1.5 target. The problem is that some tests in the QA suite utilise sun proprietary classes, not much good for portability. That's the big issue with our current build, currently implementations are driving the platforms we can support. This is why I'd like to see the build broken up: 1. Platform 2. Platform Libs. 3. Service Reference Implementations (individually). 4. Library containing Preferred classes (since these are used by both the platform and service proxy's but not shared). 5. QA Harness. 6. Jini Compliance Tests 7. (Implementation tests go with each implementation) Since most become separate builds, we could even consider using Ant for some and Gradle for others, if this makes sense on a case by case basis. Peter. Greg Trasuk wrote: > Hi all: > > Quick update on the post-graduation move-over of the Hudson jobs. > > I have adjusted the River-trunk job so as to hit the new repository and > the new development lists; it seems to be working OK. > > The various QA jobs are not yet enabled. I attempted to set the runtime > environment to JDK1.5 so as to reflect our goal to not require JDK1.6 > functionality, and I got an error about a harness class not fully > extending a Sun-proprietary spi class for NameServer. I haven't yet > been able to reproduce the error locally, but it's the first time I've > tried to setup the QA locally, so that's not really meaningful at the > present time. I should note that the compile error is in a qa harness > class and not the trunk build. I have no indication that the trunk is > anything but JDK1.5-compatible yet. > > You can look at build #478 > (https://hudson.apache.org/hudson/job/River-trunk/478/) to see the > problem. > > > Time is tight for the next few days, but I'm planning to spend a few > hours over the next few days working on re-enabling the QA builds; Since > Patricia has local QA for the bugs she's working on I think it's > non-critical to have the Hudson builds, but if someone else has more > time, feel free... > > Cheers, > > Greg Trasuk. > > >