You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since they are templated files, that's sort of expected. I'm not entirely sure how to remedy this though.
Either Eclipse would have to recognise it somehow, or these files will have to be excluded from Eclipse validation. The latter can be done via an Eclipse project file, but these are excluded themselves it .gitignore.
It seems than Eclipse Oxygen.3a Release (4.7.3a) is unable to recognize these 3 VTL statements at the beggining of xhtml/xml files:
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
For xml files the error is "Content is not allowed in prolog".
For layout.xhtml the warning is "Invalid text string".
Thanks in advance. Awesome work!
The text was updated successfully, but these errors were encountered: