Thanks a lot Arnaud. That made the trick!

Ste

On 5/23/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote:
"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
--



--
Stefano Fornari - Funambol Chief Architect / Funambol CTO
=======================================================
Home:
http://www.funambol.org

Documents:
http://www.funambol.org/documentation/documents.html

FAQ:
http://www.funambol.org/support/faq.html

WIKI:
https://wiki.objectweb.org/sync4j/

Mailinglist archives:
http://groups.yahoo.com/group/Sync4j (login required)
http://sourceforge.net/mailarchive/forum.php?forum_id=215

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

Reply via email to