RE: Questions about minimum requirements

2004-02-13 Thread Andreas L. Delmelle
> -Original Message-
> From: Clay Leeds [mailto:[EMAIL PROTECTED]

> > [Me:]
> > Errmmm... (Trick question?)
>
> Not so much a trick question as it is a question about a note on the FOP
> Fonts question.

Well, don't worry. Was just kidding there --I meant more: the question was
posed in a 'tricky' way; didn't really know whether I should be answering
'yes' or 'no'.

Where it's a requirement to specify the path to the avalon jar when using
the PFMReader, you don't need to do this when using FOP, so that would make
it: yes. OTOH, as indicated, Avalon is needed for running FOP, so... no,
it's not just a requirement when using the PFMReader (--still following?
;) )

Cheers,

Andreas



RE: Questions about minimum requirements

2004-02-12 Thread Clay Leeds
Andreas L. Delmelle said:
>> -Original Message-
>> From: Clay Leeds [mailto:[EMAIL PROTECTED]
>> I've been doing some updating documentation for my company's product,
>> and noticed this tidbit on the FOP Fonts page[1] where it discusses
>> PFMReader:
>>
> 
>> Is this the requirement for the avalon-framework.jar just a requirement
>> if I'm using PFMReader? (I would think so, since I've never come up with
>> this before, and I don't think I have avalon-framework.jar installed).
>
> Errmmm... (Trick question?) Yes, I think --and no, because Avalon is
> required for running FOP, even if you never use the PFMReader. Normally,
> you wouldn't run into trouble since the avalon jar is distributed with
> FOP and is by default included in the classpath that's set up by the
> fop.sh/fop.bat script. (My guess is you do have it installed...
> check your FOP/lib directory for that.)
>
> Cheers,

Not so much a trick question as it is a question about a note on the FOP
Fonts question. Sounds like that note needs to be rewritten, although it's
probably no big deal. (OT: I actually can't check my system, because I
forgot my laptop at home today d'oh! Been using webmail when I can
today...).
-- 
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc



Re: Questions about minimum requirements

2004-02-12 Thread J.Pietschmann
Clay Leeds wrote:
Also, on the subject of minimum JRE, if it is decided to set the minimum
requirements for FOP-1.0 to JRE 1.4.x, might it still be possible to run
FOP under a pre-1.4 JRE with certain frameworks installed (I don't know
what those would be)? If so, would there be documentation for such
contingencies?
The current code relies on extensions of JRE core classes. I don't
think this could be easily retrofittet to a pre 1.4 JRE, unless
you *like* fiddling with the bootclasspath.
J.Pietschmann


RE: Questions about minimum requirements

2004-02-12 Thread Andreas L. Delmelle
> -Original Message-
> From: Clay Leeds [mailto:[EMAIL PROTECTED]
>
> I've been doing some updating documentation for my company's product, and
> noticed this tidbit on the FOP Fonts page[1] where it discusses PFMReader:
>

> Is this the requirement for the avalon-framework.jar just a requirement if
> I'm using PFMReader? (I would think so, since I've never come up with this
> before, and I don't think I have avalon-framework.jar installed).
>

Errmmm... (Trick question?) Yes, I think --and no, because Avalon is
required for running FOP, even if you never use the PFMReader. Normally, you
wouldn't run into trouble since the avalon jar is distributed with FOP and
is by default included in the classpath that's set up by the fop.sh/fop.bat
script. (My guess is you do have it installed... check your FOP/lib
directory for that.)

Cheers,


Andreas