Corba IDL Compiler Plugin: additional include directories
---------------------------------------------------------
Key: MOJO-834
URL: http://jira.codehaus.org/browse/MOJO-834
Project: Mojo
Issue Type: Improvement
Reporter: Ralf Wagner
Attachments: idlj-maven-plugin-patch.zip
Both the idlj and the JACORB idl compilers allow for additional directories
with idl files (include Directories). Currently, it is not possible to specify
these directories.
Imagine the following project structure:
projectA
- idl
projectB
- idl ==> these idl files depend on common / global definitions from projectA
In projectB, the directory projectA/idl needs to be specified as include
directories.
idlj: switch -i{Directory} (see
http://java.sun.com/j2se/1.4.2/docs/guide/rmi-iiop/toJavaPortableUG.html)
Jacorb: switch -I{Directory} (see http://www.jacorb.org/documentation.html)
The attached patch allows for the specification of these directories with the
new tag
<configuration>
<includeDirs>
<includeDir>another directory</includeDir>
<includeDir>and an additional directory</includeDir>
</includeDirs>
</configuration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email