Re: [css2xslfo-support] css2fopnew1_3.jar gives ConfigurationException
Brought to you by:
wdonne
From: Brad C. <bk...@mu...> - 2006-03-13 14:01:26
|
On 13 Mar 2006 at 12:01, Werner Donn=E9 wrote: > Hi Brad, > > The command-line in my script is as follows: > > fop=3D/var/local/fop-0.91beta > java -Xbootclasspath/p:/var/local/saxon-8.4/saxon8.jar -cp \ > $fop/build/fop.jar:$fop/lib/avalon-framework-4.2.0.jar:$fop/lib/bati > k-all-1.6.jar:$fop/lib/commons-io-1.1.jar:$fop/lib/commons-logging-1 > .0.4.jar:$fop/lib/serializer-2.7.0.jar:$fop/lib/css2fopnew.jar \ > be.re.css.CSSToFOPNew $* > Thanks, that solved the problem. I keep forgetting that using -cp with java disables -jar The css_to_xslfo_manual doesn't mention be.re.css.CSSToFOPNew class, it says: For fop 0.20.5: > java -jar css2fop.jar url_or_filename <options> For fop 0.91beta you should create a classpath with css2fopnew.jar, fop.jar and all the jar files in the fop lib directory. So, java newbies like me kinda skip over the fact that -jar won't work wit= h -cp > Regarding to your second problem, have you set a width on the "col" > elements? Yes <col width=3D"50%" /> All my widths are in %, should I use pcw instead? -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements |