Subscript and baseline-shift.

2002-02-26 Thread Klosa Uwe
Hi, I've got a problem with subscript characters. All subscript characters are overlapping the next line. Has someone a solution? Is somebody working with the property baseline-shift? Uwe - To unsubscribe, e-mail: [EMAIL PROTEC

Compiling Fop in MS vm

2002-02-26 Thread Adel BEN SIK ALI
Hi all, I wrapped Fop into a com component. I succeded to compile but when I want to run it i get the error : java.lang.NoSuchMethodError : java/awt/image/ColorModel : Methed hasAlpha()Z not found. I downloaded the latest microsoft virtual machine 3802 but the problem still exist. When I look

DO NOT REPLY [Bug 6676] New: - external-graphics does not work

2002-02-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Tool for generating bar graphs with Java

2002-02-26 Thread James Richardson
Sergei Timofejev wrote: > > > KavaChart > > http://www.aoindustries.com/docs/javachart/api/chart.package.html > Or PopChart. http://www.corda.com. Its very quick, and produces svg, flash, and gif graphs. Its a breeze to set up, and accessibile via http or direct api. Cheers James

RE: [PROPOSAL] linebreak

2002-02-26 Thread ewitness - Ben Fowler
>[EMAIL PROTECTED] (ewitness - Ben Fowler) wrote: >[snip] >> I don't mind admitting that as an outsider to the XML standard, this >> looks like a bad, even a really bad, idea. >> >> My reading of your commentary is "Whitespace is sometimes respected, >> and only a langauge lawyer can tell you when

Re: Compiling Fop in MS vm

2002-02-26 Thread cn
Hi Adel. If you are using a version of FOP later than 0.18 - you component won't work. The problem is that the MS VM 3802 only supports jdk 1.1.8 - FOP after 0.18 use later JDK versions. Hopes this helps you. Alternative you can use FOP 0.18.. Claus Nielsen |+--

pls help...status on working in non ASCII environment, PDF not formatting correctly

2002-02-26 Thread Dudley . Butt
Hi all, We're currently trying to get our FOP to work on a mainframe using EBCDIC, but when the PDF gets generated, the formatting goes horribly wrong.. i've read the mailing list and i see it has been addressed before as a bug, does anyone know the status of this bug? PLEASE help This message

Problem upgrading from jdk 1.2 to jdk 1.3.1

2002-02-26 Thread Soraya Camarero
Hi!. We have compiled ourclasses with jdk 1.2, and they work OK. The problem is that now we have to compile them with jdk 1.3.1. We can compile them OK, but they don't work correctly. We get the following error: "arrayIndexOutOfBounds". We don't know if there is a problem about upgradin

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java SVGArea.java

2002-02-26 Thread keiron
keiron 02/02/26 04:43:10 Modified:src/org/apache/fop/fo FONode.java XMLObj.java src/org/apache/fop/fo/flow ExternalGraphic.java InstreamForeignObject.java src/org/apache/fop/render AbstractRenderer.java Print

RE: Problem upgrading from jdk 1.2 to jdk 1.3.1

2002-02-26 Thread hin-tak . leung
No, I have been using jdk 1.3.1, then 1.3.1_01, and currently 1.3.1_02 since day one when I got involved with fop. (since about March/April 2002?). Had never used jdk 1.2 with fop in fact. But the last one I compiled was the 0.20.x cvs maintainence tree on 6th Jan 2002. Haven't touched fop for a

Re: Compiling Fop in MS vm

2002-02-26 Thread Jim Wright
Not entirely true -- osx supports any java you care to put on it -- I'm currently running 1.3. jw [EMAIL PROTECTED] wrote: >Hi Adel. > >If you are using a version of FOP later than 0.18 - you component won't >work. The problem is that the MS VM 3802 only supports jdk 1.1.8 - FOP >after 0.18 us

Re: problem building on macosx

2002-02-26 Thread Jim Wright
It worked just fine for me from the very start. Are you sure you have all the supporting jars properly sourced through the classpath? Have you tried running it from the latest release jar file first before doing the build? jw Stephen Bannasch wrote: >I'm trying to build Fdop on macosx> I gr

Re: Compiling Fop in MS vm

2002-02-26 Thread Jim Wright
Oops. Sorry, responding to wrong message. jw [EMAIL PROTECTED] wrote: >Hi Adel. > >If you are using a version of FOP later than 0.18 - you component won't >work. The problem is that the MS VM 3802 only supports jdk 1.1.8 - FOP >after 0.18 use later JDK versions. > >Hopes this helps you. Alterna

Re: Compiling Fop in MS vm

2002-02-26 Thread cn
Hi Jim. Maybe asking stupid...But what is osx ?? Claus |+-> || Jim Wright | || | || | || 26-02-2002 | || 08:06 | || Pleas

Re: Compiling Fop in MS vm

2002-02-26 Thread Jim Wright
Newer macintosh os (10). I was responding to Stephen, but accidentally clicked on your message instead. Sorry about that. jw [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]"> Hi Jim.Maybe asking stupid...But what is osx ??Claus|+->|| Jim Wright

CMYK Images - bug? (Again)

2002-02-26 Thread claes . bergsten
Hi, I need some feedback on this. Is there a bug with external-graphics containing CMYK colors? I have tried several image formats now, and if I save them in RGB-mode they work fine but if I save the same image in CMYK-mode FOP gives following error: Error in XObject : Error while loading image

RE: [PROPOSAL] linebreak

2002-02-26 Thread Joerg Pietschmann
[EMAIL PROTECTED] (ewitness - Ben Fowler) wrote: [snip] Well, this is drifting off topic for this list... but see the very end of this message. And some remarks anyway: In the example > >The correct way to express > >procedure foo(); > > begin ... > >would be something like: > > > > foo(); > >

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
i have a prob with *some* jpeg images cause they are replaced by a black rectangle in the pdf doc. Most jpeg shows correctly. How can i verify that my jpegs are not cmyk-ed? Fred. --- [EMAIL PROTECTED] a écrit : > Hi, > > I need some feedback on this. > > Is there a bug with external-graphics

Re: CMYK Images - bug? (Again)

2002-02-26 Thread claes . bergsten
Well opening them in Photoshop (if you have the possibility) and look at the Image->Mode There youll see which mode the picture is in: RGB, CMYK, Grayscale etc. Claes |-+---> | | fred redf | | | | | |

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
Thanks man, but i'm looking for a scriptable solution cause we're working with *big* amounts of content... Thanks anyway Fred. --- [EMAIL PROTECTED] a écrit : > > Well opening them in Photoshop (if you have the > possibility) and look at > the Image->Mode > There youll see which mode the picture

Re: CMYK Images - bug? (Again)

2002-02-26 Thread Guillaume Laforge
You should have a look at a JPEG decoder like Sun's JIMI or Sun's JAI (Java Advanced Imaging API). You might find some usefull methods regarding the color model used by a JPEG image file. Wandering around  JAI's JPEGImageDecoder, it extends ImageDecoderImpl. There's a method called decodeAsRe

RE: [PROPOSAL] linebreak

2002-02-26 Thread ewitness - Ben Fowler
>[EMAIL PROTECTED] (ewitness - Ben Fowler) wrote: >[snip] > > [snip ] >I meant "correct way to express the presentational aspects with >XSLFO". There was no intention to feed this to a Pascal compiler. >The use case was "I have some source code and want to >include it in my printed manual" O.K.

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
Merci Guillaume, je jette un oeil. --- Guillaume Laforge <[EMAIL PROTECTED]> a écrit : > You should have a look at a JPEG decoder like Sun's > JIMI or Sun's JAI (Java Advanced Imaging API). > You might find some usefull methods regarding the > color model used by a JPEG image file. > Wandering ar

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Hi Jim, I am using the binary distribution of Fop regularly. I have xerces.jar and xalan.jar in /Library/Java/Extensions/ however I have no tools.jar or classes.zip in /Library/Java/Home/lib I have the following in the xml-fop lib dir: $ls lib BSF.license.txt batik.jar classes

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: [..] > The systems stops on the very first element in the build. > > classname="org.apache.fop.tools.anttasks.SerializeHyphPattern"/> > > There are no classes in the anttasks dir for the taskdef to link "serHyph" to: > > lib/org/apache/fop/tools/anttasks/ This is

