Oddity with Java Extensions Functions

2001-07-13 Thread Gareth Noyce
Hi all, Firstly, many thanks for the hard work on FOP -- it's a great piece of work. Unfortunately I've stumbled upon a problem which I'm at a loss to figure out. I'm hoping that someone on the list will be able to shed some light on the problem. I've been playing with Java Extension functions

Re: cvs update failure

2001-07-13 Thread Peter B. West
Working now. Peter B. West wrote: > My attempt to cvs update failed with the following message: > > cannot create_adm_p /tmp/cvs-serv87572/src/org/apache/fop/render/mif/fonts > No space left on device > > I will try again in case this was a temporary /tmp glitch > > Peter -- Peter B. West

Re: JAVA to C/C++

2001-07-13 Thread Eric Richardson
> Chris Leak wrote: > > I'm interested in converting FOP to C/C++. Has anyone else looked into > this? > > Any suggestions would be much appreciate. > > Thanks I'd suggest helping with the proposed/in progress major rewrite using Java that the team is working on. FOP is a critical project and

Re: no fop.bat|fop.sh

2001-07-13 Thread Eric Richardson
Hojtsy Gabor wrote: > > Hi! > > There are no fop.bat or fop.sh file in the binary distribution. > The file I have downloaded: Fop-0.19.0-CVS-bin.tar.gz > > The only doc said these files should be there!!! > I also can't find one online on the site. It's cool now so you don't need it. java -ja

Re: properties, elements

2001-07-13 Thread Arved Sandstrom
At 11:21 AM 7/13/01 +0200, Keiron Liddle wrote: > >On Thu, 12 Jul 2001 22:50:44 Karen Lease wrote: >> We also need to think about what to do when we encounter this kind of >> case. Obviously we want to inform the user. We could either stop on an >> exception or just ignore the offending FO and kee

SAXException

