Hi all,
I'm not unble to use the idlj-maven-plugin in order to get my .idl file generate java sources :S
        Here are my testes which didn't work:
1 - I've place my only fipa.idl in src/main/idl directory and I have added
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>idlj-maven-plugin</artifactId>
</plugin>
to my pom, but when I execute mvn install the plugin is not executed at all

2 - I've tryed to execute the goal with mvn idlj:generate but even if the plugin now loads nothing is done

3 - I've tryed to use the 1.1-SNAPSHOT version but nothing changed

4 - I've tryed with to do the above tests with the following plugin configuration
        <configuration>
          <compiler>idlj</compiler>
          <sources>
            <source>
              <includes>
                <include>src/main/idl/fipa.idl</include>
              </includes>
              <emitStubs>true</emitStubs>
              <emitSkeletons>true</emitSkeletons>
            </source>
          </sources>
        </configuration>
but always no result at all

Anyone can help me with that?

Ciao,
Stefano "Kismet" Lenzi

P.S.: The documentation said that the plugin is binded to generate-resources phase but looking at the source code it look binded to generate-sources phase so that should be changed

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to