You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Nolte <cg...@pacbell.net> on 2001/04/19 04:03:17 UTC

Javadoc ignores sourcepath

I am trying to generate Javadoc for a web application I have written.
My build.xml file contains the target:
  <target name="javadoc" depends="prepare">
    <javadoc sourcepath="src" packagenames="*" 
                destdir="${javadoc.home}"/>
  </target>

However, when I say "build all" or "build javadoc", it appears 
to try to process all files in the application's root directory, 
i.e., one above the "src" directory.  

I am able to compile and run the web application itself, so I
don't think my classpath is screwed up in general.  It is only
javadoc that is failing.

Any suggestions?  I am running Win98 (yes, I am ashamed)
and Tomcat 3.2.1.