eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

Resolve relative file using Path #311

Closed vietj closed 4 years ago

vietj commented 4 years ago

The codegen processor resolves relative file against a given output directory using the string representation of the path. Instead we should convert string URI in java.nio.file.Path and use their API to ensure cross platform correct behavior.