gsmet commented on issue #929:
URL: https://github.com/apache/maven-mvnd/issues/929#issuecomment-2326780258
I just got hit by this issue when building `quarkus-langchain4j` with mvnd
1.0.2. I'm not sure this has been fixed by the PR that is mentioned here:
```
[INFO] Installing
/home/gsmet/git/quarkus-langchain4j/samples/review-triage/target/quarkus-langchain4j-sample-review-triage-1.0-SNAPSHOT.jar
to
/home/gsmet/.m2/repository/io/quarkiverse/langchain4j/quarkus-langchain4j-sample-review-triage/1.0-SNAPSHOT/quarkus-langchain4j-sample-review-triage-1.0-SNAPSHOT.jar
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: Index
29 out of bounds for length 29
at
[email protected]/jdk.internal.util.Preconditions$1.apply(Preconditions.java:55)
at
[email protected]/jdk.internal.util.Preconditions$1.apply(Preconditions.java:52)
at
[email protected]/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213)
at
[email protected]/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210)
at
[email protected]/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98)
at
[email protected]/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at
[email protected]/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at [email protected]/java.lang.String.checkIndex(String.java:4881)
at [email protected]/java.lang.StringLatin1.charAt(StringLatin1.java:46)
at [email protected]/java.lang.String.charAt(String.java:1582)
at
org.mvndaemon.mvnd.common.logging.TerminalOutput.pathToMaven(TerminalOutput.java:728)
at
org.mvndaemon.mvnd.common.logging.TerminalOutput.formatTransfers(TerminalOutput.java:701)
at
org.mvndaemon.mvnd.common.logging.TerminalOutput.addProjectLine(TerminalOutput.java:814)
at
org.mvndaemon.mvnd.common.logging.TerminalOutput.update(TerminalOutput.java:619)
at
org.mvndaemon.mvnd.common.logging.TerminalOutput.accept(TerminalOutput.java:205)
at
org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:401)
at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:171)
at
[email protected]/java.lang.invoke.LambdaForm$DMH/sa346b79c.invokeStaticInit(LambdaForm$DMH)
```
--
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]