How to import Project/Module from build.xml?
I have had mixed success with Eclipse import, but see no comparable means of making easy use of JME3, which comes with Ant's build.xml files.
Is there some way I can quickly have IDEA 10 see this file and make a Project from it?
tone
请先登录再写评论。
Since an Ant build file doesn't define the project layout in any structured form, it cannot be used for importing into IntelliJ IDEA.
This is a feature supported by Eclipse and NetBeans. You wanna say major Java IDE like Idea has developers that cannot implement such trivial feature?
It is a shame that Idea STILL lacks this feature, ignoring major Java build tool like Ant in a matter of generating project files based on build.xml.
I need this feature a lot in my work. And i'm sure i'm not alone.