开发者

Eclipse XML catalog entry - dot in directory

开发者 https://www.devze.com 2023-02-12 15:54 出处:网络
Is there a way how to locati开发者_JAVA技巧on of XML catalog entry in Eclipse where location has dot in one of its directories, for example when location is C:\\Users\\xyz\\.m2\\repository\\org\\sprin

Is there a way how to locati开发者_JAVA技巧on of XML catalog entry in Eclipse where location has dot in one of its directories, for example when location is C:\Users\xyz\.m2\repository\org\springframework\spring-beans\3.0.3.RELEASE, Add XML Catalog Element popup gives me this message "URI must not include '.' or '..'".

The problem is in .m2 directory (it has dot). Do I have to rename it or is there a way to get around the problem?


Try using a URI escape for a dot... %2E

0

精彩评论

暂无评论...
验证码 换一张
取 消