You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/17 21:04:57 UTC

[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

    [ https://issues.apache.org/jira/browse/OFBIZ-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756704#action_12756704 ] 

Jacques Le Roux commented on OFBIZ-408:
---------------------------------------

A comment from Erwan taken from dev ML (added here for convenience link from FAQ)
{quote}
You have to add the jasper reports libraries 
(jasperreports-3.6.0-applet.jar and jasperreports-3.6.0.jar) in 
framework/webapp/lib, and update your .classpath file with
{code}
<classpathentry kind="lib"  path="framework/webapp/lib/jasperreports-3.6.0.jar"/>
<classpathentry kind="lib"  path="framework/webapp/lib/jasperreports-3.6.0-applet.jar"/>
{code}
{quote}
then you should be able to access the librairies directly in your java code.

The reason why Jasper Report was removed from OFBiz is an incompatibility of licences (Apache2 and GPL)



> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.