From dev-return-96563-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Tue Aug 28 15:48:36 2007 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 50528 invoked from network); 28 Aug 2007 15:48:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 15:48:31 -0000 Received: (qmail 58046 invoked by uid 500); 28 Aug 2007 15:48:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 57987 invoked by uid 500); 28 Aug 2007 15:48:24 -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 57976 invoked by uid 99); 28 Aug 2007 15:48:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 08:48:24 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of agallardo@agssa.net designates 165.98.223.21 as permitted sender) Received: from [165.98.223.21] (HELO agssa.net) (165.98.223.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 15:48:19 +0000 Received-SPF: pass (agssa.net: 10.0.0.7 is whitelisted) receiver=agssa.net; client-ip=10.0.0.7; helo=dev07.agssa.net; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from dev07.agssa.net (dev07.agssa.net [10.0.0.7]) by agssa.net (8.13.8/8.13.8) with ESMTP id l7SFlmAB029864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Aug 2007 09:47:56 -0600 Message-ID: <46D443A4.6050100@agssa.net> Date: Tue, 28 Aug 2007 09:47:48 -0600 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [jira] Updated: (COCOON-806) [PATCH]: HSSF Serializer does not process References: <4321869.1188314490567.JavaMail.jira@brutus> In-Reply-To: <4321869.1188314490567.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.12 (agssa.net [10.0.0.1]); Tue, 28 Aug 2007 09:47:56 -0600 (CST) X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on agssa.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on ags01.agssa.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.9 Thanks for fixing the versions. Best Regards, Antonio Gallardo. Grzegorz Kossakowski (JIRA) escribió: > [ https://issues.apache.org/jira/browse/COCOON-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Grzegorz Kossakowski updated COCOON-806: > ---------------------------------------- > > Fix Version/s: (was: 2.1.11-dev (Current SVN)) > 2.1.6 > Affects Version/s: (was: 2.1.8) > 2.1.6 > > According to this http://cocoon.apache.org/2.1/changes.html document, it was fixed in Cocoon 2.1.6, not 2.1.11-dev. > > >> [PATCH]: HSSF Serializer does not process >> ---------------------------------------------------------------- >> >> Key: COCOON-806 >> URL: https://issues.apache.org/jira/browse/COCOON-806 >> Project: Cocoon >> Issue Type: Bug >> Components: Blocks: POI >> Affects Versions: 2.1.6 >> Environment: Operating System: All >> Platform: All >> Reporter: Antonio Gallardo >> Assignee: Cocoon Developers Team >> Fix For: 2.1.6, 2.2-dev (Current SVN) >> >> Attachments: EP_Grid.java.diff, EP_Orientation.java.diff, EP_Paper.java.diff, Sheet.java.diff >> >> >> The element is where we configure all the info related to >> print configuration of the stylesheet generated. For example: landscape >> orientation, papelsize, margins, etc. Currenlty the HSSF Serializer is ignoring >> all the info the user send. >> Here is a example of the element: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> r_then_d >> landscape >> >> >> A4 >> >> > >