issues
search
vert-x
/
mod-lang-scala
Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-lang-scala
Apache License 2.0
77
stars
29
forks
source link
gh-172 Fix module location for compilation on Windows (1.0.x)
#174
Closed
galderz
closed
10 years ago
galderz
commented
10 years ago
Using toExternalForm on URL produces a UNIX-style path which does not work fine on Windows machines. Instead, create a File with the URL's URI and get absolute path for it, which produces a platform dependant path.