Hi Jason,

This is the technique I used - thanks. However, this doesn't add the files to the javadoc generation list.

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.

Cheers,
Brett

Jason van Zyl wrote:
On Thu, 2003-01-02 at 23:26, Brett Porter wrote:

Hi,

I know multiple source directories have been ruled out (can't find the specific discussion I was reading the in archives, something about adding another type alongside test/src and src).

What is the best approach for generated source (I'm thinking specifically of JAXB). I'd like to compile and javadoc these with the others without manual overrides, but don't want to dump them into the man src directory. Is there another way?

Look at the antlr plugin. It's the way we'll be promoting. For generated
sources you can dynamically add paths to the compile.src.set which will
then be compile.


Thanks,
Brett


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

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

Reply via email to