Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix bug 133994 -- DE Model - Deployment of resource files, BIRT_RESOURCE_PATH.

Summary:

DE Model - Deployment of resource files, BIRT_RESOURCE_PATH.

 

Bugzilla Entry(ies) Resolved:

133994

 

Description:

133994:   DE Model - Deployment of resource files, BIRT_RESOURCE_PATH.

 

Solution:  Supported deployment of resource files as the description in specification.

1.       Utility method in URIUtil class: isValidResourcePath( String path ) to test if the path to be set is a valid resource path for BIRT application. Test before setting resource path to SessionHandle is recommended.

2.       Added setter/getter API on SessionHandle. (static)

3.       Added searching path based on resource path.

4.       Backward compatible work.

 

Tests Description:

Tested with JUnit tests

 

Files Edited:

"/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java" "/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SessionHandle.java" "/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java" "/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/URIUtil.java" "/org.eclipse.birt.report.model/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java"

 

Files Added:

None.

 

Notes to Build Team:

None.

 

Notes to Developers:

None.

 

Notes to QA:

None.

 

Notes to Documentation:

None.

 

 

Best regards,

 

Jane Liu

Actuate Corporation - Shanghai R&D Center
( : (86)21-58826388

 


Back to the top