this started to happen when I added doxia to Gump - so RAT's Maven plugin is incompatible with doxia's trunk (or rather the other way around), it seems.
see also https://issues.apache.org/jira/browse/RAT-78 Do we want to follow Doxia? It seems too late to lobby for backwards compatibility. Stefan On 2010-08-04, <[email protected]> wrote: > /srv/gump/public/workspace/rat/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[42,60] > package org.apache.maven.doxia.module.xhtml.decoration.render does not exist > /srv/gump/public/workspace/rat/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[215,12] > cannot find symbol > symbol : class RenderingContext > location: class org.apache.rat.mp.RatReportMojo > /srv/gump/public/workspace/rat/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[215,43] > cannot find symbol > symbol : class RenderingContext > location: class org.apache.rat.mp.RatReportMojo > /srv/gump/public/workspace/rat/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[217,36] > cannot access org.apache.maven.doxia.module.xhtml.XhtmlSink > class file for org.apache.maven.doxia.module.xhtml.XhtmlSink not found > SiteRendererSink sink = new SiteRendererSink( context ); > /srv/gump/public/workspace/rat/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[285,12] > cannot access org.apache.maven.doxia.logging.LogEnabled > class file for org.apache.maven.doxia.logging.LogEnabled not found > sink.head(); Stefan
