[ 
http://jira.codehaus.org/browse/MOJO-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Tran closed MOJO-1188.
--------------------------

      Assignee: Dan Tran
    Resolution: Fixed

fixed at

Revision: 8082
Author: dantran
Date: 10:48:12 PM, Wednesday, November 12, 2008
Message:
MOJO-1188:Support adding custom additional JR properties through configuration
----
Modified : 
/trunk/mojo/jasperreports-maven-plugin/src/main/java/org/codehaus/mojo/jasperreports/JasperReportsMojo.java

please test the latest 1.0-beta-2-SNAPSHOT

> Jasperreports plugin: Support adding custom additional JR properties through 
> configuration
> ------------------------------------------------------------------------------------------
>
>                 Key: MOJO-1188
>                 URL: http://jira.codehaus.org/browse/MOJO-1188
>             Project: Mojo
>          Issue Type: New Feature
>          Components: jasperreports
>            Reporter: Geoffrey De Smet
>            Assignee: Dan Tran
>
> For example when you've defined your own QueryExceturFactory you should be 
> able to configure it like so:
>   <additionalJRProperties>
>    
> <net.sf.jasperreports.query.executer.factory.funnelql>ggg.JRFunnelJpaQueryExecuterFactory</net.sf.jasperreports.query.executer.factory.funnelql>
>  </additionalJRProperties>
> which would result into this code:
>         
> JRProperties.setProperty("net.sf.jasperreports.query.executer.factory.funnelql",
>                 "ggg.JRFunnelJpaQueryExecuterFactory");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to