spring-attic / spring-ide

Spring Development Environment for Eclipse
299 stars 126 forks source link

STS 4.1.0 properties issue with file paths #340

Open jerelw opened 5 years ago

jerelw commented 5 years ago

I have backslashes in my properties that are getting flagged as Errors for "extraneous input '\' expecting line break and missing line break at '\'.

The weird thing is that if I close each properties file, the error goes away.

Is there an application.properties setting I can modify to prevent these windows type file paths from being flagged as Errors?

kdvolder commented 5 years ago

I think this is a duplicate of https://github.com/spring-projects/sts4/issues/62

So closing it as a duplicate.

Is there an application.properties setting I can modify to prevent these windows type file paths from being flagged as Errors?

Unfortunately, I don't think so.