Cheers,
Brett
Jason van Zyl wrote:
On Sun, 2003-01-05 at 16:54, Brett Porter wrote:Hi Jason,
This is the technique I used - thanks. However, this doesn't add the files to the javadoc generation list.
That isn't very consistent is it :-)Do you think it is appropriate that javadoc uses compile.src.set? Or should there be a javadoc.src.set? At the moment, the javadoc plugin is just using a single src directory in the ant task, but I'd like to be able to include all source, generated source and test directories in the one set.
Yes, a mutable source set would probably be best in this case to allow for generation as the compilation phase does. Off the top of my head I think that compile.src.set would suffice but we'll leave it for a couple hours and see if anyone else chimes in. We'll pop a src set in there soon though to make it consistent. Good catch.Cheers, Brett
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
