http://svn.apache.org/viewvc?view=rev&revision=677955 is the culprit, though
it's not obvious why it's causing this. I suspect this is being caused
becuase htmlunit depends on an older version of commons-io:

http://repo1.maven.org/maven2/net/sourceforge/htmlunit/htmlunit/1.14/htmlunit-1.14.pom

Does anyone know how to resolve these conflicts with maven? In this case
it's just a test dependency, too, so it's not like a real conflict.

On Sat, Jul 19, 2008 at 3:13 PM, Brian Eaton <[EMAIL PROTECTED]> wrote:

> 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
>

Reply via email to