jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven 2.x Javadoc Plugin
  • Maven 2.x Javadoc Plugin
  • MJAVADOC-231

tagletpath does not seem to work

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.4
  • Fix Version/s: 2.6
  • Labels:
    None
  • Number of attachments :
    0

Description

I get ClassNotFound errors when I try to use tagletpath to indicate the location of taglet classes that are just sitting out, not in a jar.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred in JavaDocs report generation:Exit code: 1 - javadoc: error - Error - Exception java.lang.ClassNotFoundException thrown while trying to register Taglet org.odftoolkit.doctag.OdfLinkTaglet...
javadoc: error - Error - Exception java.lang.ClassNotFoundException thrown while trying to register Taglet org.odftoolkit.doctag.AttributeNameTaglet...

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doctitle>ODFDOM</doctitle>
<overview>src/resources/overview.html</overview>
<links>
<link>http://java.sun.com/javase/6/docs/api/</link>
<link>http://xerces.apache.org/xerces-j/apiDocs/</link>
</links>
<splitindex>true</splitindex>
<windowtitle>ODFDOM API v$

{project.version}

- http://odftoolkit</windowtitle>
<taglets>
<taglet>
<tagletClass>org.odftoolkit.doctag.OdfLinkTaglet</tagletClass>
<tagletpath>$

{basedir}/target/classes</tagletpath>
</taglet>
<taglet>
<tagletClass>org.odftoolkit.doctag.AttributeNameTaglet</tagletClass>
<tagletpath>${basedir}

/target/classes</tagletpath>
</taglet>
</taglets>
</configuration>
</plugin>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Vincent Siveton added a comment - 14/Jul/09 5:36 PM

fixed in r794098, snapshot deployed

Show
Vincent Siveton added a comment - 14/Jul/09 5:36 PM fixed in r794098 , snapshot deployed

People

  • Assignee:
    Vincent Siveton
    Reporter:
    Benson Margulies
Vote (0)
Watch (0)

Dates

  • Created:
    07/May/09 8:17 AM
    Updated:
    14/Jul/09 5:36 PM
    Resolved:
    14/Jul/09 5:36 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.