In all likelihood, there's a configuration setting in the javacc
plugin that you can use to point javacc to look at target/ instead of
or in addition to src/. Or perhaps a configuration setting in the
jjtree plugin to output into src/ rather than target.

And if there's not, that sounds like a reasonable enhancement request
to file against the plugin. Also, you will want to make sure that you
bind javacc to a later phase or else the jjtree output might not yet
be available for javacc to run against.

Wayne

On 2/28/07, Steffen Mazanek <[EMAIL PROTECTED]> wrote:
Hello,

I am pretty new to maven. Currently I try to run jjtree on a file and
pass the result to javacc. Is there a standard way to do this
with the javacc-maven-plugin? The default outputDirectory of
the jjtree goal is target/generated-sources/jjtree, but javacc is looking
for files in src/main/javacc.
What is the maven convention in such cases? Should generated files go
to target (-> plugins may point to target for input?!) or source in general?

My experiences with Maven are very good up to now. Migrating
an old project is a lot simpler than I originally expected.

Best regards,

Steffen

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



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

Reply via email to