Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ant task for compiling GUI forms (Intellij IDEA)

How I can create a Ant task to compile GUI forms (XML) in Intellij IDEA? I use Scala and Java in my project. Java only for GUI class, and I create it with Intellij IDEA UI Designer.

like image 852
barroco Avatar asked Aug 08 '10 13:08

barroco


1 Answers

Please don't beat me, but after setting the 'Generate Ant Build'-dialog like:

enter image description here

the errors are gone:

enter image description here

like image 154
Martin Pfeffer Avatar answered Oct 30 '22 03:10

Martin Pfeffer