Return-Path: X-Original-To: apmail-forrest-dev-archive@www.apache.org Delivered-To: apmail-forrest-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 58B1910DED for ; Tue, 8 Oct 2013 06:58:36 +0000 (UTC) Received: (qmail 77930 invoked by uid 500); 8 Oct 2013 06:58:32 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 77277 invoked by uid 500); 8 Oct 2013 06:58:26 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 77239 invoked by uid 99); 8 Oct 2013 06:58:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 06:58:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 06:58:17 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DF4D520C0A for ; Tue, 8 Oct 2013 02:57:56 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Tue, 08 Oct 2013 02:57:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=19lE8F92v5GrwSLuLCBXGNLJxaA=; b=nho/+PT2T/3XsBATyPRqYvy4irQ1 2r2h/rL13lLQ7KFselaZ+TcSwQlJl9G1VkCo29aWMlkWAhIvCM0qNKYe0oEBJUyY p4ktN+UTYR7TyftjrdfnGpSR/GY8y3agIq/ILIjoQSxbWNY9jiQ6CXOlcBkHy3x+ //fTDkI5ZB22/f8= X-Sasl-enc: KtOIFrkmQxhiKSKYfeZTnA71dvYTclNT/GSrg6ImwLFw 1381215476 Received: from localhost (unknown [123.51.72.71]) by mail.messagingengine.com (Postfix) with ESMTPA id 0CFE96800CE for ; Tue, 8 Oct 2013 02:57:55 -0400 (EDT) Date: Tue, 8 Oct 2013 17:57:53 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: [heads-up] merging branch to update our Cocoon to 2013 Message-ID: <20131008065753.GB5031@igmb.local> References: <20130930082838.GA11599@igmb.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130930082838.GA11599@igmb.local> User-Agent: Mutt/1.4.2.3i X-Virus-Checked: Checked by ClamAV on apache.org David Crossley wrote: > > As seen from the commits and issues, i have finally > succeeded with the updating of our packaged Cocoon. > > https://issues.apache.org/jira/browse/FOR-1240 > https://svn.apache.org/repos/asf/forrest/branches/update_cocoon_2.1.12 > > So i hope to merge it soon. Need to take it slowly > because the associated issues have consumed my spare time. > > Before that i need to deploy the trunk PDF output plugin > once more, and then increment its version because > it now has major changes. > > Meanwhile if anyone has time to test the branch, > then that would be good. Okay things seems to be fine. Forrestbot on the zone is happy and Gump is happy. The main changes are with the PDF Output plugin. It now uses FOP v1.0 and Cocoon's updated FOP Block. Thanks to Ferdinand and Jeremias their interim solution at Forrest. That is now replaced. (If anyone needs to use the old version, then remember that you can specify that in the forrest.properties configuration file by appending "-0.3".) So those developers who use the PDF plugin, please ensure that all is okay, especially with your extra configurations. Enjoy the new FOP abilities, and please enhance our plugin if there is anything more that we can utilise. Next step will be to get Gump to use the trunk of FOP, Batik, and Commons to see if we can upgrade further. -David