You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by pn...@scancoin.se on 2004/02/25 10:03:25 UTC

Doxygen plugin someone?

Hi,
trying to use the maven-doxygen-plugin 1.0 I ran into some problems:
- The ant task is not updated to current 1.4
 <dependency>
      <id>ant-doxygen</id>
      <version>1.4</version>
      <properties>
        <classloader>root</classloader>
      </properties>
    </dependency>

So it reports that the newer doxygen version are not supported.

- The doxygen.css used in the "doxygen:mavenize" goal is missing
plugin.jelly:
<goal name="doxygen:mavenize-stylesheet">
    <mkdir dir="${maven.doxygen.output}" />
    <copy todir="${maven.doxygen.output}" overwrite="yes" filtering="yes"
file="${plugin.dir}/resources/doxygen.css">
   
Does anyone have a hint on that?

How can we fix that?


/peter