Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix bugzilla bug 145306,145098

- Summary:
Fix bugzilla bug 145306,145098


- Bugzilla Bug (s) Resolved:
[145306]
Tempfile is created every time of previewing XML dataset

[145098] XML Datasource creates temporary files that should be deleted after generation


- Description:
Have changed the source so that the files will be created in system temp file folder rather than eclipse directory.

 

These temp file is used for xml processing only. To ensure the accuracy of data each temp file will be used in one and only one xml parse process.


- Tests Description:
Unit test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/XMLDataInputStreamCreator.java"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/XMLDataInputStream.java"


- Files Added:

 

- Files Deleted

 

 

 

 

 

 


Back to the top