Ant compile plug-in

Does anyone know if a plugin exists to allow ant to compile using the IDEA compiler?

Or if there is no plugin, is it possible to achieve this in some other way.

My basic problem is that I have to use ant to compile because our project is so big and doesn't really fit IDEA's idea of modules.

This means I have to compile with ant and then compile with IDEA in order to do debugging through IDEA. Which is a pain to say the least.

Thanks

0
Avatar
Permanently deleted user

You shouldn't have to compile with IDEA's compiler to do debugging.

"Martin Bayly" <mbayly@webct.com> wrote in message
news:15383701.1086811640544.JavaMail.itn@is.intellij.net...

Does anyone know if a plugin exists to allow ant to compile using the IDEA

compiler?
>

Or if there is no plugin, is it possible to achieve this in some other

way.
>

My basic problem is that I have to use ant to compile because our project

is so big and doesn't really fit IDEA's idea of modules.
>

This means I have to compile with ant and then compile with IDEA in order

to do debugging through IDEA. Which is a pain to say the least.
>

Thanks



0

请先登录再写评论。