"Stefano Fornari" <[EMAIL PROTECTED]> writes:
> Hi Arnaud, thanks for your reply.
>
I can see your problem received an answer in another thread.
Just in case you lose the first answer :-)), here is how I use javacc:
<!-- generate java files from grammar -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<configuration>
<packageName>fr.lifl.fidl.idl3.parser</packageName>
</configuration>
<executions>
<execution>
<goals>
<goal>javacc</goal>
</goals>
<id>javacc</id>
</execution>
</executions>
</plugin>
regards
--
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
Mob : (33) 6 17 12 19 78
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]