On 2019-05-14, Jaikiran Pai wrote: > I don't expect the module name's front slash to be replaced with a file > separator.
Ant does, I'm pretty sure. The type of <java>'s modulepath is an Ant Path and as such each entry is treated as a file name and the usual file separator suspects are mapped to their OS specific versions. The argument is a path as it points to modules and uses the OS specific module separator. I'm not sure how we best fix this, we could check each entry to see whether it points to an existing archive or directory and only adjust slashes if they are, maybe. In either case this is something that needs to be fixed on the Ant side of things. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org