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
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