esgee85 / jing-trang

Automatically exported from code.google.com/p/jing-trang
Other
0 stars 0 forks source link

Where do ResourceBundles come from? #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In trying to debug an issue in XML Calabash's use of Jing, I finally worked it 
down to a completely hidden exception:

  java.util.MissingResourceException: Can't find bundle for base name   
  com.thaiopensource.validate.auto.resources.Messages, locale en_US

Where on Earth is that supposed to come from? I can't find anything in the jing 
or trang sources that appears to provide it.

Original issue reported on code.google.com by normanwalsh on 29 Jan 2013 at 1:38

GoogleCodeExporter commented 8 years ago
After discussing this offline it seems that the problem was related with the 
build of the project from the src.zip that comes with the distribution. The 
build procedure is described here: 
https://code.google.com/p/jing-trang/wiki/HowToBuildFromSource and it works 
without any issues - special attention needs to be payed however on how ant is 
invoked, that is

./ant 

should be used instead of 

ant

Original comment by georgebina76 on 30 Jan 2013 at 7:13