juandesi opened this issue 5 years ago · 1 comments
See this line here, it's searching for / but in windows systems should check for \.
/
\
raml-java-parser/src/main/java/org/raml/parser/tagresolver/ContextPath.java
Line 106 in 166fd51
Using Paths.get() is a possible solution OR File.separator
Paths.get()
Could you check that this works ? I don't have access to windows machines.
Closing, but don't be shy to reopen.