Skip to content

[MTOOLCHAINS-54] [regression] Paths with spaces trigger a build-time warning #112

Description

@jira-importer

Gili opened MTOOLCHAINS-54 and commented

When upgrading from version 3.1.0 to 3.2.0 I started getting the following build-time warning:

 

[WARNING] Unrecognized output form C:\Program Files\Java\zulu-8\bin\javac.exe -version - 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

 

The contents of toolchain.xml is:

 

<?xml version="1.0" encoding="UTF8"?>
<toolchains>
    <toolchain>
        <type>jdk</type>
        <provides>
            <version>8</version>
            <vendor>zulu</vendor>
        </provides>
        <configuration>
            <jdkHome>C:\Program Files\Java\zulu-8</jdkHome>
        </configuration>
    </toolchain>
</toolchains>

 

I don't know if this warning breaks anything.


Affects: 3.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions