trying to extend FOP to handle Barcodes

2002-11-21 Thread Raffi Simon
Hi all, I am trying to add a new element called barcode ( ) to the PCL rendering FOP. I would like to be able to insert this into a table or block and have the parser to attach the correct pcl command that i will define, whenever it sees this element. For example if I do this: 12345 I would lik

RE: trying to extend FOP to handle Barcodes

2002-11-21 Thread Raffi Simon
thank you Jason, I have found a servlet that does the same, but I can not convert the image in the pcl output file. I need the image to be in the pcl output file to send to the printer. Thank you. -RafTired of spam? Get advanced junk mail protection with MSN 8. ---

AbstractMethodError when trying to extend FOP

2002-11-21 Thread Raffi Simon
I follow the directions to extend FOP, I created a jar file with my classes and place a org.apache.fop.fo.ElementMapping file in the jar and when I run the FOP with my custom element I get the following. [INFO] FOP 0.20.4rcException in thread "main" java.lang.AbstractMethodError    at org.apac

Re: AbstractMethodError when trying to extend FOP

2002-11-21 Thread Raffi Simon
as a test, I took the ExtensionElementMapping.java file that comes with the sourse files and I added a system.out.println to the code and compiled it and placed it in the classpath, I still get the same exception. I do not think this has to do with my implementation. -RafAdd photos to your e-mail

Re: AbstractMethodError when trying to extend FOP

2002-11-21 Thread Raffi Simon
I have attached my ExtElementMapping file and I also rebuilt FOP with debugging turned on this is the error I get:   C:\apps\fop-0.20.4>fop c:\test.fo -pdf c:\test.pdf C:\apps\fop-0.20.4>java -cp build\fop.jar;build\test.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib\xercesImpl-2.0.1.jar;lib\xml-ap

Re: AbstractMethodError when trying to extend FOP

2002-11-21 Thread Raffi Simon
cancel that I think I found it.Add photos to your messages with MSN 8. Get 2 months FREE*. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

I no longer get the AbstractMethodError when trying to extend FOP but...

2002-11-21 Thread Raffi Simon
WHen I downloaded the FOP I took both fop-0.20.4-src.tar.gz and fop-0.20.4rc-src.tar.gz which is the best to use as FOP. the one with the RC was the one giving me problems. -RaMSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*. --

UML diagrams for FOP

2002-11-26 Thread Raffi Simon
Does anyone know if there are any UML diagrams for FOP. I am still trying to extend FOP to allow me to insert some custom PCL commands with a custom element, but I do not know where to begin, I do not understand the just by looking at the code, I do not understand where or when the elements get

Does anyone know how to extend elements in FOP

2002-11-26 Thread Raffi Simon
Can anyone help me? I have looked into the outline and label, but it does not help me, I have also tried looking into SVG, and it does not help me either, can anyone give me an exampl of which methods I need to override in the FObj etc... -RafHelp STOP SPAM with the new MSN 8 and get 2 months FRE