Closed
Description
When using the sbe-tool from the latest sbe-tool nuget package: 0.1.12-1-beta-1, code generation immediately fails
Exception in thread "main" java.lang.NoClassDefFoundError: org/agrona/MutableDirectBuffer
at uk.co.real_logic.sbe.SbeTool.<clinit>(SbeTool.java:82)
Caused by: java.lang.ClassNotFoundException: org.agrona.MutableDirectBuffer
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 1 more
It seems that the nuget package contains the WRONG jar, it should have contained the jar from the: sbe-all/build/libs/
folder which contains all the required java deps, but instead it uses the jar from the sbe-tool/build/libs/
folder which is partial as far as running the complete sbe-tool is...
Would it be OK for me submit a PR that fixes this and for someone who has access to the nuget account (I presume @billsegall) to publish an updated nuget package?
As far as I can tell, this thing is dead out of water from nuget....
Metadata
Metadata
Assignees
Labels
No labels