Gili created MTOOLCHAINS-54:
-------------------------------

             Summary: [regression] Paths with spaces trigger a build-time 
warning
                 Key: MTOOLCHAINS-54
                 URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-54
             Project: Maven Toolchains Plugin
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: Maven 3.9.6
            Reporter: Gili


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to