Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

conllueditor windows error #23

Closed FedeIure closed 1 year ago

FedeIure commented 2 years ago

Hi, I'm a windows user trying to install conllueditor. I got this error as in the attachment, yet the tool seems to be working. Could you please tell me what does it affect, and how I could fix it?

Thanks for your time!

Federica stderr_output.txt

jheinecke commented 2 years ago

Hi, you are referring to the first two error messages ? Looks like compilation errors with maven, but since it is working for you, the compilation seems to have worked. I have not yet observed this on my Windows. What java/maven versions do you use ? If the editor works for you and your conllu-file is correctly modified, the error could be ignored...

Stormur commented 2 years ago

Hi! Everything went fine when compiling with mvn install -DskipTests, and conllueditor seems to be working fine after that. The reported error message does not appear to be the complete one printed on screen: there was a list of conllu-like rows highlighted in red before the final message of build failure.

The java and maven versions are the latest ones, since they have been installed in this occasion.

jheinecke commented 2 years ago

I will check why the tests do not work on Windows (pb a path name issue). Please give me nevertheless the java/maven version to be sure that I use the same

FedeIure commented 2 years ago

thanks! Here you go: java 8 update 333, java SE development kit 18.0.1.1, maven 3.8.5.

jheinecke commented 2 years ago

try the (pre-)release where everything comes compiled and ready to use. The only thing you need to install eventually is java