Michael Pilone commented on Improvement MOJO-809

I was able to work around De Moor Yves issue by setting the compiler property in the plugin configuration. So my final plugin configuration looks like:

<configuration>
  <javaDirectory>${project.build.directory}/generated-jasper</javaDirectory>
  <outputDirectory>${project.build.directory}/generated-jasper/cd/Reports</outputDirectory>
  <sourceDirectory>src/main/jrxml</sourceDirectory>
  <maven.compiler.source>1.6</maven.compiler.source>
  <maven.compiler.target>1.6</maven.compiler.target>
  <compiler>net.sf.jasperreports.engine.design.JRJdtCompiler</compiler>
</configuration>

-mike

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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