[ 
http://jira.codehaus.org/browse/MOJO-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefano Lenzi closed MOJO-834.
------------------------------

    Resolution: Fixed

I've made some little changes to the patch and I've applied it with the 
revision 4513

> 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
>            Assignee: Stefano Lenzi
>         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

Reply via email to