How to import existing java web projects with ant

2019-07-21 10:19发布

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).

标签: eclipse ant
1条回答
对你真心纯属浪费
2楼-- · 2019-07-21 11:08

For Juno, do File->New->Other, then select File -> New -> Other, and at the New dialog, select Java Project from Existing Ant Buildfile

查看更多
登录 后发表回答