[
https://jira.codehaus.org/browse/MCOMPILER-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MCOMPILER-99.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.4
Assignee: Olivier Lamy
tested on osx
> Spaces in for external executable are not accepted
> --------------------------------------------------
>
> Key: MCOMPILER-99
> URL: https://jira.codehaus.org/browse/MCOMPILER-99
> Project: Maven 2.x Compiler Plugin
> Issue Type: Bug
> Affects Versions: 2.1
> Environment: Windows XP
> Reporter: Jean-Marc Borer
> Assignee: Olivier Lamy
> Fix For: 2.4
>
>
> When the path to the external executable in <executable> contains space(s),
> the build will fail: the command is misunderstood because it stops at the
> first space encountered.
> Example:
> <executable>C:\Program Files\java\jdk1.6.0_11\bin\javac.exe</executable>
> The plugin will try to execute "C:\Program" instead.
> On windows the only workaround I know of is:
> <executable>C:\PROGRA~1\java\jdk1.6.0_11\bin\javac.exe</executable>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira