Re: What happened to base dir in 0.92?

2006-06-03 Thread David P. Nesbitt
Thanks again, Andreas! I will try that out on Monday and let you know how it turns out. As always, I sincerely appreciate the help! Regards, Dave --- Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > On Jun 3, 2006, at 19:13, David P. Nesbitt wrote: > > > Andreas, > > > > Thanks for the respons

Re: What happened to base dir in 0.92?

2006-06-03 Thread Andreas L Delmelle
On Jun 3, 2006, at 19:13, David P. Nesbitt wrote: Andreas, Thanks for the response. However, I am running in embedded mode, so I don't think the UserAgent thing is relevant. Is it? It sure is. Even if you don't instantiate one explicitly, FopFactory uses a default FOUserAgent internally.

Re: What happened to base dir in 0.92?

2006-06-03 Thread David P. Nesbitt
Andreas, Thanks for the response. However, I am running in embedded mode, so I don't think the UserAgent thing is relevant. Is it? Also, since I want to obtain the resources from the war file, I can't have a static setting in the config file. It needs to be determined at run time. Anyone know

Re: What happened to base dir in 0.92?

2006-06-03 Thread Andreas L Delmelle
On Jun 3, 2006, at 03:33, David P. Nesbitt wrote: Hi David, With 0.92, there doesn't seem to be a mechanism for initializing the baseDir anymore. Yes there is, only not directly through a factory method. IIC, then what you're after is either: - the baseURL entry in the config file - the setB