On 2004-01-08 22:38, Jason van Zyl wrote:
On Thu, 2004-01-08 at 16:25, John Casey wrote:
<2cents>
One easy way to get around this duality between single-source and
multiple source directories would be to stage out the java sources to
some temporary location under ${basedir}/target for subsequent
generation (back into that same directory) prior to java:compile
execution. Then, these generation tools would look in the
${basedir}/target/staged-source directory for their input, and would
output to the same directory...maybe all in a preGoal of java:compile or
something...
</2cents>
Do you think that could be a standard? Something we could add to the
POM? I think it might be useful ...
<build>
<generateSourcesDirectory/>
</build>
Something all the tools like Antlr, JavaCC, XDoclet, etc. could use.
Where I may vote for this? :)
Seems like a solution to problem that many people raised.
Regards,
Tomek
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]