Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
FW: [birt-dev]CheckIn: Fix Bugzilla Bug 129777 --- Support rendering from report document that is stored as a folder

Title: FW: [birt-dev]CheckIn: Fix Bugzilla Bug 129777 --- Support rendering from report document that is stored as a folder


-Wei Yan



______________________________________________
From:   Wei Zhao (Shang) 
Sent:   Tuesday, March 28, 2006 5:59 PM
To:     Wei Yan
Subject:        RE: [birt-dev]CheckIn: Fix Bugzilla Bug 129777 --- Support rendering from report document that is stored as a folder


Since the "/" and "\" is regular separate symbol, we need to check these two symbol to find out the input document is a file or a fold.

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java#27 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java#25 edit


Summary 
Support rendering from report document that is stored as a folder.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 129777 --- Support rendering from report document that is stored as a folder.

Description:
Why:
Support rendering from report document that is stored as a folder.

Fix:
Fixed!
 
Test Description:
Manual Test
 
Files Edited:
/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java#6 edit
/org.eclipse.birt.report.core/src/org/eclipse/birt/report/core/archive/RAFolderInputStream.java#2 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java#26 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java#24 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top