[czml-writer] MissingResourceException in unit tests

Hi,

I am trying to build the java version of czml-writer. I must be

making some silly mistake because many of the unit tests are failing
due to not finding cesiumlanguagewriter.CesiumLocalization resource.
I tried to find the cause of the exception but call that causes it
is inside the cs2j jar, which only has binaries (no sources). I’ve
included the full stack track below. Any idea what I’m doing wrong?

Thanks,

Evan

It looks like the “CesiumLocalization.properties” file is not being found in your classpath at runtime at the right location when you run the tests. You should make sure that file is copied to the build output directory in the cesiumlanguagewriter package, next to the CesiumLocalization class.