Re: Reports not working?

2005-07-28 Thread Joao Victor
2005/7/27, Brett Porter [EMAIL PROTECTED]:
 Are the 3 reports the ones in your parent pom? 

In the parent pom there's only 1 report:
reports
  reportmaven-license-plugin/report
/reports

And that one is working.

 The others should be present in the
 subdirectories of each project.

Yup, each pom in the modules/MyModule dir has its own set of reports defined.

 If that is still not working, check if it works when you run site:site
 on the individual project.

Running 'maven site:site' inside 1 of the modules gives me a 'Goal
site:site does not exist' error, but running 'maven site' builds
sucessfully -- however, it still only gives me those 3 reports, even
though i defined 11 reports in the pom. I've tried removing the
'extend' tag present in the modules' pom, but still gives me the
same thing. Damn :/

Any ideas anyone?

Cheers,
J.V.

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



Re: Reports not working?

2005-07-28 Thread Brett Porter
seems odd. watch the goals going past, in particular register and
deregister. That might shed some light.

Check maven.xml (including an inherited one) for calls to those goals,
as well as any plugins you might be using.

HTH,
Brett

On 7/28/05, Joao Victor [EMAIL PROTECTED] wrote:
 2005/7/27, Brett Porter [EMAIL PROTECTED]:
  Are the 3 reports the ones in your parent pom?
 
 In the parent pom there's only 1 report:
 reports
   reportmaven-license-plugin/report
 /reports
 
 And that one is working.
 
  The others should be present in the
  subdirectories of each project.
 
 Yup, each pom in the modules/MyModule dir has its own set of reports 
 defined.
 
  If that is still not working, check if it works when you run site:site
  on the individual project.
 
 Running 'maven site:site' inside 1 of the modules gives me a 'Goal
 site:site does not exist' error, but running 'maven site' builds
 sucessfully -- however, it still only gives me those 3 reports, even
 though i defined 11 reports in the pom. I've tried removing the
 'extend' tag present in the modules' pom, but still gives me the
 same thing. Damn :/
 
 Any ideas anyone?
 
 Cheers,
 J.V.


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



Reports not working?

2005-07-27 Thread Joao Victor
Hello,

I've been trying to get some reports working, with no sucess; so i'm
sending this email in the hopes someone can point me some solution.

I'm using a multiproject:site target, i've got 5 modules under the
main the project. For each of these modules, i'd like to get some
reports. So i just put in their project.xml:

--
reports
reportmaven-pmd-plugin/report
reportmaven-simian-plugin/report
reportmaven-junit-report-plugin/report
reportmaven-jcoverage-plugin/report
reportmaven-checkstyle-plugin/report
reportmaven-jdepend-plugin/report
reportmaven-statcvs-plugin/report
reportmaven-file-activity-plugin/report
reportmaven-developer-activity-plugin/report
reportmaven-jxr-plugin/report
reportmaven-javadoc-plugin/report
/reports
--

And run 'maven multiproject:site'. It takes a while, and then i take a
look at the html... only 3 reports are there: file-activity, statcvs,
and developer-activity.

I've got no idea why the other reports weren't made. The command
'maven multiproject:site' is finished sucessfully, there's no error
message.

Any ideas?

Thanks,
J.V.

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



Re: Reports not working?

2005-07-27 Thread Brett Porter
Are the 3 reports the ones in your parent pom? In the top level, only
those will be present. The others should be present in the
subdirectories of each project.

If that is still not working, check if it works when you run site:site
on the individual project.

Cheers,
Brett

On 7/28/05, Joao Victor [EMAIL PROTECTED] wrote:
 Hello,
 
 I've been trying to get some reports working, with no sucess; so i'm
 sending this email in the hopes someone can point me some solution.
 
 I'm using a multiproject:site target, i've got 5 modules under the
 main the project. For each of these modules, i'd like to get some
 reports. So i just put in their project.xml:
 
 --
 reports
 reportmaven-pmd-plugin/report
 reportmaven-simian-plugin/report
 reportmaven-junit-report-plugin/report
 reportmaven-jcoverage-plugin/report
 reportmaven-checkstyle-plugin/report
 reportmaven-jdepend-plugin/report
 reportmaven-statcvs-plugin/report
 reportmaven-file-activity-plugin/report
 reportmaven-developer-activity-plugin/report
 reportmaven-jxr-plugin/report
 reportmaven-javadoc-plugin/report
 /reports
 --
 
 And run 'maven multiproject:site'. It takes a while, and then i take a
 look at the html... only 3 reports are there: file-activity, statcvs,
 and developer-activity.
 
 I've got no idea why the other reports weren't made. The command
 'maven multiproject:site' is finished sucessfully, there's no error
 message.
 
 Any ideas?
 
 Thanks,
 J.V.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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