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

Dan Tran closed MOJO-638.
-------------------------

      Assignee: Dan Tran
    Resolution: Fixed

applied, and thanks

> MSVCResourceCompiler uses getIncludePaths() for retrieving SystemIncludePaths
> -----------------------------------------------------------------------------
>
>                 Key: MOJO-638
>                 URL: http://jira.codehaus.org/browse/MOJO-638
>             Project: Mojo
>          Issue Type: Bug
>         Environment: windows, jdk1.5.0_06
>            Reporter: Eduard Wirch
>         Assigned To: Dan Tran
>            Priority: Minor
>
> In class MSVCResourceCompiler in getCommandLine():
> These lines:
>         for ( int i = 0; i < config.getSystemIncludePaths().length; ++i )
>         {
>             String includePath = config.getIncludePaths()[i].getPath();
> Should be like this:
>         for ( int i = 0; i < config.getSystemIncludePaths().length; ++i )
>         {
>             String includePath = config.getSystemIncludePaths()[i].getPath();

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