Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Added onPrepare scripting to RunTask

Title: CHECKIN: Added onPrepare scripting to RunTask

- Summary:
Added onPrepare scripting to RunTask

- Bugzilla Bug (s) Resolved:
None

- Description:
The onPrepare scripting support was added into RunAndRenderTask, before the RunTask is implemented. When the RunTask is checked in, it didn’t merge the onPrepare scripting support code. So the onPrepare scripting support is not available in RunTask.

This checkin added the onPrepare scripting support to RunTask. It also uncommented the deep copy code of the report design handle, which was commented out because the DE support was not ready at that time.

- Tests Description:
Tested onPrepare scripting in both RunTask and RunAndRenderTask.

- Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java

- Files Added:

- Code Reviewer:
Stanley

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:



Back to the top