knowsys / rulewerk

Java library based on the VLog rule engine
Apache License 2.0
32 stars 13 forks source link

Core: DatasourceDeclaration toString is OS dependent for FileDataSources. #140

Closed irina-dragoste closed 4 years ago

irina-dragoste commented 4 years ago

solution: have FileDataSource with a String field instead of a File field. Have toString/Serializer return the string field.