jira-importer opened a new issue, #182: URL: https://github.com/apache/maven-jar-plugin/issues/182
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** opened **[MJAR-310](https://issues.apache.org/jira/browse/MJAR-310?redirect=false)** and commented When upgrading from version 3.3.0 to 3.4.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.4.0, 3.4.1 **Issue Links:** - [MJAR-62](https://issues.apache.org/jira/browse/MJAR-62) Build-Jdk in Manifest.mf does not reflect which compiler version actually compiled the classes in the jar **Remote Links:** - [GitHub Pull Request #86 ](https://github.com/apache/maven-jar-plugin/pull/86) - [GitHub Pull Request #87 ](https://github.com/apache/maven-jar-plugin/pull/87) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
