Sorry for missing todays scrum,. Here is the Readers's Almanac^H^H^H^H^H^H^H^H^H^H^H^H^H^HMy scrum status for today.
Still wokring on getting the build to complete using a JPackage repository. WHile the version numbers are now much closer than last week when I got it to compile, there is still a problem when I use a local m2 repo to store the MAven jars, regardless of where I fetch them.
To reproduce: add the followng line to your buildfile and you should see the same thing:
Buildr.repositories.local = "target/m2repository"
This leads me to think that we have some sort of "bleed over" in the build process, whereby we are getting packages from a Jar not specified in the buildfile.
Looking at the error message, it looks like the root cause is:
] Caused by: java.util.MissingResourceException: Can't find bundle for base name org.hibernate.validator.resources.DefaultValidatorMessages, locale en_US [junit] at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
Which leads me to think that a JAR has been built without the .properities files for I18N.
Today, I hunt this bug!
candlepin@lists.stg.fedorahosted.org