Excerpts from Orion Poplawski's message of Thu Sep 02 18:29:29 +0200 2010: > I'm trying to build apache-rat on rawhide, but it appears to be running into > issues with the version of doxia in rawhide. > > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /builddir/build/BUILD/apache-rat-0.8-20100827/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 > /builddir/build/BUILD/apache-rat-0.8-20100827/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 > /builddir/build/BUILD/apache-rat-0.8-20100827/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 > Should be pretty easy to fix. You can look into maven-changes-plugin (0002-doxia-1.1-import-fix.patch) This is what you are looking for: -import org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext; +import org.apache.maven.doxia.sink.render.RenderingContext; Hope this helps. Good luck -- Stanislav Ochotnicky <sochotnicky@xxxxxxxxxx> Associate Software Engineer - Base Operating Systems Brno PGP: 71A1677C Red Hat Inc. http://cz.redhat.com
Attachment:
signature.asc
Description: PGP signature
-- java-devel mailing list java-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/java-devel