|
|
|
Re: Change BIRT Source [message #902422 is a reply to message #902347] |
Fri, 17 August 2012 10:24  |
Eclipse User |
|
|
|
Thanks for the update.
Jason
On 8/17/2012 4:43 AM, Ricardo Rodrigues wrote:
>
> Thank you Jason,
> Just to share my solution.
>
> I downloaded the BIRT sources from GIT through eclipse (all steps
> described in Jason's link). Had to Add to eclipse some aditional
> features through "Install new Sofware" option, for the project to compile.
>
> Searched for the class that I wanted to update, PieRenderer.java located
> in the project "org.eclipse.birt.chart.engine.extension", did the code
> change and after ran that project using Ant (BuildChartEngineExtension.xml)
>
> Installed the generated jar in our maven repository.
>
> Updated the pom.xml to include that jar, below:
>
> (...)
> <dependency>
> <groupId>org.eclipse.birt</groupId>
> <artifactId>org.eclipse.birt.runtime</artifactId>
> <version>3.7.2.v20120214-1408</version>
> <exclusions>
> <exclusion>
>
> <artifactId>org.eclipse.birt.chart.extension</artifactId>
>
> <groupId>org.eclipse.birt.chart.extension.render</groupId>
> </exclusion>
> </exclusions>
> </dependency>
>
> (...)
>
> <dependency>
> <groupId>org.eclipse.birt.chart.engine</groupId>
>
> <artifactId>org.eclipse.birt.chart.engine.extension</artifactId>
> <version>4.2.0</version>
> </dependency>
> (...)
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05067 seconds