> I'm having a little problem with developer activity report, (change
log
> and file activity are reporting fine), the interesting part is that
the
> numbers are showing on the top of the page, as:
> 
<snip>
> did any one know what am I doing wrong?
> Thank you in advance.

I'm not sure, but I think this might happen if you don't have the
developers listed and mapped to the correct repository user name.

Make sure you've got something like:
    <developers>
        <developer>
            <name>Tom Smith</name>
            <id>smitht</id>
            <email>[EMAIL PROTECTED]</email>
            <organization>Blessed Corporation<organization>
            <roles>
                <role>Uber Hacker</role>
            </roles>
        </developer>
        <developers>

In your project.xml (assuming you are using Maven 1.x).

The <id> needs to contain the id that is used in your version control.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to