Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] CHECKIN: Fixed bugzilla 123038 - Change order of BIRTstreams

Thanks.
 
Stanley

________________________________

From: birt-dev-bounces@xxxxxxxxxxx on behalf of Kai Shen
Sent: Thu 1/12/2006 6:16 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] CHECKIN: Fixed bugzilla 123038 - Change order of BIRTstreams



- Summary: 
Fixed bugzilla 123038 - Change order of BIRT streams 

- Bugzilla Bug (s) Resolved: 
123038 

- Description: 
Birt streams written in the report document have no order. For example, the version number is stored at the very end of the file.

This checkin fixed the problem. Now, the stream order in the report document is core, pages, TOC, bookmark, design and others.

- Tests Description: 
Engine unit test 
Integration tests with the viewer. 

- Files Edited: 
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IDocArchiveWriter.java 
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveWriter.java 
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java 
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java 

- Files Added: 
/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IStreamSorter.java 
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentStreamSorter.java 

- Code Reviewer: 
Stanley 

- Notes to Build Team: 

- Notes to Developers: 

- Notes to QA:  
  
- Notes to Documentation: 

<<winmail.dat>>


Back to the top