zoukankan      html  css  js  c++  java
  • Maven学习总结(26)——maven update时,报:Preference node "org.eclipse.wst.validation"...

    详细情况如下:

    An internal error occurred during: "Updating Maven Project".

    Preference node "org.eclipse.wst.validation" has been removed.

    解决方案:

    重启下eclipse,我的就是这样解决的!

    "org.eclipse.wst.validation" has been removed

    导出maven工程遇到的问题,"org.eclipse.wst.validation" has been removed,还以为是工程本身的问题,后来发现是eclipse的问题。

     

    解决办法:

     把D:kaolakaolaWorkSpace.metadata.pluginsorg.eclipse.core.runtime.settings 下的org.eclipse.wst.validation.prefs 删除就可以了 
     
    参考资料:
    http://stackoverflow.com/questions/21414565/updating-maven-project-has-encountred
     
    参考以下解决办法,未能解决:

    Same probleme here, there the solution I fix it

    • Open the .project file with your prefered text editor.

    • delete the node that is about "org.eclipse.wst.validation"

    • Close your project

    • Open your project

    • Launch Maven Update...

    Should be good.

    Another way to fix it, if you don't want to change your .project config (or if you had several projects that must be fixed)

    • Close your workspace (or eclipse)

    -move out <WorkspaceDir>.metadata.pluginsorg.eclipse.core.resources.projects from the workspace directory

    -reopen you workspace

    • close it again

    -move back the .projects dir (say yes to replace questions ? )

    • open you workspace

    • Launch Maven Update

    Should be good

     

    参考以下答复,解决问题:

    It appears that deleting the file org.eclipse.wst.validation.prefs in the directory .metadata/.plugins/org.eclipse.core.runtime/.settings (default settings for workspace) or .settings in each individual project will cause the settings for validation to be reset to their original settings. You can then use validation without getting error messages and try resetting the options from there. However, I'm not sure what combination of settings would cause the problem to reappear. However, if it does, you can repeat the process.


  • 相关阅读:
    AutoMapper,对象映射的简单使用
    Angular 4.0从入门到实战
    IE报错:The given path's format is not supported
    原生js中slice()方法和splice()区别
    使用jquery插件ajaxfileupload一次上传多个文件,示例
    C#路径中获取文件全路径、目录、扩展名、文件名称
    NET二进制图片存储与读取的常见方法,iTextSharp添加图片生成PDF文件
    Type.GetType()反射另外项目中的类时返回null的解决方法
    C#中对于Enum类型的遍历
    读取word到二进制,再转成word
  • 原文地址:https://www.cnblogs.com/zhanghaiyang/p/7212822.html
Copyright © 2011-2022 走看看