I am getting some documentation generated, but I'm getting this error below, on the 
javadoc portion. Is there a property that has to be specified in the 
project.properties file?

BUILD FAILED
File...... C:\Documents and Settings\jhende19\.maven\cache\maven-javadoc-plugin-
1.6.1\plugin.jelly
Element... ant:javadoc
Line...... 289
Column.... 10
No source files and no packages have been specified.
Total time: 11 seconds
Finished at: Mon Sep 13 10:19:37 CDT 2004



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 13, 2004 9:48 AM
To: Maven Users List
Subject: R�f. : RE: R�f. : How do you generate the default reports for a project ?





Yes, for instance.
Or you could simply call "maven site:generate". This would generate the web
site with the reports for your project.




                                                                           
             "Henderson,                                                   
             Jerry L [CC]"                                                 
             <Jerry.L.Henders                                         Pour 
             [EMAIL PROTECTED]          Maven Users List                    
             om>                       <[EMAIL PROTECTED]>            
                                                                        cc 
             13/09/2004 16:29                                              
                                                                     Objet 
                                       RE:  R�f. : How do you generate the 
                 Veuillez              default reports for a project ?     
                r�pondre �                                                 
             Maven Users List                                              
             <[EMAIL PROTECTED]                                              
                 che.org>                                                  
                                                                           
                                                                           




You mean something like this ?

  <postGoal name="mavendemo-dist">
    <attainGoal name="site:generate"/>
  </postGoal>

Thanks.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 9:21 AM
To: Maven Users List
Subject: R�f. : How do you generate the default reports for a project ?


Are you calling the appropriated goal? --> "site" (or "site:generate", this
is the same)


             "Henderson,
             Jerry L [CC]"
             <Jerry.L.Henders                                         Pour
             [EMAIL PROTECTED]          Maven Users List
             om>                       <[EMAIL PROTECTED]>
                                                                        cc
             13/09/2004 16:17
                                                                     Objet
                                       How do you generate the default
                 Veuillez              reports for a project ?
                r�pondre �
             Maven Users List
             <[EMAIL PROTECTED]
                 che.org>

The maven docs says it can be used to generate a reports for myproject.
It says "if you do not utilize the reports tag, all of the plugin
reports will be generated" .  I'm not sure what I'm doing wrong. I'm not
using the reports tag, but I'm not getting reports either. Can someone
give me some hints to what else I need?  Perhaps a goal?

Thanks.

Jerald L. Henderson
Sprint HRD Corporate Staff/UE Infrastructure Staff
(913)315-3803 (Office)


---------------------------------------------------------------------
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]

Reply via email to