How to make IDEA recognize <iajc> tag in ant support?
i have tried:
1) add aspectj*.jar to classpath
2) add aspectj*.jar to IDEA/lib
3) unpack option.jar and pack the aspectj*.jar to it
....
and in IDEA, the tag]]> is still red. but when I build it has no error.
How to make IDEA recognize it?
Thanks in advance
Please sign in to leave a comment.
- add aspectj*.jar to $IDEA_HOME/lib
- add aspectj*.jar to classpath in Ant build properties
Should help.
U¿ytkownik "Aeros Lau" <aerosl@elibrium.com> napisa³ w wiadomo¶ci
news:25809451.1066108397868.JavaMail.itn@is.intellij.net...
>
thank you.
But it's still not work. :(