I'm looking for ideas on producing aggregated Javadoc, when part of
the source to be aggregated comes from a third-party project [1].

My first plan of attack involves depending on the -sources .jar from
the other project, and (somehow) expanding it locally.  Other (less
appealing) choices involve requiring the developer to have the other
project checked out from svn in some known relative path (or some path
specified by a property).  Or even using Maven to do the checkout.

Once the source is available locally, there is the problem [2] that
aggregating Javadoc doesn't actually work, so I expect to have to do
this with the antrun plugin.

Has anyone done this already?  Anything I should be aware of?

[1] Specifically, the Struts 2.0 Javadoc needs to include OpenSymphony
XWork classes.
[2] http://jira.codehaus.org/browse/MJAVADOC-72

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to