generating .ipr and .iml files
Hi ,
My project team is quite diverse and large. Developers keep changing/adding new dependencies/libraries.
So I wanted to get rid from wageries of fixing path/classpath every morning.
Is there a way I can generate .ipr and .iml files using Ant task ?
Cheers.
请先登录再写评论。
Why don't you just share the ipr and iml with a version control system?
We recently changed to maven 2, with this feature being one of the driving factors. Maven has a plugin that generates the intellij project and module files for you. We changed about 3-4 months ago and are very happy.
cheers,
dim
Furthermore EAP is currently building up maven support, it's not yet perfect but looks very promising to me