Pls help....str.getBytes()

2002-02-26 Thread Dudley . Butt
With reference to the following, does anyone know whether one must replace every reference to str.getBytes(), or r there some selected ones we can do only? http://marc.theaimsgroup.com/?l=fop-dev&m=99587281428987&w=2 This message contains information intended solely for the addressee, which is

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Thanks for the pointer Christian, I got a new checkout of the maintenence branch: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout -r fop-0_20_2-maintain xml-fop created buildtools.jar: [bash stephen:~/apache/xml-fop]ant -f buildtools.xml Buildfile: buildtools.xml which claimed suc

Using Avalon/Logkit Was: Re: [Understanding] Images [4]

2002-02-26 Thread Joerg Pietschmann
Jeremias Maerki <[EMAIL PROTECTED]> wrote: > By the way: What's the current agreement whether to use Avalon or not? I > mean, we're already using LogKit (which is cool). No, it's not cool unless done properly. I don't think users who want only pure FO processing should be forced to use another he

I have problem with FOP - running

2002-02-26 Thread Carlos Daniel Schafer
Hello I take that libraries and put into c:\java\lib, I working witch NT 2000. Please, I have problems with FOP when running and recieved this message Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main I don't now this message, please help me. Sorry, my Engli

fonts

2002-02-26 Thread John & Valerie B.
I couldn't get to bugzilla...   I've added new fonts to the userconfig.xml file.     execute fop C:\Fop>fop -xml docs/termprofile.xml -xsl docs/auditprofiletest.xsl -pdf docs/auditprofile.pdf -c conf/userconfig.xml I could not get the font to work, until I copied the fonts/metrics into

question keep-together

2002-02-26 Thread Jochen . Maes
I have been away for a while, and haven't been able to read all the mails from the mailinglist. Since my return i answered some questions, but not to much... therefore this might been said before, but that i missed it. I saw there is a new release of FOP (fop-0.20.3rc2-src.tar.gz). I'm using th

Re: fonts

2002-02-26 Thread Jochen . Maes
did you set the basedir? that migh give problems... try to uncheck it if you set it... Jochen Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax : 02/429.17.48 E-mail : [EMAIL PROTECTED] **

Re: Using Avalon/Logkit Was: Re: [Understanding] Images [4]

2002-02-26 Thread Nicola Ken Barozzi
From: "Joerg Pietschmann" <[EMAIL PROTECTED]> > Jeremias Maerki <[EMAIL PROTECTED]> wrote: > > By the way: What's the current agreement whether to use Avalon or not? I > > mean, we're already using LogKit (which is cool). > > No, it's not cool unless done properly. I don't think users > who want

DO NOT REPLY [Bug 6691] New: - erros while creating external png image

2002-02-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Tool for generating bar graphs with Java

2002-02-26 Thread Bernard D'Have
I just saw this in [EMAIL PROTECTED]: http://sourceforge.net/projects/jcharts/ It's LGPL licence Bernard > -Original Message- > From: Roland [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 16:33 > To: [EMAIL PROTECTED] > Subject: Tool for generating bar graphs with Java >

Re: I have problem with FOP - running

2002-02-26 Thread fred redf
ant.jar is missing in your classpath. Fred. --- Carlos Daniel Schafer <[EMAIL PROTECTED]> a écrit : > Hello > > I take that libraries and put into c:\java\lib, I > working witch NT 2000. > Please, I have problems with FOP when running and > recieved this message > > Exception in thread "main"

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: > created buildtools.jar: > > [bash stephen:~/apache/xml-fop]ant -f buildtools.xml > Buildfile: buildtools.xml You shouldn't have to build it yourself, it's included in lib/ > which claimed success > > then ran build.sh > > which again dies on the first taskdef W