clEsperanto / clij3

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Build error #6

Closed haesleinhuepf closed 1 month ago

haesleinhuepf commented 1 month ago

I'm currently trying to bulid this branch and receive this error:

"C:\Program Files\Zulu\zulu-11\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\structure\code\clij3 -Djansi.passthrough=true "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\lib\idea_rt.jar=54120:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.8.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2024.2.1\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2024.2.1 install
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< net.clesperanto:clij3_ >-----------------------
[INFO] Building clij3 0.0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 801 kB/s)
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ clij3_ ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Adding ignore: module-info
[INFO] Adding ignore: META-INF/versions/*/module-info
[INFO] Adding ignore: com.google.inject.*
[INFO] Adding ignore: javax.xml.namespace.QName
[INFO] Adding ignore: jnr.ffi.*
[INFO] Adding ignore: org.apache.hadoop.yarn.*.package-info
[INFO] Adding ignore: org.apache.spark.unused.UnusedStubClass
[INFO] Adding ignore: org.eclipse.aether.*
[INFO] Adding ignore: org.hibernate.stat.ConcurrentStatisticsImpl
[INFO] Adding ignore: org.junit.runner.Runner
[INFO] Adding ignore: org.jzy3d.plot3d.pipelines.*
[INFO] Rule 5: org.codehaus.mojo.extraenforcer.model.RequireContributorRoles passed
[INFO] Adding ignore: module-info
[INFO] Adding ignore: module-info
[INFO] Rule 6: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
[INFO] Rule 7: org.scijava.maven.plugin.enforcer.RequireElements passed
[INFO] Rule 8: org.scijava.maven.plugin.enforcer.RequireReproducibleBuilds passed
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.791 s
[INFO] Finished at: 2024-09-04T13:11:04+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-rules) on project clij3_: 
[ERROR] Rule 3: org.codehaus.mojo.extraenforcer.dependencies.BanDuplicateClasses failed with message:
[ERROR] No Duplicate Classes Allowed!
[ERROR] - For duplicate transitive dependencies, add dependency exclusions.
[ERROR] - For duplications between direct dependencies, resolve or add
[ERROR]   ignored classes to this rule's configuration.
[ERROR] 
[ERROR]   Found in:
[ERROR]     com.squareup.okio:okio-jvm:jar:3.8.0:compile
[ERROR]     org.bioimageanalysis.icy:icy-bioformats:jar:6.11.0:compile
[ERROR]   Duplicate classes:
[ERROR]     okio/Options.class
[ERROR]     okio/SegmentedByteString.class
[ERROR]     okio/Utf8.class
[ERROR]     okio/RealBufferedSource.class
[ERROR]     okio/ForwardingSink.class
[ERROR]     okio/Segment.class
[ERROR]     okio/GzipSink.class
[ERROR]     okio/ByteString.class
[ERROR]     okio/InflaterSource.class
[ERROR]     okio/Sink.class
[ERROR]     okio/Pipe.class
[ERROR]     okio/Source.class
[ERROR]     okio/ForwardingTimeout.class
[ERROR]     okio/AsyncTimeout.class
[ERROR]     okio/HashingSource.class
[ERROR]     okio/AsyncTimeout$Watchdog.class
[ERROR]     okio/BufferedSource.class
[ERROR]     okio/Timeout.class
[ERROR]     okio/BufferedSink.class
[ERROR]     okio/RealBufferedSink.class
[ERROR]     okio/DeflaterSink.class
[ERROR]     okio/HashingSink.class
[ERROR]     okio/Buffer.class
[ERROR]     okio/ForwardingSource.class
[ERROR]     okio/Okio.class
[ERROR]     okio/GzipSource.class
[ERROR]     okio/SegmentPool.class
[ERROR] 
[ERROR]   Found in:
[ERROR]     com.squareup.okhttp3:okhttp:jar:4.12.0:compile
[ERROR]     org.bioimageanalysis.icy:icy-bioformats:jar:6.11.0:compile
[ERROR]   Duplicate classes:
[ERROR]     okhttp3/ConnectionPool.class
[ERROR]     okhttp3/MultipartBody$Builder.class
[ERROR]     okhttp3/Dns.class
[ERROR]     okhttp3/internal/cache/DiskLruCache.class
[ERROR]     okhttp3/internal/http2/Http2Reader$ContinuationSource.class
[ERROR]     okhttp3/WebSocket$Factory.class
[ERROR]     okhttp3/MediaType.class
[ERROR]     okhttp3/internal/http2/Hpack.class
[ERROR]     okhttp3/internal/ws/RealWebSocket$Message.class
[ERROR]     okhttp3/internal/ws/WebSocketProtocol.class
[ERROR]     okhttp3/internal/http2/Huffman$Node.class
[ERROR]     okhttp3/internal/tls/TrustRootIndex.class
[ERROR]     okhttp3/Headers.class
[ERROR]     okhttp3/internal/http2/Http2Connection$Listener.class
[ERROR]     okhttp3/internal/http2/ErrorCode.class
[ERROR]     okhttp3/OkHttpClient$Builder.class
[ERROR]     okhttp3/Cache$Entry.class
[ERROR]     okhttp3/CacheControl$Builder.class
[ERROR]     okhttp3/Challenge.class
[ERROR]     okhttp3/internal/publicsuffix/PublicSuffixDatabase.class
[ERROR]     okhttp3/internal/http2/Http2Reader.class
[ERROR]     okhttp3/Request.class
[ERROR]     okhttp3/internal/cache2/Relay$RelaySource.class
[ERROR]     okhttp3/internal/Util.class
[ERROR]     okhttp3/internal/Internal.class
[ERROR]     okhttp3/internal/http2/Http2Reader$Handler.class
[ERROR]     okhttp3/WebSocketListener.class
[ERROR]     okhttp3/internal/http2/Huffman.class
[ERROR]     okhttp3/internal/cache/DiskLruCache$Editor.class
[ERROR]     okhttp3/internal/http2/PushObserver.class
[ERROR]     okhttp3/Address.class
[ERROR]     okhttp3/internal/cache/DiskLruCache$Snapshot.class
[ERROR]     okhttp3/internal/http/HttpMethod.class
[ERROR]     okhttp3/internal/http2/Http2Connection.class
[ERROR]     okhttp3/ConnectionSpec.class
[ERROR]     okhttp3/internal/cache/CacheInterceptor.class
[ERROR]     okhttp3/internal/platform/Platform.class
[ERROR]     okhttp3/internal/http2/Http2Writer.class
[ERROR]     okhttp3/internal/http2/Hpack$Reader.class
[ERROR]     okhttp3/internal/ws/RealWebSocket$Close.class
[ERROR]     okhttp3/Connection.class
[ERROR]     okhttp3/Cache$CacheResponseBody.class
[ERROR]     okhttp3/Cache.class
[ERROR]     okhttp3/WebSocket.class
[ERROR]     okhttp3/Protocol.class
[ERROR]     okhttp3/Response$Builder.class
[ERROR]     okhttp3/MultipartBody$Part.class
[ERROR]     okhttp3/internal/http/CallServerInterceptor.class
[ERROR]     okhttp3/RequestBody.class
[ERROR]     okhttp3/FormBody.class
[ERROR]     okhttp3/Response.class
[ERROR]     okhttp3/internal/http2/Header.class
[ERROR]     okhttp3/internal/http2/Hpack$Writer.class
[ERROR]     okhttp3/Authenticator.class
[ERROR]     okhttp3/Call.class
[ERROR]     okhttp3/internal/connection/ConnectInterceptor.class
[ERROR]     okhttp3/HttpUrl.class
[ERROR]     okhttp3/internal/cache2/Relay.class
[ERROR]     okhttp3/TlsVersion.class
[ERROR]     okhttp3/internal/cache/CacheStrategy$Factory.class
[ERROR]     okhttp3/internal/http2/Http2Stream$FramingSource.class
[ERROR]     okhttp3/internal/http2/Http2Stream.class
[ERROR]     okhttp3/Request$Builder.class
[ERROR]     okhttp3/HttpUrl$Builder.class
[ERROR]     okhttp3/Dispatcher.class
[ERROR]     okhttp3/internal/connection/RealConnection.class
[ERROR]     okhttp3/internal/connection/RouteException.class
[ERROR]     okhttp3/internal/cache/CacheRequest.class
[ERROR]     okhttp3/internal/tls/BasicCertificateChainCleaner.class
[ERROR]     okhttp3/internal/connection/ConnectionSpecSelector.class
[ERROR]     okhttp3/internal/http2/StreamResetException.class
[ERROR]     okhttp3/ResponseBody$BomAwareReader.class
[ERROR]     okhttp3/internal/http/HttpHeaders.class
[ERROR]     okhttp3/Headers$Builder.class
[ERROR]     okhttp3/Cache$CacheResponseBody$1.class
[ERROR]     okhttp3/ResponseBody.class
[ERROR]     okhttp3/MultipartBody.class
[ERROR]     okhttp3/CipherSuite.class
[ERROR]     okhttp3/ConnectionSpec$Builder.class

...

[ERROR]     org/apache/commons/lang3/ClassUtils$2.class
[ERROR]     org/apache/commons/lang3/time/FastDatePrinter$TimeZoneNameRule.class
[ERROR]     org/apache/commons/lang3/time/StopWatch$State$3.class
[ERROR]     org/apache/commons/lang3/builder/DiffBuilder$1.class
[ERROR]     org/apache/commons/lang3/tuple/MutablePair.class
[ERROR]     org/apache/commons/lang3/tuple/ImmutablePair.class
[ERROR] 
[ERROR]   Found in:
[ERROR]     org.bioimageanalysis.icy:icy-bioformats:jar:6.11.0:compile
[ERROR]     com.fasterxml.jackson.core:jackson-core:jar:2.16.1:compile
[ERROR]   Duplicate classes:
[ERROR]     com/fasterxml/jackson/core/json/JsonReadContext.class
[ERROR]     com/fasterxml/jackson/core/base/ParserBase.class
[ERROR]     com/fasterxml/jackson/core/JsonGenerator$1.class
[ERROR]     com/fasterxml/jackson/core/StreamWriteCapability.class
[ERROR]     com/fasterxml/jackson/core/util/BufferRecyclers.class
[ERROR]     com/fasterxml/jackson/core/filter/TokenFilterContext.class
[ERROR]     com/fasterxml/jackson/core/json/WriterBasedJsonGenerator.class
[ERROR]     com/fasterxml/jackson/core/io/InputDecorator.class
[ERROR]     com/fasterxml/jackson/core/base/ParserMinimalBase.class
[ERROR]     com/fasterxml/jackson/core/TreeCodec.class
[ERROR]     com/fasterxml/jackson/core/JsonGenerator$Feature.class
[ERROR]     com/fasterxml/jackson/core/JsonFactory.class
[ERROR]     com/fasterxml/jackson/core/Base64Variants.class
[ERROR]     com/fasterxml/jackson/core/io/UTF32Reader.class
[ERROR]     com/fasterxml/jackson/core/async/ByteArrayFeeder.class
[ERROR]     com/fasterxml/jackson/core/JsonGenerator.class
[ERROR]     com/fasterxml/jackson/core/JsonTokenId.class
[ERROR]     com/fasterxml/jackson/core/util/InternCache.class
[ERROR]     com/fasterxml/jackson/core/json/ReaderBasedJsonParser.class
[ERROR]     com/fasterxml/jackson/core/json/JsonGeneratorImpl.class
[ERROR]     com/fasterxml/jackson/core/format/InputAccessor$Std.class
[ERROR]     com/fasterxml/jackson/core/FormatFeature.class
[ERROR]     com/fasterxml/jackson/core/JsonFactory$Feature.class
[ERROR]     com/fasterxml/jackson/core/PrettyPrinter.class
[ERROR]     com/fasterxml/jackson/core/sym/Name.class
[ERROR]     com/fasterxml/jackson/core/TSFBuilder.class
[ERROR]     com/fasterxml/jackson/core/filter/TokenFilter$Inclusion.class
[ERROR]     com/fasterxml/jackson/core/io/NumberInput.class
[ERROR]     com/fasterxml/jackson/core/util/Instantiatable.class
[ERROR]     com/fasterxml/jackson/core/TokenStreamFactory.class
[ERROR]     com/fasterxml/jackson/core/JsonGenerationException.class
[ERROR]     com/fasterxml/jackson/core/SerializableString.class
[ERROR]     com/fasterxml/jackson/core/util/JsonParserSequence.class
[ERROR]     com/fasterxml/jackson/core/io/CharacterEscapes.class
[ERROR]     com/fasterxml/jackson/core/io/CharTypes.class
[ERROR]     com/fasterxml/jackson/core/StreamReadCapability.class
[ERROR]     com/fasterxml/jackson/core/util/JacksonFeature.class
[ERROR]     com/fasterxml/jackson/core/sym/CharsToNameCanonicalizer$TableInfo.class
[ERROR]     com/fasterxml/jackson/core/FormatSchema.class
[ERROR]     com/fasterxml/jackson/core/io/UTF8Writer.class
[ERROR]     com/fasterxml/jackson/core/json/UTF8JsonGenerator.class
[ERROR]     com/fasterxml/jackson/core/util/RequestPayload.class
[ERROR]     com/fasterxml/jackson/core/JsonParser$Feature.class
[ERROR]     com/fasterxml/jackson/core/io/IOContext.class
[ERROR]     com/fasterxml/jackson/core/json/UTF8StreamJsonParser.class
[ERROR]     com/fasterxml/jackson/core/util/TextBuffer.class
[ERROR]     com/fasterxml/jackson/core/util/ByteArrayBuilder.class
[ERROR]     com/fasterxml/jackson/core/type/WritableTypeId.class
[ERROR]     com/fasterxml/jackson/core/Base64Variant$PaddingReadBehaviour.class
[ERROR]     com/fasterxml/jackson/core/sym/CharsToNameCanonicalizer$Bucket.class
[ERROR]     com/fasterxml/jackson/core/sym/Name2.class
[ERROR]     com/fasterxml/jackson/core/ObjectCodec.class
[ERROR]     com/fasterxml/jackson/core/filter/FilteringParserDelegate.class
[ERROR]     com/fasterxml/jackson/core/JsonFactoryBuilder.class
[ERROR]     com/fasterxml/jackson/core/util/DefaultPrettyPrinter$NopIndenter.class
[ERROR]     com/fasterxml/jackson/core/util/Separators.class
[ERROR]     com/fasterxml/jackson/core/sym/NameN.class
[ERROR]     com/fasterxml/jackson/core/format/DataFormatMatcher.class
[ERROR]     com/fasterxml/jackson/core/JsonPointer.class
[ERROR]     com/fasterxml/jackson/core/JsonParser.class
[ERROR]     com/fasterxml/jackson/core/util/MinimalPrettyPrinter.class
[ERROR]     com/fasterxml/jackson/core/async/ByteBufferFeeder.class
[ERROR]     com/fasterxml/jackson/core/async/NonBlockingInputFeeder.class
[ERROR]     com/fasterxml/jackson/core/util/JacksonFeatureSet.class
[ERROR]     com/fasterxml/jackson/core/JsonStreamContext.class
[ERROR]     com/fasterxml/jackson/core/JsonProcessingException.class
[ERROR]     com/fasterxml/jackson/core/Versioned.class
[ERROR]     com/fasterxml/jackson/core/JsonLocation.class
[ERROR]     com/fasterxml/jackson/core/exc/StreamReadException.class
[ERROR]     com/fasterxml/jackson/core/filter/TokenFilter.class
[ERROR]     com/fasterxml/jackson/core/TreeNode.class
[ERROR]     com/fasterxml/jackson/core/format/InputAccessor.class
[ERROR]     com/fasterxml/jackson/core/util/ThreadLocalBufferManager.class
[ERROR]     com/fasterxml/jackson/core/util/DefaultIndenter.class
[ERROR]     com/fasterxml/jackson/core/type/WritableTypeId$Inclusion.class
[ERROR]     com/fasterxml/jackson/core/io/CharTypes$AltEscapes.class
[ERROR]     com/fasterxml/jackson/core/io/MergedStream.class
[ERROR]     com/fasterxml/jackson/core/JsonParseException.class
[ERROR]     com/fasterxml/jackson/core/json/ByteSourceJsonBootstrapper.class
[ERROR]     com/fasterxml/jackson/core/exc/InputCoercionException.class
[ERROR]     com/fasterxml/jackson/core/Version.class
[ERROR]     com/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer.class
[ERROR]     com/fasterxml/jackson/core/json/PackageVersion.class
[ERROR]     com/fasterxml/jackson/core/util/DefaultPrettyPrinter$Indenter.class
[ERROR]     com/fasterxml/jackson/core/sym/Name1.class
[ERROR]     com/fasterxml/jackson/core/io/JsonStringEncoder.class
[ERROR]     com/fasterxml/jackson/core/io/OutputDecorator.class
[ERROR]     com/fasterxml/jackson/core/util/JsonGeneratorDelegate.class
[ERROR]     com/fasterxml/jackson/core/format/DataFormatDetector.class
[ERROR]     com/fasterxml/jackson/core/StreamWriteFeature.class
[ERROR]     com/fasterxml/jackson/core/io/DataOutputAsStream.class
[ERROR]     com/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer$TableInfo.class
[ERROR]     com/fasterxml/jackson/core/json/JsonReadFeature.class
[ERROR]     com/fasterxml/jackson/core/json/async/NonBlockingJsonParserBase.class
[ERROR]     com/fasterxml/jackson/core/io/SerializedString.class
[ERROR]     com/fasterxml/jackson/core/sym/CharsToNameCanonicalizer.class
[ERROR]     com/fasterxml/jackson/core/Base64Variant.class
[ERROR]     com/fasterxml/jackson/core/util/ThreadLocalBufferManager$ThreadLocalBufferManagerHolder.class
[ERROR]     com/fasterxml/jackson/core/JsonParser$NumberType.class
[ERROR]     com/fasterxml/jackson/core/JsonpCharacterEscapes.class
[ERROR]     com/fasterxml/jackson/core/StreamReadFeature.class
[ERROR]     com/fasterxml/jackson/core/JsonToken.class
[ERROR]     com/fasterxml/jackson/core/json/JsonWriteFeature.class
[ERROR]     com/fasterxml/jackson/core/JacksonException.class
[ERROR]     com/fasterxml/jackson/core/sym/Name3.class
[ERROR]     com/fasterxml/jackson/core/io/SegmentedStringWriter.class
[ERROR]     com/fasterxml/jackson/core/filter/JsonPointerBasedFilter.class
[ERROR]     com/fasterxml/jackson/core/json/JsonWriteContext.class
[ERROR]     com/fasterxml/jackson/core/util/VersionUtil.class
[ERROR]     com/fasterxml/jackson/core/filter/FilteringGeneratorDelegate.class
[ERROR]     com/fasterxml/jackson/core/type/ResolvedType.class
[ERROR]     com/fasterxml/jackson/core/type/TypeReference.class
[ERROR]     com/fasterxml/jackson/core/json/DupDetector.class
[ERROR]     com/fasterxml/jackson/core/util/DefaultPrettyPrinter$FixedSpaceIndenter.class
[ERROR]     com/fasterxml/jackson/core/io/NumberOutput.class
[ERROR]     com/fasterxml/jackson/core/base/GeneratorBase.class
[ERROR]     com/fasterxml/jackson/core/util/JsonParserDelegate.class
[ERROR]     com/fasterxml/jackson/core/io/JsonEOFException.class
[ERROR]     com/fasterxml/jackson/core/json/UTF8DataInputJsonParser.class
[ERROR]     com/fasterxml/jackson/core/util/DefaultPrettyPrinter.class
[ERROR]     com/fasterxml/jackson/core/format/MatchStrength.class
[ERROR]     com/fasterxml/jackson/core/JsonEncoding.class
[ERROR]     com/fasterxml/jackson/core/util/BufferRecycler.class
[ERROR]     com/fasterxml/jackson/core/json/async/NonBlockingJsonParser.class
[ERROR] 
[ERROR] Rule 4: org.codehaus.mojo.extraenforcer.model.RequireDeveloperRoles failed with message:
[ERROR] Found invalid developer role(s) '[creator]'
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

Hints welcome, but no pressure!

StRigaud commented 1 month ago

Yes, related to https://github.com/clEsperanto/clesperantoj_prototype/issues/61

We did not found a solution yet. Possibly remove support of Icy for now and wait for them to stabilize their build

StRigaud commented 1 month ago

Hi @haesleinhuepf

This should be fixed now. If using the main branch of clesperantoj and my branch of clij3 I was able to both build with mvn and run the 2 tests with Fiji imagePlus and imglib2 RAI.

I will PR my branch in the main here, and we can continue the development of clij3

StRigaud commented 1 month ago

Hi @haesleinhuepf ,

Did you have time to test this? is it working on your side?

haesleinhuepf commented 1 month ago

I can try on the weekend or next week Wednesday...

haesleinhuepf commented 1 month ago

It looks better now. Just some test is failing while building clesperantoj_prototype... I'll try with skipping tests...

[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:43 min
[INFO] Finished at: 2024-09-29T08:25:54+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project clesperantoj: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test failed: org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to discover tests: ClassSelector [className = 'TestAbsoluteIcySequence', classLoader = null] resolution failed: icy/image/IcyBufferedImage: icy.image.IcyBufferedImage ->
 [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
haesleinhuepf commented 1 month ago

It works!!

StRigaud commented 1 month ago

I already raised the issue for the tests, lets skip this for now :)