[ 
https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553333
 ] 

Marco Risaliti commented on OFBIZ-1250:
---------------------------------------

into the build.xml of webapp application there are two new classes that are 
excluded:
JasperReportsJXlsViewHandler.java 
JasperReportsPoiXlsViewHandler.java

         <javac debug="on" source="1.5" deprecation="on" 
destdir="${build.dir}/classes">
            <classpath>
                <path refid="local.class.path"/>
            </classpath>
            <src path="${src.dir}"/>
                <!-- JasperReports dependent files -->
            <exclude 
name="org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java"/>
            <exclude 
name="org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java"/>
            <exclude 
name="org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java"/>
            <exclude 
name="org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java"/>
            <!-- JPublish/EdenLib dependent files -->
            <exclude name="org/ofbiz/webapp/view/GenericViewRenderer.java"/>
            <exclude name="org/ofbiz/webapp/view/JPublishViewHandler.java"/>
            <exclude name="org/ofbiz/webapp/view/JPublishWrapper.java"/>
            <exclude name="org/ofbiz/webapp/view/FopPdfViewHandler.java"/>
                <exclude 
name="org/ofbiz/webapp/ftl/FreeMarkerViewRenderer.java"/>
            <exclude name="org/ofbiz/webapp/ftl/JpCacheIncludeTransform.java"/>
        </javac>

but not excluded into the .classpath file for Eclipse.


<classpathentry 
excluding="org/ofbiz/webapp/ftl/FreeMarkerViewRenderer.java|org/ofbiz/webapp/ftl/JpCacheIncludeTransform.java|org/ofbiz/webapp/view/FopPdfViewHandler.java|org/ofbiz/webapp/view/GenericViewRenderer.java|org/ofbiz/webapp/view/JPublishViewHandler.java|org/ofbiz/webapp/view/JPublishWrapper.java|org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java|org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java"
 kind="src" path="framework/webapp/src"/>

Thanks
Marco

> To permit to have a view with jasperreports to export to excel using the poi 
> api, or the jxls api.
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1250
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1250
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: content, framework
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: jasperreports_diff.patch
>
>
> Permit to export the jasperreports to xls using two differents api.

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

Reply via email to