You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thomas Tatzel <th...@db.com> on 2003/02/19 11:58:05 UTC

maven b8 - minor bugs

Hello,

I just downloaded and installed maven-1.0-beta8 on NT4.0 with JDK 
1.4.1_01.
During my test with the new version b8 I found some bugs:

In the documentation for the javadoc properties stands, that the default 
directory is set to:

        maven.javadoc.destdir = ${maven.docs.dest}/apidocs

But if I use this, the "apidocs" directory will be generated directly 
under "c:/" not in my project folder. A workaround is to setup the 
directory by:

        maven.javadoc.destdir = ${basedir}/target/docs/apidocs


The next feature I found was in the overview of the "Projects Reports". 
It's only a write error by the "Task List" link. There stands something 
like:

        This document provides a list of tasks that need to be completed 
for the project, generated from the @task javadoc tag in java source code. 


But not the @tast javadoc tag is used, the @todo tag is the right one.


The last bug I found was a broken link also in the "Project Reports" 
overview. If you click on "Developer Activity" in the overview you are 
linked to "docs/developer-activity-log.html" which is not working, the 
correct link is in the menu "docs/developer-activity-report.html".


Regards
Thomas