--- Thomas Robbs <[EMAIL PROTECTED]> wrote:
> For the external set, I want to generate javadocs for only a subset of
> the classes in my source tree. Can someone guide me as to how I would
> configure the javadoc task to only work with a subset of files?
The 'sourcefiles' attribute takes a comma-separated list of files. You
look to be handing it a path (ie., a list of files separted by
${path.separator}). You need to pass it through <pathconvert> to change it
to a comma-separated list.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>