Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 133461 Some script constants are not readable by viewer.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 133461 Some script constants are not readable by viewer.

Summary 

Bugzilla Bug (s) Resolved:
133461 Some script constants are not readable by viewer.

Description:
The constants defines the class path of the user defined script. Those constant are defined in the ScriptExecutor which is a internal class of ReportEngine and can't be used by the viewer. Change the definition to EngineConstants which is in the api package.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "Add the constant definition to EngineConstants" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top