[
http://jira.codehaus.org/browse/MOJO-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Theussl moved MPNATIVE-20 to MOJO-638:
--------------------------------------------
Affects Version/s: (was: 1.2)
Complexity: Intermediate
Workflow: Maven New (was: jira)
Key: MOJO-638 (was: MPNATIVE-20)
Project: Mojo (was: maven-native-plugin)
> 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
> 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