Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Building Chart Engine Extension
Building Chart Engine Extension [message #630180] Thu, 30 September 2010 22:18 Go to next message
Jim Garrison is currently offline Jim GarrisonFriend
Messages: 57
Registered: July 2009
Member
Is it possible to rebuild only one jar file, specifically org.eclipse.birt.chart.engine.extension, without having to rebuild all of BIRT? I would like to test a possible fix for a bug I filed.

If so, are there any instructions explaining how to do this?
Re: Building Chart Engine Extension [message #630319 is a reply to message #630180] Fri, 01 October 2010 15:03 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You could try just exporting the one plugin. You could also just
extract the jar for the existing plugin and replace the class you modified.

Jason

On 9/30/2010 6:18 PM, Jim Garrison wrote:
> Is it possible to rebuild only one jar file, specifically
> org.eclipse.birt.chart.engine.extension, without having to rebuild all
> of BIRT? I would like to test a possible fix for a
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=326692I filed.
>
> If so, are there any instructions explaining how to do this?
Re: Building Chart Engine Extension [message #630720 is a reply to message #630319] Mon, 04 October 2010 16:53 Go to previous messageGo to next message
Jim Garrison is currently offline Jim GarrisonFriend
Messages: 57
Registered: July 2009
Member
I found instructions for building/exporting a specific module here, which I used to checkout the org.eclipse.birt.chart.engine.extension from tag BIRT_2_6_1_Release_201009151750.

When building in Eclipse, I get five compiler errors indicating that one of the included dependent libraries is incorrect. All five errors are

The method convertNumber(Object) is undefined for the type NumberUtil	BubbleDataSetProcessorImpl.java	


NumberUtil.convertNumber() is in org.eclipse.birt.chart.engine.jar, in the "Plug-in Dependencies", and the version included in the checkout is 2.6.0.v20100607.

Re: Building Chart Engine Extension [message #630722 is a reply to message #630720] Mon, 04 October 2010 17:08 Go to previous message
Jim Garrison is currently offline Jim GarrisonFriend
Messages: 57
Registered: July 2009
Member
Never mind. I downloaded the org.eclipse.birt.chart.engine module as well and the dependency was correctly resolved.
Previous Topic:birt runtime for birt 2.6.1?
Next Topic:Embedding JSP code into Birt Report
Goto Forum:
  


Current Time: Thu Apr 25 11:43:28 GMT 2024

Powered by FUDForum. Page generated in 0.02783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top