I'll come back to this at the end of the project and remove my cut-and-paste ant from the old build script and try this method. I'll write a JAXB plugin to contribute - look simple enough.
Where can I find the documentation for the "maven" jelly tags? I saw antlr uses addPath, but I can't find this doco on the jelly or maven sites.
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]>
