<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Eric,<div><br></div><div>Can you upload a sample project in Github to review.</div><div>The example provided has support in local & github action support </div><div><br></div><div>Tell me<br><br><div dir="ltr">Sent from my iPhone<div><br></div><div>Juan Antonio</div></div><div dir="ltr"><br><blockquote type="cite">On 2 Sep 2022, at 01:03, Eric Kolotyluk <eric@kolotyluk.net> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr">

  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  
    <p>Thanks for the idea, but still no luck...<br>
    </p>
    <p><br>
    </p>
    <p>"C:\Program Files (Open)\jdk-19\bin\java.exe"
-Dmaven.multiModuleProjectDirectory=C:\Users\ERIC\Documents\git\loom-lab\laboratory
      "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA
      2021.2.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program
      Files\JetBrains\IntelliJ IDEA
      2021.2.3\plugins\maven\lib\maven3\bin\m2.conf"
      "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA
      2021.2.3\plugins\maven\lib\maven-event-listener.jar"
      "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA
      2021.2.3\lib\idea_rt.jar=55686:C:\Program Files\JetBrains\IntelliJ
      IDEA 2021.2.3\bin" -Dfile.encoding=UTF-8
      -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath
      "C:\Program Files\JetBrains\IntelliJ IDEA
2021.2.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;C:\Program
      Files\JetBrains\IntelliJ IDEA
      2021.2.3\plugins\maven\lib\maven3\boot\plexus-classworlds.license"
      org.codehaus.classworlds.Launcher -Didea.version=2022.2.1 compile<br>
      [INFO] Scanning for projects...<br>
      [INFO] <br>
      [INFO] -------------------< net.kolotyluk.loom:laboratory
      >--------------------<br>
      [INFO] Building laboratory 1.0-SNAPSHOT<br>
      [INFO] --------------------------------[ jar
      ]---------------------------------<br>
      Downloading from central:
<a class="moz-txt-link-freetext" href="https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml">https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml</a><br>
      Downloaded from central:
<a class="moz-txt-link-freetext" href="https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml">https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml</a>
      (2.2 kB at 3.8 kB/s)<br>
      [INFO] <br>
      [INFO] --- maven-resources-plugin:2.6:resources
      (default-resources) @ laboratory ---<br>
      [INFO] Using 'UTF-8' encoding to copy filtered resources.<br>
      [INFO] skip non existing resourceDirectory
      C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\resources<br>
      [INFO] <br>
      [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile)
      @ laboratory ---<br>
      [INFO] Nothing to compile - all classes are up to date<br>
      [INFO] <br>
      [INFO] --- scala-maven-plugin:4.5.4:compile (default) @ laboratory
      ---<br>
      [INFO] Using incremental compilation using Mixed compile order<br>
      [INFO] Compiler bridge file:
C:\Users\ERIC\.sbt\1.0\zinc\org.scala-sbt\org.scala-sbt-compiler-bridge_2.13-1.5.7-bin_2.13.7__63.0-1.5.7_20210712T054328.jar<br>
      [INFO] compiling 1 Scala source and 19 Java sources to
      C:\Users\ERIC\Documents\git\loom-lab\laboratory\target\classes ...<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Experiment00_Introduction.java:3:20: 
      error: package jdk.incubator.concurrent is not visible<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Experiment02_Throughput.java:3:20: 
      error: package jdk.incubator.concurrent is not visible<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Experiment92.java:4:20: 
      error: package jdk.incubator.concurrent is not visible<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Structured.java:3:20: 
      error: package jdk.incubator.concurrent is not visible<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Structures.java:3:20: 
      error: package jdk.incubator.concurrent is not visible<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Experiment00_Introduction.java:67:58: 
      error: incompatible types: cannot infer type-variable(s) R<br>
      [ERROR]
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Structured.java:23:57: 
      error: cannot find symbol<br>
      [INFO] NoPosition: Note:
C:\Users\ERIC\Documents\git\loom-lab\laboratory\src\main\java\net\kolotyluk\loom\Experiment90.java
      uses unchecked or unsafe operations.<br>
      [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for
      details.<br>
      [INFO] NoPosition: Note: Some input files use preview features of
      Java SE 19.<br>
      [INFO] NoPosition: Note: Recompile with -Xlint:preview for
      details.<br>
      [WARNING] javac exited with exit code 1<br>
      [INFO]
      ------------------------------------------------------------------------<br>
      [INFO] BUILD FAILURE<br>
      [INFO]
      ------------------------------------------------------------------------<br>
      [INFO] Total time:  11.581 s<br>
      [INFO] Finished at: 2022-09-01T16:00:08-07:00<br>
      [INFO]
      ------------------------------------------------------------------------<br>
      [ERROR] Failed to execute goal
      net.alchim31.maven:scala-maven-plugin:4.5.4:compile (default) on
      project laboratory: Execution default of goal
      net.alchim31.maven:scala-maven-plugin:4.5.4:compile failed: javac
      returned non-zero exit code: CompileFailed -> [Help 1]<br>
      [ERROR] <br>
      [ERROR] To see the full stack trace of the errors, re-run Maven
      with the -e switch.<br>
      [ERROR] Re-run Maven using the -X switch to enable full debug
      logging.<br>
      [ERROR] <br>
      [ERROR] For more information about the errors and possible
      solutions, please read the following articles:<br>
      [ERROR] [Help 1]
<a class="moz-txt-link-freetext" href="http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException</a><br>
      <br>
      Process finished with exit code 1<br>
      <br>
    </p>
    <div class="moz-cite-prefix">On 2022-09-01 1:35 p.m., Bren wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:55A9134B-20A2-46D0-8CF0-310D0772A238@juanantonio.info">
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC38" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;"> <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">configuration</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC39" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">source</span>>19</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">source</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC40" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">target</span>>19</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">target</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC41" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">encoding</span>>UTF-8</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">encoding</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC42" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">enablePreview</span>>true</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">enablePreview</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC43" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArgs</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC44" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                        <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArg</span>>--add-modules</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArg</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC45" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                        <<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArg</span>>jdk.incubator.concurrent</<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArg</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      <table data-hpc="" class="highlight tab-size
        js-file-line-container js-code-nav-container js-tagsearch-file" data-tab-size="8" data-paste-markdown-skip="" data-tagsearch-lang="Maven POM" data-tagsearch-path="pom.xml" style="box-sizing: border-box; border-spacing: 0px;
        border-collapse: collapse; tab-size: 8; caret-color: rgb(36, 41,
        47); color: rgb(36, 41, 47); font-family: -apple-system,
        BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI
        Emoji"; font-size: 14px; -webkit-text-size-adjust: 100%;">
        <tbody style="box-sizing: border-box;">
          <tr style="box-sizing: border-box;">
            <td id="LC46" class="blob-code blob-code-inner js-file-line" style="box-sizing: border-box; padding: 0px 10px; position: relative; line-height: 20px; vertical-align: top; overflow: visible; font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; color: var(--color-fg-default); word-wrap: anywhere; white-space: pre;">                    </<span class="pl-ent" style="box-sizing: border-box; color: var(--color-prettylights-syntax-entity-tag);">compilerArgs</span>></td>
          </tr>
          <tr style="box-sizing: border-box;">
          </tr>
        </tbody>
      </table>
      </<span class="pl-ent" style="box-sizing: border-box; color:
        var(--color-prettylights-syntax-entity-tag);">configuration</span>></blockquote>
  

</div></blockquote></div></body></html>