Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix Bugzilla Bug 116762 Smoke Test: Exception is thrown out when creating a sample database.

-           Summary:

Fix Bugzilla Bug 116762   Smoke Test: Exception is thrown out when creating a sample database.

 

-Bugzilla Bug (s) Resolved:

None

 

-Description:

The bug is caused by not including the bundle file of i18n.Message.java file during the compilation. So that the produced jar does not has corresponding Message.properties file, which leads to the error.

 

Fix it in source.


-Tests Description:
Unit test


-Files Edited:

/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/i18n/messages.properties

/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/i18n/Messages.java

/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/i18n/Messages.properties

/org.eclipse.birt.report.data.oda.sampledb.ui/BuildSampleDBUI.xml     

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:  

 

 


Back to the top