You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.stream.Collector com.google.common.collect.ImmutableSet.toImmutableSet()'
at org.geneontology.obographs.owlapi.FromOwl.generateGraph(FromOwl.java:236)
at org.geneontology.obographs.owlapi.FromOwl.generateGraphDocument(FromOwl.java:63)
at org.obolibrary.robot.IOHelper.saveOntologyFile(IOHelper.java:1720)
at org.obolibrary.robot.IOHelper.saveOntology(IOHelper.java:846)
at org.obolibrary.robot.CommandLineHelper.maybeSaveOutput(CommandLineHelper.java:667)
at org.obolibrary.robot.ConvertCommand.execute(ConvertCommand.java:141)
at org.obolibrary.robot.CommandManager.executeCommand(CommandManager.java:244)
at org.obolibrary.robot.CommandManager.execute(CommandManager.java:188)
at org.obolibrary.robot.CommandManager.main(CommandManager.java:135)
at org.obolibrary.robot.CommandLineInterface.main(CommandLineInterface.java:60)
The text was updated successfully, but these errors were encountered:
Since when has this been an issue? obographs-owlapi pulls in guava (the library where Google Immutable Collections lives) as a transitive dependency from obographs-core. Have you added the obographs-core dependency to robot-core/pom.xml too?
As far as ROBOT is concerned, the problem was introduced in #934. When I build 999ded2, Nico's robot convert example succeeds, and when I build c195f5b it fails with the error above.
ROBOT 1.8.4:
causes:
The text was updated successfully, but these errors were encountered: