From dev-return-103021-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Fri Sep 16 15:12:58 2011 Return-Path: X-Original-To: apmail-cocoon-dev-archive@www.apache.org Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2FD27C4E for ; Fri, 16 Sep 2011 15:12:58 +0000 (UTC) Received: (qmail 41140 invoked by uid 500); 16 Sep 2011 15:12:58 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 41076 invoked by uid 500); 16 Sep 2011 15:12:58 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 41068 invoked by uid 99); 16 Sep 2011 15:12:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 15:12:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 209.85.160.179 as permitted sender) Received: from [209.85.160.179] (HELO mail-gy0-f179.google.com) (209.85.160.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 15:12:52 +0000 Received: by gyg4 with SMTP id 4so3804413gyg.24 for ; Fri, 16 Sep 2011 08:12:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8JQkjDxqaSJ+jk9UGm9XKNQae60BYV/zbaVTwY6ajFo=; b=fJPmcDVe5pGWHNdSxpXs3doDHyL6fTchTapLzcYw9jcVouNo+QK05ztIz1xz4K9Imv 0z8i30MHxxzKE2tsZtXCQDUnfy4RohrWgja59HguK35V+AijN6dwX35g6mMBGY3WzBoA f99S5mpiOR075V0dPthuSG3gDjovnShiZ+YoE= MIME-Version: 1.0 Received: by 10.151.107.4 with SMTP id j4mr1389288ybm.339.1316185951139; Fri, 16 Sep 2011 08:12:31 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.151.49.3 with HTTP; Fri, 16 Sep 2011 08:12:31 -0700 (PDT) In-Reply-To: <4E73639A.2080107@apache.org> References: <4E73639A.2080107@apache.org> Date: Fri, 16 Sep 2011 17:12:31 +0200 X-Google-Sender-Auth: Es4z5uV_qh4Y-6ztdVvLsfk8iSY Message-ID: Subject: Re: Failing build From: Simone Tripodi To: dev@cocoon.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I received the Jenkins notification that build came normal, I guess it is configured to send email only to last committer that commits, not the dev ML :S I think we should ping INFRA to change that setting and receive the failures on dev ML, WDYT? thanks for the fix!! :) All the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ 2011/9/16 Francesco Chicchiricc=C3=B2 : > On 16/09/2011 16:39, Simone Tripodi wrote: >> >> Hi all guys, >> while trying to compile the new CLI module, I accidentally got an >> error in the I18NTransformerTest, follow below my environment and the >> error message. >> Can you help me please to figure out where the error is? > > Well, it smells like a Java 6 feature :-) > > Of course, it's sufficient to replace all String.isEmpty() with > String.length =3D=3D 0 in I18nTransformer's source code. > The amended version has just been committed. > > Once more, Jenkins did not rise anything about this... > > -- > Francesco Chicchiricc=C3=B2 > > Apache Cocoon Committer and PMC Member > http://people.apache.org/~ilgrosso/ > >