Apache FOP install - what goes where?
Apache FOP install - what goes where?
- Subject: Apache FOP install - what goes where?
- From: Denis Stanton <email@hidden>
- Date: Mon, 12 Apr 2004 11:55:47 +1200
I've ventured into unfamiliar territory and I would appreciate some
directions.
I'm trying to add the facility to create and email pdf files from my WO
application. I've had a look at an XML FO tutorial and I believe I can
get what I want using Formatted Objects, but I'm stuck on how to go
about adding this extension to my WebObjects environment (Mac OS X
10.3.3, WebObjects 5.2.3, Xcode 1.1). I have not had to extend
WebObjects like this before.
I have been sent some very nice sample code (thanks Andrew) that I
intend to adapt, but I'm stuck at the initial configuration stage by
the import statement:
import org.apache.fop.apps.*;
The compiler reports
package org.apache.fop.apps does not exist
I don't know what file has to be where for this import to work.
I assume I need some libraries from the Apache XML project
(http://xml.apache.org/fop/index.html). I have downloaded a file named
fop-0.20.5-bin.tar and expanded it to produce a number of .jar and .txt
files, but I don't know what to do next. Have I got the right files?
Where should I place them so that the import will find what it needs?
Denis
Denis Stanton
email@hidden
Home: +64 9 533 0391
mobile: +64 21 1433622
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.