this is what my debug output looks like and in my opinion that's where
maven stops to generate the javadoc. But I still don't know why?! Do you
recognize something?


maven-javadoc-plugin:report:
    [mkdir] Created dir:
/home/k_weissbarth/projekte/kato/utilities/target/docs/apidocs
    [mkdir] Created dir:
/home/k_weissbarth/projekte/kato/utilities/target/javadoc
    [record] [DEBUG] setting a recorder for name
/home/k_weissbarth/projekte/kato/utilities/target/javadoc/report.txt
    [javadoc] [DEBUG] scanning
/home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities for
packages.
    [javadoc] [DEBUG] DirSet: Setup scanner in dir
/home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities with
patternSet{ includes: [de/sourcepark/utilities/**] excludes: [] }
    [javadoc] [VERBOSE]
/home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities
doesn't contain any packages, dropping it.
[DEBUG] fileset: Setup scanner in dir
/home/k_weissbarth/projekte/kato/templates with patternSet{ includes:
[*.xml] excludes: [] }
    [echo] Processing whoweare.xml template ...
    [echo] Processing source-repos.xml template ...
    [echo] Processing mail.xml template ...
    [echo] Processing navigation.xml template ...




Am Don, 2003-07-03 um 13.11 schrieb Rademacher Tobias:
> Dear Kristine,
> 
> what is your maven -x -e output?
> 
> Could it be that you mistyped the name of the javadoc report in project.xml?
> 
> Toby
> 
> > -----Urspr�ngliche Nachricht-----
> > Von: Kristine Weissbarth [mailto:[EMAIL PROTECTED]
> > Gesendet am: Donnerstag, 3. Juli 2003 13:20
> > An: Maven Users List
> > Betreff: RE: empty javadoc
> > 
> > yes I do have a <package> tag and it specifies the correct package.
> > 
> > 
> > Am Don, 2003-07-03 um 12.51 schrieb Michal Maczka:
> > > Do you have <package> tag in your POM?
> > > 
> > > mm
> > > 
> > > > -----Original Message-----
> > > > From: Kristine Weissbarth 
> > [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, July 03, 2003 12:45 PM
> > > > To: Maven Users List
> > > > Subject: empty javadoc
> > > > 
> > > > hi,
> > > > 
> > > > trying to generate my maven documentation website with 
> > among others the
> > > > javadoc report the following problem occurs:
> > > > 
> > > > maven generates an javadoc folder with an empty 
> > report.txt file and
> > > > an apidocs folder within the docs folder of the target 
> > folder, which is
> > > > empty too. No other files like all the *.html are generated.
> > > > 
> > > > Where is the problem? I simply listed the 
> > maven-javadoc-plugin within
> > > > the reports tag of my project.xml. Should I specify any 
> > properties? Or
> > > > should I declare the javadoc-report in a special way? 
> > Please give me a
> > > > hint.
> > > > 
> > > > Thanks.
> > > > 
> > > > 
> > > > 
> > ---------------------------------------------------------------------
> > > > 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]
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > 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]
> 


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

Reply via email to