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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to