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

Re: Barcode generation with FOP 1.1

2015-01-18 Thread Luis Bernardo
I tested your example from the command line using fop-1.1 and the the jars barcode4j-fop-ext.jar, barcode4j-xgc.jar and barcode4j.jar and it worked. So the issue is probably with your environment setup. After you run you code, in the debug perspective, right click in the execution entry and

RE: Barcode generation with FOP 1.1

2015-01-17 Thread MartinKl
Thanks for reproducing the issue. I´ve checked the the link with same issue you provided. Issues is still in reopen state and noone probably touched four 2+ years :/ I am still hoping to in fixing the issue or finding some workaround. -- View this message in context:

RE: Barcode generation with FOP 1.1

2015-01-16 Thread A Gian
Hello Martin,by using the project you provided I was able to reproduce the issue. It might be that you came across on a open issue https://issues.apache.org/bugzilla/show_bug.cgi?id=49827 Thanks,Thanasis Date: Thu, 15 Jan 2015 08:55:49 -0700 From: klapec.mar...@hotmail.com To: