External build tools
Help!!
Outside IDEA, how do I turn my associated .java class and .form screen definition into a .class file??
Presumably anyone doing automatic builds on different hardware platforms will need to be able to do this??
Thanks
Steve Jones
请先登录再写评论。
Hello
Maybe this help you:
http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesignerFAQ#How_to_use_UI_designer_ANT_task_
Thanks
"Steve Jones" <no_reply@jetbrains.com> wrote in message
news:10677737.1075111727883.JavaMail.itn@is.intellij.net...
>
definition into a .class file??
>
will need to be able to do this??
>
You can also install the GuiSource plugin, generate source code that uses Swing's GridBag layout manager and and have source you can compile without custom ant tasks or special jar files.