raml-org/raml-java-parser

ContextPath is not working on windows ending in invalid paths.

juandesi opened this issue · 1 comments

See this line here, it's searching for / but in windows systems should check for \.

Using Paths.get() is a possible solution OR File.separator

Could you check that this works ? I don't have access to windows machines.

Closing, but don't be shy to reopen.