Re: Barcode generation with FOP 1.1

2015-01-19 Thread Pascal Sancho
Hi, Bugzilla was replaced with Jira few years ago. *all* issues had been transferred to the latter. The cited issue can be monitored in Jira DB: follow [1]. [1] https://issues.apache.org/jira/browse/FOP-1842 2015-01-18 18:12 GMT+01:00 Luis Bernardo lmpmberna...@gmail.com: I tested your

Re: Barcode generation with FOP 1.1

2015-01-19 Thread Luis Bernardo
I got the jars from http://sourceforge.net/projects/barcode4j/files/. There is a fop-ext and a fop-ext-complete jar. I assume the latter includes the xgc jar, so if you use the former, as I did, I expect the xgc jar to be necessary (but I did not try to check if it is really necessary). On

Re: Barcode generation with FOP 1.1

2015-01-19 Thread MartinKl
Thanks for your response. I will try it from cmd but I´ve checked my eclipse classpath and I can see all libs. C:\APPS\SVN_WorkingCopy\apps\jdk1.7.0_67\bin\javaw.exe -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:52817 -Dfile.encoding=Cp1250 -classpath

Re: Barcode generation with FOP 1.1

2015-01-19 Thread MartinKl
Thank you very much Luis. Apparently the barcode4j-xgc.jar is essential for barcode generation. When I add it to classpath it worked. Thank to all of you who participated and tried to help. Special thanks to Luis Bernardo. Luis: How did you know that the barcode4j-xgc.jar should be on the

Re: Barcode generation with FOP 1.1

2015-01-19 Thread MartinKl
And one more thing. When I compared barcode4j-ext-complete.jar from the link Luis provided and the one from maven I've found some diffencies and missing files. It looks like the maven artifact does not contain everything and it might be the cause of malfunction. -- View this message in context:

Re: Barcode generation with FOP 1.1

2015-01-19 Thread MartinKl
Fop 1.1 has dependency on xgc 1.5 and the barcode4j has dependency on older xgc. XGC 1.5 has changed and it is not compatibile anymore. So it is necessary to add manually the old dependency for the barcode4j. Anyway thanks for help. -- View this message in context:

Re: Barcode generation with FOP 1.1

2015-01-19 Thread MartinKl
And I've noticed that the *maven *barcode4j-fop-ext-complete-2.0.jar *is not same* like the one from http://sourceforge.net/projects/barcode4j/files/barcode4j/Barcode4J%202.1/ http://sourceforge.net/projects/barcode4j/files/barcode4j/Barcode4J%202.1/ and it is missing files. *Shouldnt that

Re: Barcode generation with FOP 1.1

2015-01-19 Thread Luis Bernardo
xgc and fop are sibling projects, and fop depends on xgc too (xmlgraphics-commons). so it made sense to add that jar to the classpath. On 1/19/15 3:18 PM, MartinKl wrote: Thank you very much Luis. Apparently the barcode4j-xgc.jar is essential for barcode generation. When I add it to