You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Fabien Carrion (JIRA)" <ji...@apache.org> on 2007/09/17 23:39:44 UTC

[jira] Created: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

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
    Affects Versions: Release Branch 4.0
         Environment: All
            Reporter: Fabien Carrion
            Priority: Minor
             Fix For: Release Branch 4.0


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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553257 ] 

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

Hi Jacques,

yesterday I have seen that now OFBiz from Eclipse is not more buildable, probably those two new classes has to excluded into .classpath because they are not compilable without the jasperreport jar that are not included into OFBiz folders.
I'm sorry but I have not the grant access to this file.

Thanks in advance
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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553318 ] 

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

It's possible a problem in my working copy but into the file .classpath
only  those classes has been excluded:
<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"/>

I have received some compilating errors because the jarsof jasperreport are not into the trunk.

those new classes has references to jasper and probably they have to add to the classpathentry into the .classpath file.

Did you have in you working copy the jasper report jars included into the classpatch ?

So if you have not this problem so probably it's a problem in my local working copy.
Anyone, except me,  who use Eclipse has the same problem ?

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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Fabien Carrion (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabien Carrion updated OFBIZ-1250:
----------------------------------

    Attachment:     (was: jasperreports_diff.patch.gz)

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         Attachments: jasperreports_diff.patch.gz
>
>
> 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532906 ] 

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

Fabien,

Please could you refer to http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices to build your patches ?

(at least : no pathes, no tabs, 1 st line index only, not 3 lines)

Thanks

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         Attachments: jasperreports_diff.patch.gz
>
>
> 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553305 ] 

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

Marco,

Are you sure ?  I have no problems after an ant clean...

> 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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1250:
----------------------------------

      Component/s: framework
                   content
    Fix Version/s: SVN trunk

> 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553307 ] 

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

Sorry Jacques,

I was not very clear I'm not spoken about ant build but the build inside Eclipse so compiling OFBiz into Eclipse.

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.


[jira] Assigned: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-1250:
--------------------------------------

    Assignee: Jacques Le Roux

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum updated OFBIZ-1250:
-------------------------------

        Fix Version/s:     (was: Release Branch 4.0)
    Affects Version/s:     (was: Release Branch 4.0)
                       SVN trunk

Changed version to Trunk since this is an improvement, not a bug fix.

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         Attachments: jasperreports_diff.patch.gz
>
>
> 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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Fabien Carrion (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabien Carrion updated OFBIZ-1250:
----------------------------------

    Attachment: jasperreports_diff.patch

done with trunk version

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Fabien Carrion (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabien Carrion updated OFBIZ-1250:
----------------------------------

    Attachment:     (was: jasperreports_diff.patch.gz)

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Fabien Carrion (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabien Carrion updated OFBIZ-1250:
----------------------------------

    Attachment: jasperreports_diff.patch.gz

Patchs

> 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
>    Affects Versions: Release Branch 4.0
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>             Fix For: Release Branch 4.0
>
>         Attachments: jasperreports_diff.patch.gz
>
>
> 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.


[jira] Closed: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1250.
----------------------------------

    Resolution: Fixed

Thanks Fabien,

Your patxch in in trunk revision: 604728  


> 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553311 ] 

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

You were quite clear Marco, I mean it's ok in Eclipse for me, what error do you get exactly ?

> 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.


[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566443#action_12566443 ] 

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

Hi Marco,

I forgot to note here that I have added them in trunk rev. 605606 (Date: Wed Dec 19 08:28:30 2007)

> 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.


[jira] Updated: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

Posted by "Fabien Carrion (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabien Carrion updated OFBIZ-1250:
----------------------------------

    Attachment: jasperreports_diff.patch.gz

Changing to coding style convention

> 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
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Fabien Carrion
>            Priority: Minor
>         Attachments: jasperreports_diff.patch.gz
>
>
> 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.