Skip to content

UBY dependency versions are messed up #3

@gbella

Description

@gbella

There are two dependency sections (!) in the pom. One is stating a dependency on dkpro.uby 0.7.0-SNAPSHOT, the other one on 0.7.0-div-SNAPSHOT (that does not seem to exist). Meanwhile, the dkpro-uby fork bundled with Diversicon is of version 0.8.0.

Probably because of this, when compiling DivMaker, one gets the following bug:
DivMaker.java:[253,21] error: incompatible types: String cannot be converted to File

This is because Uby's WNConverter constructor expects a File parameter while DivMaker is providing a String filename parameter.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions