mthmulders commented on PR #14:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/14#issuecomment-1976061027

   > Would you mind trying again ? I added support for discovery JDK inside 
`~\scoop\apps\*` ...
   
   Sure! I don't have access to that Windows machine on a daily basis, so it 
took a while. Here are the results from commit 
f3b0b29ee8303ee9a884dbfe2979e8cdc0fa344b:
   
   ```
   [INFO] --- toolchains:3.1.1-SNAPSHOT:display-discovered-jdk-toolchains 
(default-cli) @ maven-toolchains-plugin ---
   [INFO] Found 1 possible jdks: 
[C:\Users\M67B014\scoop\apps\openjdk21\21.0.2-13]
   [INFO] Discovered 1 JDK toolchains:
   [INFO]   - C:\Users\M67B014\scoop\apps\openjdk21\21.0.2-13
   [INFO]     provides:
   [INFO]       version: 21.0.2
   [INFO]       runtime.name: OpenJDK Runtime Environment
   [INFO]       runtime.version: 21.0.2+13-58
   [INFO]       vendor: Oracle Corporation
   [INFO]       current: true
   [INFO]       lts: true
   [INFO]       env: JAVA_HOME
   [INFO] 
------------------------------------------------------------------------
   ```
   
   So it seems not to work yet, because in the meantime, to ensure proper 
testing, I have installed the following Java runtimes:
   
   * graalvm22-jdk17
   * openjdk17
   * openjdk21
   * semeru17-jdk
   * semeru-lts-jdk
   * zulu17-jdk
   
   The code omits to navigate into the package directory; I've pushed a commit 
that does just that. Not sure if we only want the "current" version of each 
package, or in fact "all" versions of a package?


-- 
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]

Reply via email to