保存 JSP 和 XML 文件时构建 Eclipse Workspace
每当我尝试保存任何 JSP 或 XML 文件时..Eclipse 都会尝试编译工作区中的所有文件,还将所有 .svn 文件复制到类目录中,导致构建速度非常慢。 eclipse中有没有任何标志可以避免这个问题?
预先感谢您。 阿卜杜勒·拉布·汗
Whenever I am trying to save any JSP or XML file..Eclipse is trying to compile all the files in the workspace, also copying all the .svn files to the classes directory, causing the build to be very slow. Is there any flag in eclipse to avoid this problem?
Thanking you in Advance.
Abdul Rab Khan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以完全关闭自动构建,但我不知道仅针对 JSP 关闭它的选项。
至于 .svn - 安装 subclipse - 它应该管理诸如忽略 svn 文件之类的事情。
您还可以在
首选项>中使用
。过滤资源
java>编译器>建筑物>输出文件夹You can turn off automatic builds at all, but I'm not aware of optnion about turning it off only for JSPs.
As for .svn - install subclipse - it should manage things like ignoring svn files.
You can also use
filtered resources
inpreferences > java > compiler > building > output folder
.