Two different behaviour in Run and build
Hi,
When I Run the project my custom language plugin works fine. But When I build the project and deploy
I get the following error. This error is not appeared for for same input when I Run the project
ERROR - pplication.impl.LaterInvocator - startOffset outside the host file
java.lang.AssertionError: startOffset outside the host file
Why lexer behaves in two different ways in Run and build.
Thanks..!!
Please sign in to leave a comment.
I also noticed that when I install my plugin It jar is not within a lib folder in .intellijIdea11/config/plugins/myplugin directory where as other
plugins have this common structure.
In my case myplugin.jar is at the .intellijIdea11/config/plugins/ directory.
Is there sometning wrong ?
Thanks..!!