I'm not sure what it means. It ends with build failed but it did create a jar. Now I'm trying to test using this jar and it doesn't seem to like my set font commands so I need to figure that out.
-----Original Message----- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: Monday, October 24, 2011 9:28 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: org.apache.fop.svg.PDFDocumentGraphics2D can't change page size? Hi Eric, Could you put up which unit tests are failing. Another user is having a similar issue. Thanks Mehdi On 24 October 2011 14:05, Eric Douglas <edoug...@blockhouse.com> wrote: > Sounds like just what I was looking for! Thanks! > > I used the TortoiseSVN to download the trunk but I still haven't > figured out how to compile it with ant. It keeps saying it failed at > least one junit test. > I did just do File > Export in Eclipse, selecting all class files and > got a working jar. > > > -----Original Message----- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Monday, October 24, 2011 8:46 AM > To: fop-dev@xmlgraphics.apache.org > Subject: Re: org.apache.fop.svg.PDFDocumentGraphics2D can't change > page size? > > Here you go: http://svn.apache.org/viewvc?rev=1188123&view=rev > > In addition to nextPage(), there is now also a nextPage(width, height) > for changing the size of the following pages. > > On 24.10.2011 14:29:23 Eric Douglas wrote: >> It appears the only place it sets the page size is in the >> setupDocument method which also writes the characters to initialize > the PDF. >> I want to be able to put a portrait page and a landscape page in the >> same document, which sort of works if I call that method but it has >> those extra characters which messes up the text though the pages are >> turned correctly. >> > > > > > Jeremias Maerki > >