ant - Idea highlighting tags in build.xml as not allowed -
my ide (idea) says: element 'property' not allowed here.
and other elements not allowed too. project building successfully. how can fix this?
it looks idea not recognizing file ant build file. fact <project>
tag in red indicates is, pardon pun, root of problem. try following:
- got file > invalidate caches / restart (or application > invalidate caches / restart on mac)
- click
invalidate , restart
button on "invalidate caches" dialog - let idea restart , re-index project.
another thing check, although long shot, ant support
plugin enabled in file > settings > plugins.
if not solve issue, can please put cursor on <project>
element , indicate error element.
Comments
Post a Comment