You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Gabor Torok <ga...@softface.com> on 2001/12/28 20:06:20 UTC

javadoc question

Hi,
Is there a way to tell the javadoc task to use a path-like structure to 
specify which files (sources) I want to document?

For example if I have:

<path id="mysources">
  <pathelement location="${src}/a.java" />
  <pathelement location="${src}/b.java" />
  <pathelement location="${src}/c.java" />
</path>

can I do something like:

<javadoc sourcepath="${src}" classpath="${cp}" destdir="${docs}">
   <source pathref="mysources" />
</javadoc>

I have other stuff in that directory that I don't want to generate docs for.
Thanks,
--Gabor.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>