You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sarmahdi <sa...@hotmail.com> on 2013/04/20 11:11:23 UTC

Maven build not populating with arabic characters in jasper reports

Hello All,I tried searching for this issue and i couldn't find anything. When
i build my application with eclipse my jasper reports are coming correctly
in English and Arabic. When i build it through maven, my English reports are
coming correctly but my Arabic reports are generated but with no Arabic.
Some of the labels are coming as in English but some are not even there they
are just empty. The data that is supposed to come in numbers is also not
showing. I cant say that  don't have fonts or something as the same reports
work when i build it through eclipse and generate an ear file through that.
but when maven does the ear file they don't work in Arabic.What am I missing
here. Hows is maven related to this anyways.Any help will be
appreciate.ThanksSyed.



--
View this message in context: http://maven.40175.n5.nabble.com/Maven-build-not-populating-with-arabic-characters-in-jasper-reports-tp5754151.html
Sent from the Maven - Users mailing list archive at Nabble.com.

RE: Maven build not populating with arabic characters in jasper reports

Posted by sarmahdi <sa...@hotmail.com>.
Thanks Amir,

sorry for the late reply. I saw that I had missed out one of the fonts jars
which solved the issue when i added it back. 

Thanks for the help.

Syed...



--
View this message in context: http://maven.40175.n5.nabble.com/Maven-build-not-populating-with-arabic-characters-in-jasper-reports-tp5754151p5755831.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Maven build not populating with arabic characters in jasper reports

Posted by Amir Gheibi <ag...@fmep.ag.gov.bc.ca>.
It seems that when your reports are built from within eclipse your Arabic font is in your classpath and when built with Maven, it isn't.

Use iReport to export the font as an extension, manually install the generated jar file onto your repository (or upload it to your repository manager if you are using one such as Nexus), and use it as a dependency.

Let us know if this helped.
________________________________________
From: sarmahdi [sarmahdi@hotmail.com]
Sent: Saturday, April 20, 2013 2:11 AM
To: users@maven.apache.org
Subject: Maven build not populating with arabic characters in jasper reports

Hello All,I tried searching for this issue and i couldn't find anything. When
i build my application with eclipse my jasper reports are coming correctly
in English and Arabic. When i build it through maven, my English reports are
coming correctly but my Arabic reports are generated but with no Arabic.
Some of the labels are coming as in English but some are not even there they
are just empty. The data that is supposed to come in numbers is also not
showing. I cant say that  don't have fonts or something as the same reports
work when i build it through eclipse and generate an ear file through that.
but when maven does the ear file they don't work in Arabic.What am I missing
here. Hows is maven related to this anyways.Any help will be
appreciate.ThanksSyed.



--
View this message in context: http://maven.40175.n5.nabble.com/Maven-build-not-populating-with-arabic-characters-in-jasper-reports-tp5754151.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org