[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi updated an issue











 






 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 










Change By:

 Mauro Talevi




Affects Version/s:

 web-3.5.5




Affects Version/s:

 3.9.4












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi commented on an issue











 






  Re: running profile 'examples' failed due to lack of bundle file when locale ko_KR 










What's the point of adding the Korean bundle with English words? 
If you were to volunteer the bundle with the appropriate Korean translation, we'd be happy to add it. 
If you do, please remember to use Unicode chars with UTF-8 encoding. 












   

 Add Comment











 













 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 







 While following http://jbehave.org/reference/stable/running-examples.html page, next command failed with following message.  mvn -s settings.xml clean install -Pexamples   Tests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.jbehave.core.reporters.StoryReporterBuilderBehaviour  shouldBuildWithReporterOfDiff...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread dohyoung rim (JIRA)
Title: Message Title










 

 dohyoung rim commented on an issue











 






  Re: running profile 'examples' failed due to lack of bundle file when locale ko_KR 










I forked jbehave-core and added bundle file for Korean with commit https://github.com/dhrim/jbehave-core/commit/a700bd95a57a3372982ac3787bdbefe6d79b29d5
Is pull-request is required? or enough with this comment?












   

 Add Comment











 













 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 







 While following http://jbehave.org/reference/stable/running-examples.html page, next command failed with following message.  mvn -s settings.xml clean install -Pexamples   Tests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.jbehave.core.reporters.StoryReporterBuilderBehaviour  shouldBuildWithReporterOfDiff...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread dohyoung rim (JIRA)
Title: Message Title










 

 dohyoung rim edited a comment on an issue











 






  Re: running profile 'examples' failed due to lack of bundle file when locale ko_KR 









 I forked jbehave-core and added bundle file for Korean with commit https://github.com/dhrim/jbehave-core/commit/a700bd95a57a3372982ac3787bdbefe6d79b29d5Is pull-request  is  required? or enough with this comment?












   

 Add Comment











 













 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 







 While following http://jbehave.org/reference/stable/running-examples.html page, next command failed with following message.  mvn -s settings.xml clean install -Pexamples   Tests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.jbehave.core.reporters.StoryReporterBuilderBehaviour  shouldBuildWithReporterOfDiff...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread dohyoung rim (JIRA)
Title: Message Title










 

 dohyoung rim updated an issue











 






 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 










Change By:

 dohyoung rim









 While following http://jbehave.org/reference/stable/running-examples.html page, next command failed with following message.mvn -s settings.xml clean install -PexamplesTests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.jbehave.core.reporters.StoryReporterBuilderBehaviourshouldBuildWithReporterOfDifferentFormatsForMultiThreaded(org.jbehave.core.reporters.StoryReporterBuilderBehaviour)  Time elapsed: 0.001 sec  <<< ERROR!org.jbehave.core.i18n.LocalizedKeywords$ResourceBundleNotFound: Resource bundle i18n/keywords not found for locale ko_KR in classLoader sun.misc.Launcher$AppClassLoadat java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499)at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1322)at java.util.ResourceBundle.getBundle(ResourceBundle.java:1028)at org.jbehave.core.i18n.LocalizedKeywords.lookupBunde(LocalizedKeywords.java:58)at org.jbehave.core.i18n.LocalizedKeywords.keywords(LocalizedKeywords.java:43)at org.jbehave.core.i18n.LocalizedKeywords.(LocalizedKeywords.java:33)at org.jbehave.core.i18n.LocalizedKeywords.(LocalizedKeywords.java:29)at org.jbehave.core.reporters.StoryReporterBuilderBehaviour.shouldBuildWithReporterOfDifferentFormats(StoryReporterBuilderBehaviour.java:197)at org.jbehave.core.reporters.StoryReporterBuilderBehaviour.shouldBuildWithReporterOfDifferentFormatsForMultiThreaded(StoryReporterBuilderBehaviour.java:187)It is due to of not existing bundle file for Korean. Locale on my environment is ko_KR.It could be simply overcome by copying keywords_en.properties into keywords_ko.properties, which located at jbehave-core/src/main/resources/i18nKorean syntax and ordering is different with alphabet language as like English, so direct translating from English word into Korean word is a little awkward and not proper.I just want to make it success even if not translated.  I  It  will be good to Korean developer  not failing  when first experience  as not failed  of JBehave .












   

 Add Comment











 



 

[jbehave-dev] [jira] (JBEHAVE-1028) running profile 'examples' failed due to lack of bundle file when locale ko_KR

2014-06-24 Thread dohyoung rim (JIRA)
Title: Message Title










 

 dohyoung rim created an issue











 






 JBehave /  JBEHAVE-1028



  running profile 'examples' failed due to lack of bundle file when locale ko_KR 










Issue Type:

  Wish




Affects Versions:


 web-3.5.5




Assignee:


 Unassigned




Components:


 Core




Created:


 24/Jun/14 2:16 AM




Environment:


 linux, JDK1.7




Priority:

  Minor




Reporter:

 dohyoung rim










While following http://jbehave.org/reference/stable/running-examples.html page, next command failed with following message. mvn -s settings.xml clean install -Pexamples
Tests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.jbehave.core.reporters.StoryReporterBuilderBehaviour shouldBuildWithReporterOfDifferentFormatsForMultiThreaded(org.jbehave.core.reporters.StoryReporterBuilderBehaviour) Time elapsed: 0.001 sec <<< ERROR! org.jbehave.core.i18n.LocalizedKeywords$ResourceBundleNotFound: Resource bundle i18n/keywords not found for locale ko_KR in classLoader sun.misc.Launcher$AppClassLoad at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499) at java.util.ResourceBund