[
https://jira.codehaus.org/browse/MIDLJ-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=279429#comment-279429
]
Christian Hammers commented on MIDLJ-10:
----------------------------------------
The patch worked for me as well. Can you release a new version of the
maven-idl-plugin?
> java.lang.ArrayStoreException is thrown when includeDirs are specified
> ----------------------------------------------------------------------
>
> Key: MIDLJ-10
> URL: https://jira.codehaus.org/browse/MIDLJ-10
> Project: Maven 2.x CORBA IDL Compiler Plugin
> Issue Type: Bug
> Affects Versions: 1.2
> Environment: Windows XP
> Reporter: Surjit Sen
> Attachments: midlj-10.patch
>
>
> The following code on line # 81 is wrong.
> args.add( includeDirs[i] );
> and should be replaced by the following:
> args.add( includeDirs[i].toString() );
> includeDirs is a File[] and cannot be used in args.add() method as a
> parameter.
--
This message is automatically generated by JIRA.
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