A clean shindig build is failing when attempting to render a gadget,
with this exception:
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils
at
org.apache.shindig.common.util.ResourceLoader.getContent(ResourceLoader.java:74)
at
org.apache.shindig.gadgets.JsFeatureLoader.loadFeatures(JsFeatureLoader.java:83)
at
org.apache.shindig.gadgets.GadgetFeatureRegistry.<init>(GadgetFeatureRegistry.java:71)
... 38 more
A little digging shows that commons-io is no longer appearing in the
war file for the default server, so things go bad.
Anybody else seeing this? Any ideas about why commons-io has gone missing?
Cheers,
Brian