specify a compile command for files of a certain type
I have javacc file with the extension jj and I want to associate the javacc compiler with it, so when I build/make the project javacc is invoked on the file.
Is this possible with intellij idea?
Thanks
请先登录再写评论。
You can associate custom file extension with the file type(s), that the corresponding compiler is meant to compile.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"cbasil" <no_reply@jetbrains.com> wrote in message news:10518233.1189752090663.JavaMail.itn@is.intellij.net...
>I have javacc file with the extension jj and I want to associate the javacc compiler with it, so when I build/make the project
>javacc is invoked on the file.
>
>