Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug N/A:Avoid throwing exception if the fragment folder does not exist.

Summary
Avoid throwing exception if the fragment folder does not exist.

Bugzilla Bug (s) Resolved
N/A

Description
Formerly, if the fragment folder(predefined templates reside in this folder ) doesn't exist, when creating a report, an exception will be thrown.
And now, avoid throwing an exception.

Tests Description
Manual test

Files Edited

/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/NewLibraryWizardAdapterFactory.java
/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java
/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java
/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewLibraryCreationPage.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java


Files Added



Files Deleted



Notes to Build Team



Notes to Developers



Notes to QA



Notes to Documentation

Back to the top