Re: maven bundles

2010-08-27 Thread Simon Pepping
On Thu, Aug 26, 2010 at 11:00:18AM -0400, Benson Margulies wrote:
 I repushed with the repaired POM.

Everything looks fine. Thanks.
 
 See https://issues.apache.org/bugzilla/show_bug.cgi?id=49830 for how I did it.
 
 In short:
 
 1. unpack the bundle.jar
 2. run maven to automate the production of gpg signatures for all the
 pieces and to push them to the staging repo.
 3. interact with the nexus gui to 'close' the staging repo.

Thanks. But this does use maven, and I am working towards a solution
without maven, which seems feasible, and more useful for projects
which do not use maven as their build system.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


DO NOT REPLY [Bug 49835] New: Wrong page break with 2 columned region and tables

2010-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835

   Summary: Wrong page break with 2 columned region and tables
   Product: Fop
   Version: 1.0
  Platform: PC
Status: NEW
  Severity: major
  Priority: P2
 Component: page-master/layout
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: a.kov...@i-docs.com


In this problem I have 2 tables. 
The first one is ending just before the page ends.
It is not enough place on the page to display the header of the second table
but there is enough place to display 1 row of the second table.

The header2 goes to the next page but 1 row of the table is displayed on the
previous page.
This means the table-bodys first row is displayed BEFORE the table-header

Attached is XSL/FO and PDF.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49835] Wrong page break with 2 columned region and tables

2010-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835

--- Comment #1 from a.kov...@i-docs.com 2010-08-27 05:54:45 EDT ---
Created an attachment (id=25952)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25952)
test pdf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49835] Wrong page break with 2 columned region and tables

2010-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49835

--- Comment #2 from a.kov...@i-docs.com 2010-08-27 05:56:06 EDT ---
Created an attachment (id=25953)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25953)
test XSL/FO file

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Re: maven bundles

2010-08-27 Thread Benson Margulies
Simon,

It uses maven to script signing the pieces in a way that works on both
Windows and Linux. If you want to solve that problem some other way,
go right ahead. Since only people with an account on Nexus and a key
can do this procedure, you might feel that requiring Maven is
acceptable. Or you might just require linux and write a shell script
to do the signing. In any case, I felt called upon to document what I
did. You might want to check this in just to answer the question, 'How
was this done in 1.0?' even if you never use it again.

--benson

On Fri, Aug 27, 2010 at 5:38 AM, Simon Pepping spepp...@leverkruid.eu wrote:
 On Thu, Aug 26, 2010 at 11:00:18AM -0400, Benson Margulies wrote:
 I repushed with the repaired POM.

 Everything looks fine. Thanks.

 See https://issues.apache.org/bugzilla/show_bug.cgi?id=49830 for how I did 
 it.

 In short:

 1. unpack the bundle.jar
 2. run maven to automate the production of gpg signatures for all the
 pieces and to push them to the staging repo.
 3. interact with the nexus gui to 'close' the staging repo.

 Thanks. But this does use maven, and I am working towards a solution
 without maven, which seems feasible, and more useful for projects
 which do not use maven as their build system.

 Simon

 --
 Simon Pepping
 home page: http://www.leverkruid.eu



Re: maven bundles

2010-08-27 Thread Benson Margulies
I've released. It's now on Apache, and will show up on Central when replicated.