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

0
Avatar
Permanently deleted user

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...

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



0

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.

0

请先登录再写评论。