ContentMine / ami

Apache License 2.0
13 stars 14 forks source link

Results analysis fails: "Can not find plugin: null:null" #44

Open tarrow opened 8 years ago

tarrow commented 8 years ago

Windows error message when running cmine ......................Exception in thread "main" java.lang.RuntimeException: Can not find plugin: null:null at org.xmlcml.ami2.plugins.ResultsAnalysis.makeHtmlDataTable(ResultsAnal ysis.java:243) at org.xmlcml.ami2.plugins.CommandProcessor.createDataTables(CommandProc essor.java:142) at org.xmlcml.ami2.plugins.CommandProcessor.main(CommandProcessor.java:1 74)

tarrow commented 8 years ago

This bug just reared it head again for another windows user. I'm trying to figure out why it is a platform specific problem.

tarrow commented 8 years ago

I think I've tracked it down: /cmine/src/main/java/org/xmlcml/cmine/files/SnippetsTree.java had a not platform portable regex I think.