Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] When publishing library or template, an error may occur.

-Summary:
  When publishing library or template, an error may occur.
 
- Bugzilla Bug (s) Resolved:
  N/A
 
- Description: 
   When publishing a library, the source file exist first, but if it's deleted before copying, an error occurs. So add an function to check if the file exist before copying.
   Publish template hase the same problem.
 
- Tests Description: Manual
 
- Notes to Build Team:
 
- Notes to Developers:
 
- Notes to QA:
 
- Notes to Documentation:
 
- Files Added:

- Files Edited:
\org.eclipse.birt.report.designer.core\src\org\eclipse\birt\report\designer\nls\messages.properties
\org.eclipse.birt.report.designer.ui\src\org\eclipse\birt\report\designer\internal\ui\wizards\PublishLibraryWizard.java
\org.eclipse.birt.report.designer.ui\src\org\eclipse\birt\report\designer\internal\ui\wizards\PublishTemplateWizard.java

Back to the top