]
Tibor Zimányi updated DROOLS-3230:
----------------------------------
Story Points: 2
DMN - Generating sources for executable model uses wrong paths on
Windows
-------------------------------------------------------------------------
Key: DROOLS-3230
URL:
https://issues.jboss.org/browse/DROOLS-3230
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.13.0.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
Priority: Critical
This change [1] introduced the use of Path.toString() method, which returns OS dependent
path string. However MemoryFileSystem works just with "/" path separators, so
the compilation cannot find generated source files on Windows, because the paths contain
"\" instead of "/".
[1]
https://github.com/kiegroup/drools/pull/2117/files#diff-10fdf1615822ed09a...