Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个来自TrortoiseSVN. 当我将这个项目导入workspace使用 ANTbuild.xml时,它变成了一个简单的 java 项目。它无法识别web-inf和 web 根文件夹。我如何将这个项目导入workspace?
TrortoiseSVN
workspace
build.xml
对于 Juno,执行 File->New->Other,然后选择 File -> New -> Other,在 New 对话框中,从 Existing Ant Buildfile 中选择 Java Project
尝试以不同的方式导入项目,也许将其作为现有项目导入 eclipse
您可以根据需要创建一个空项目,然后将文件复制到您创建的项目中。然后输入“F5”看看成功与否!