You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Scott Richardson <SR...@drugfacts.com> on 2005/06/08 18:48:06 UTC

javadoc processing problem

Has anyone ever seen something like this?  

[javadoc] Copying file C:\Documents and Settings\<username>\.maven\cache\ma
ven-javadoc-plugin-1.7\plugin-resources\stylesheet.css to file C:\<path
to>\stylesheet.css...
    [javadoc] Building index for all the packages and classes...
    [javadoc] Building index for all classes...
    [javadoc] Generating C:\<path to>\help-doc.html...
    [javadoc] 34 warnings
    [delete] Deleting directory C:\VSS\CCwrk\checkout\DIB\target\javadoc\src

    [echo] Generating the Source Xref...
maven-jxr-plugin:report:
    [echo]
Scanning C:\<path to>
Unable to process C:\<path to>\ADEScreener.ja
va => C:\<path to>\ADEScreener.html

BUILD FAILED
File...... C:\Documents and
Settings\<username>\.maven\cache\maven-jxr-plugin-1.4.2\plugin.jelly
Element... jxr:jxr
Line...... 105
Column.... 31
java.lang.NullPointerException
Total time: 5 minutes 57 seconds
Finished at: Wed Jun 08 11:21:47 EST 2005

It seems that the javadocs up till that point are being generated correctly
(I found them in the docs dir).  The program compiles correctly as well.
Interesting to note is the project requires some dependencies put in the 
C:\Program Files\Apache Software Foundation\Maven 1.0.2\lib\endorsed
Directory, which allows it to compile.  However, when the javadocs do their
thing, they don't seem to use it, as they are throwing the same errors I was
getting before putting the dependencies in when trying a general compile
(which are interpreted as warnings by javadoc, which is ok, as they are part
of a different package that I'm not wanting to create docs for).

Also, this file that's throwing the errors isn't involved in any of the
javadoc warnings.

Any suggestions?

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: javadoc processing problem

Posted by Arnaud HERITIER <ah...@gmail.com>.
Can you send us the trace generated with :
maven -Dmaven.javadoc.debug=true -e javadoc

Arnaud

 

> -----Message d'origine-----
> De : Scott Richardson [mailto:SRichardson@drugfacts.com] 
> Envoyé : mercredi 8 juin 2005 18:48
> À : users@maven.apache.org
> Objet : javadoc processing problem
> 
> Has anyone ever seen something like this?  
> 
> [javadoc] Copying file C:\Documents and 
> Settings\<username>\.maven\cache\ma
> ven-javadoc-plugin-1.7\plugin-resources\stylesheet.css to 
> file C:\<path
> to>\stylesheet.css...
>     [javadoc] Building index for all the packages and classes...
>     [javadoc] Building index for all classes...
>     [javadoc] Generating C:\<path to>\help-doc.html...
>     [javadoc] 34 warnings
>     [delete] Deleting directory 
> C:\VSS\CCwrk\checkout\DIB\target\javadoc\src
> 
>     [echo] Generating the Source Xref...
> maven-jxr-plugin:report:
>     [echo]
> Scanning C:\<path to>
> Unable to process C:\<path to>\ADEScreener.ja va => C:\<path 
> to>\ADEScreener.html
> 
> BUILD FAILED
> File...... C:\Documents and
> Settings\<username>\.maven\cache\maven-jxr-plugin-1.4.2\plugin.jelly
> Element... jxr:jxr
> Line...... 105
> Column.... 31
> java.lang.NullPointerException
> Total time: 5 minutes 57 seconds
> Finished at: Wed Jun 08 11:21:47 EST 2005
> 
> It seems that the javadocs up till that point are being 
> generated correctly (I found them in the docs dir).  The 
> program compiles correctly as well.
> Interesting to note is the project requires some dependencies 
> put in the C:\Program Files\Apache Software Foundation\Maven 
> 1.0.2\lib\endorsed Directory, which allows it to compile.  
> However, when the javadocs do their thing, they don't seem to 
> use it, as they are throwing the same errors I was getting 
> before putting the dependencies in when trying a general 
> compile (which are interpreted as warnings by javadoc, which 
> is ok, as they are part of a different package that I'm not 
> wanting to create docs for).
> 
> Also, this file that's throwing the errors isn't involved in 
> any of the javadoc warnings.
> 
> Any suggestions?
> 
> Thanks,
> Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org