How to import existing java web projects with ant build.xml

I am trying to import an existing java web projects (built using ant build.xml) into Eclipse, using the Import functionality, but Eclipse does not recognize it as a project.

How can I import the projects into eclipse?

--- Edit --- What I did was to import the project as Java project. Yes there is an option in Eclipse 3.5 to import ant project into eclipse. New Project -> Java Project -> Import Ant project(or something similar).


对于Juno,执行File-> New-> Other,然后选择File - > New - > Other,然后在New对话框中从现有Ant Buildfile中选择Java Project

链接地址: http://www.djcxy.com/p/44376.html

上一篇: 将GitHub项目导入Eclipse

下一篇: 如何用ant build.xml导入现有的java web项目