> > An other problem is the MessageUtilsTest depends on the Message > > resources in impl, but impl has a dependency to common. > > Can we move(copy) the resources from impl to common? > > I volunteer for this one.
OK this is fixed. I thought it sounded familiar and it was. I had already fixed one issue with MessageUtilsTest by copying the Message.properties over to a new test/resources dir. It turns out that the rest of the properties are needed as well so I copied them over too. Sean
