Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 189813 After modify a wrong preview report, when preview in Web viewer it can not process the document file[1102]

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 189813 After modify a wrong preview report, when preview in Web viewer it can not process the document file[1102]

- Summary:

- Bugzilla Bug (s) Resolved:

189813 After modify a wrong preview report, when preview in Web viewer it can not process the document file[1102]

- Description:

        If there is a exception thrown out in the run task, the document will be closed. Before closing the document, all generated content will be flushed into the disk. If there is another exception occurs in this step, the document will not be closed.

        Close the document even there are nested exception occurs.

- Tests Description  :

        Manul test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "189813: close the archive file even there exits exceptions in closing." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top