Fork me on GitHub
#lumo
<
2017-07-19
>
moxaj21:07:55

with lumo -c c:\\x.jar, my source paths become c and \\x.jar, which then turns into e:\\x.jar (since I run lumo from drive e)

moxaj21:07:44

it seems like srcPathsFromClasspathStrings from util.js splits on :, despite path.delimiter being ; on windows

moxaj21:07:21

:thinking_face:

anmonteiro21:07:55

fixed that in master the other day