2001-07-13 Thread Choma, Travis
When I am trying to run fop from the command line... I'm running the latest version 0.19 (binary downlod). java -jar fop.jar -d -q -xsl ./xml2pdf.xsl -xml ./myxml.xml -pdf ./test.pdf I have all the jar's in the lib directory in my classpath including xerces.jar (nothing else is in my classpath,

Re: cvs update failure

2001-07-13 Thread Arved Sandstrom
At 01:13 AM 7/14/01 +1000, Peter B. West wrote: >My attempt to cvs update failed with the following message: > >cannot create_adm_p /tmp/cvs-serv87572/src/org/apache/fop/render/mif/fonts >No space left on device > >I will try again in case this was a temporary /tmp glitch According to comments on

Re: System hanging

2001-07-13 Thread Arved Sandstrom
At 02:43 PM 7/13/01 +0200, Keiron Liddle wrote: > >On Fri, 13 Jul 2001 13:40:27 Mads Soerensen - Interact wrote: >> Hi! >> Using FOP 0.19 I call Driver.render() and a PDF file is rendered, >> great!! But the program does not exit like it is supposed to after >> completing the render. In a previou

RE: JRun exited abnormally...

2001-07-13 Thread wali
Thank you very much Alex and Jacob. I have reinstalled JRun and have put the jars in the server's lib as mentioned by Jacob. It is working fine now Thanx again - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

cvs update failure

2001-07-13 Thread Peter B. West
My attempt to cvs update failed with the following message: cannot create_adm_p /tmp/cvs-serv87572/src/org/apache/fop/render/mif/fonts No space left on device I will try again in case this was a temporary /tmp glitch Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest "Lor

fonts

2001-07-13 Thread Wolf Gustavo (SGC-EXT)
Hi all, has someone implemmented Arial and Arial-italics? If the answer is yes, could I get the corresponding files? Also, does Helvetica (what I am replacing Arial with) have italics? Thanks once more, Gustavo ---

RE: JRun exited abnormally...

2001-07-13 Thread Peter Jacobs
I'll try to help , but I am no expert... The problem is that JRun and Fop both need an XML parser. In "F:\Program Files\Allaire\JRun\lib\ext" is a XML parser, but it's an old one (Dom level 1). To use Fop and Cocoon, you need an xml parser with Dom level 2 (e.g. Xerces). If the old one is in the

Re: Tree class

2001-07-13 Thread Peter B. West
Arved, Thanks for the feedback, and thanks for giving me some directions. I'll try to chase some of them down in the next week of so. Peter Arved Sandstrom wrote: > On Tuesday 10 July 2001 04:27, Peter B. West wrote: > > >>>I have attempted to make Tree class operations thread-safe, and ha

AW: Unicode!

2001-07-13 Thread Stefan Weber
In your own class, before instantiating the Driver. Stefan -Ursprüngliche Nachricht- Von: Klosa Uwe [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 13. Juli 2001 14:07 An: '[EMAIL PROTECTED]' Betreff: SV: Unicode! Thank you Stefan! But I've got another question. Whats the best way to

Re: System hanging

2001-07-13 Thread Keiron Liddle
On Fri, 13 Jul 2001 13:40:27 Mads Soerensen - Interact wrote: > Hi! > Using FOP 0.19 I call Driver.render() and a PDF file is rendered, > great!! But the program does not exit like it is supposed to after > completing the render. In a previous message Keiron Liddle wrote that he > had changed Co

cvs commit: xml-fop/docs/xml-docs/fop examples.xml svg.xml

2001-07-13 Thread keiron
keiron 01/07/13 05:17:59 Modified:docs/xml-docs/fop examples.xml svg.xml Log: some slightly more info about svg -> pdf Revision ChangesPath 1.10 +0 -4 xml-fop/docs/xml-docs/fop/examples.xml Index: examples.xml ===

SV: Unicode!

2001-07-13 Thread Klosa Uwe
Thank you Stefan! But I've got another question. Whats the best way to implement this. In my own class or somewhere in the fop-source? Uwe -Ursprungligt meddelande- Från: Stefan Weber [mailto:[EMAIL PROTECTED]] Skickat: den 13 juli 2001 12:04 Till: '[EMAIL PROTECTED]' Ämne: AW: Unicode!

System hanging

2001-07-13 Thread Mads Soerensen - Interact
Hi! Using FOP 0.19  I call Driver.render() and a PDF file is rendered, great!! But the program does not exit like it is supposed to after completing the render. In a previous message Keiron Liddle wrote that he had changed CommandLine to exit after completion, how is this done?   Regards Ma

space

2001-07-13 Thread Wolf Gustavo (SGC-EXT)
Hi all, the documents I am preparing are divided in sections. How can I ask Fop to check how much space is left on the page, in order to decide whether to write the title of the section in a new page or not? (If there is a lot of space left, I don't want to cut to next page). Thanks a l

AW: Unicode!

2001-07-13 Thread Stefan Weber
Hi, You can load an userconfiguration as follows: import org.apache.fop.apps.Options; Options opt = new Options(); opt.loadUserconfiguration("PATH TO USERCONFIG / FILE"); Stefan -Ursprüngliche Nachricht- Von: Klosa Uwe [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 13. Juli 2001 09:30

Re: JRun exited abnormally...

2001-07-13 Thread Alex McLintock
Ok - so what does this tell you? a) Your JRun failed for some reason b) You should be using a proper servlet engine. Now what has this got to do with FOP? Oh ok - I'll try to be helpful for a few minutes. Basically by adding classes to JRun's classpath you have added to the classes and packag

Re: properties, elements

2001-07-13 Thread Keiron Liddle
On Thu, 12 Jul 2001 22:50:44 Karen Lease wrote: > A few quick thoughts... > > That was probably just my XML super-ego thinking that case-by-case > checks were a _bad_ thing... But on the other hand, as Arved points out, > the complexity of the model would make it rather problematic. It's > certa

Re: Browser and Reader Versions supported

2001-07-13 Thread Alex McLintock
--- "Yalavarthi, Vasu" <[EMAIL PROTECTED]> wrote: > I wanted to know what Web Browser(IE) and Acrobat Reader versions FOP(FOP > generated PDF) supports. You might rather ask yourself what versions of IE are totally brain dead and written by a company that You could argue that if Acrobat does

Re: PDF rotate

2001-07-13 Thread Alex McLintock
--- Willy Ching <[EMAIL PROTECTED]> wrote: > Hello! > > Can somebody tell me if I can use fop to rotate a PDF document read > it from a file? If yes, kindly show some sample code if possible. Perhaps I could ask you why you think this might be possible with FOP? What document tells you that

JRun exited abnormally...

2001-07-13 Thread wali
Hi all! I have installed JRun 3.0 on Win 2000 machine. I installed it as application not as windows services. It was working quite fine but then i added a couple of jar files in JRUN\servers\lib\ext and some jsps and classes in my web application while the server was running. Then i restar

Unicode!

2001-07-13 Thread Klosa Uwe
I have a problem with unicode. I'm using only fop.jar and w3c.jar with a servlet. I'm using unicode characters like ∀ or ∃. But those weren't displayed correct. I found in the documentation, that I have to add an unicoded truetype font. I've made the metrics file, too. But now I've got a proble