You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update build.xml
The logging factory is switched from "org.apache.commons.logging" to "org.apache.commons.commons-logging" and must be copied to the WEB-INF/lib-folder.
Out of memory error when creating a chart #1727
1. Sometimes NumberFormat is used to handle the decimal point
and in other cases there is a dependency on ULocale.
A small fix was made to use the default ULocale in the
Numberformat calculations instead of the default NumberFormat
The whole operation is not fully understood so more issues
could arise.
2. To avoid memory cramps, an additional 1GB was added to the
maximum memory.
See the issue for a discussion.
Ensure that in an IDE with ReportEditorInput the source tab works
Use a subclass of
org.eclipse.birt.report.designer.internal.ui.editors.ReportEditorInput
that implements org.eclipse.ui.IStorageEditorInput.
Also guard against stack overflow from
ReportEditorInput.getAdapter(Class).
#1589
Simplify/minimize the target platform
This uses Oomph's latest improved target platform generator support.
Also ensure that the p2 update site is complete with regard to all of
BIRT's dependencies.