[
http://jira.codehaus.org/browse/MIDLJ-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karel Rank updated MIDLJ-10:
----------------------------
Attachment: midlj-10.patch
Do not add File to args list, but String.
File => File.toString()
> java.lang.ArrayStoreException is thrown when includeDirs are specified
> ----------------------------------------------------------------------
>
> Key: MIDLJ-10
> URL: http://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.
-
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