RE: FOP help please...

2001-08-09 Thread COFFMAN Steven

Didn't you say on the general list that you were able to get the fop.sh and
fop.bat to work for you?
-Steve

-Original Message-
From: Charlie Wu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 12:42 AM
To: '[EMAIL PROTECTED]'
Subject: FOP help please...


 <>  <> 

Hi there:
 
I downloaded the latest FOP from xml.apache.org and was trying to run
some simple tests from the commandline.. The documentation says you
should just run:
 
FOP fo_inputfile pdf_outputfile (see
http://xml.apache.org/fop/running.html
 )
 
but I can't find a FOP.exe or FOP unix binary anywhere.. and since this
is java I suspect there isn't any FOP anywhere anyway.. so I searched
google.com and looked for commandline examples and found many references
to calling org.apache.fop.apps.CommandLine - but then when I checked
this against the fop.jar there's NO CLASS with that name!! I couuld only
find Command, CommandLineStarter, and CommandLineOptions.. 
 
So what gives 
 
Can someone please help me out???
 
Thanks
 
Charlie



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP help please...

2001-08-09 Thread Kevin Ward


Yes, it is misleading on the site.  You can use the following on the 
command line (assuming all the relevant jars are in your classpath):

java org.apache.fop.apps.Fop file.fo file.pdf

Kevin

At 09:41 PM 8/8/01 -0700, you wrote:
>  <>  <>
>
>Hi there:
>
>I downloaded the latest FOP from xml.apache.org and was trying to run
>some simple tests from the commandline.. The documentation says you
>should just run:
>
>FOP fo_inputfile pdf_outputfile (see
>http://xml.apache.org/fop/running.html
> )
>
>but I can't find a FOP.exe or FOP unix binary anywhere.. and since this
>is java I suspect there isn't any FOP anywhere anyway.. so I searched
>google.com and looked for commandline examples and found many references
>to calling org.apache.fop.apps.CommandLine - but then when I checked
>this against the fop.jar there's NO CLASS with that name!! I couuld only
>find Command, CommandLineStarter, and CommandLineOptions..
>
>So what gives
>
>Can someone please help me out???
>
>Thanks
>
>Charlie

-
Kevin Ward
Web Developer
Lattice Semiconductor Corporation
 NE Moore Court
Hillsboro, OR 97124-6421
Ph: 503.268.8656
Fx: 503.268.8693
[EMAIL PROTECTED]
http://www.latticesemi.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: FOP help please...

2001-08-08 Thread James Telfer

Try:
java -jar fop.jar

Invocation used to be handled by fop.bat/fop.sh, but I think this is now
obsolete. (?) Either way, the above works.

JT

-Original Message-
From: Charlie Wu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 2:52 PM
To: '[EMAIL PROTECTED]'
Subject: FW: FOP help please...


 <>  <> 


Hi there:
 
I downloaded the latest FOP from xml.apache.org and was trying to run
some simple tests from the commandline.. The documentation says you
should just run:
 
FOP fo_inputfile pdf_outputfile (see
http://xml.apache.org/fop/running.html
 )
 
but I can't find a FOP.exe or FOP unix binary anywhere.. and since this
is java I suspect there isn't any FOP anywhere anyway.. so I searched
google.com and looked for commandline examples and found many references
to calling org.apache.fop.apps.CommandLine - but then when I checked
this against the fop.jar there's NO CLASS with that name!! I couuld only
find Command, CommandLineStarter, and CommandLineOptions.. 
 
So what gives 
 
Can someone please help me out???
 
Thanks
 
Charlie



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]