首页 > Web开发 > 详细

the resource is not on the build path of a php project

时间:2016-01-11 10:18:16      阅读:167      评论:0      收藏:0      [点我收藏+]

打开工程里面的.project文件,确保里面的红色标记行都正确且存在,即可成功!

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>wmsadminapi</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.eclipse.wst.validation.validationbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.dltk.core.scriptbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.common.project.facet.core.builder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
          <nature>org.eclipse.php.core.PHPNature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
        <nature>net.sourceforge.phpeclipse.phpnature</nature>
    </natures>
</projectDescription>

 

the resource is not on the build path of a php project

原文:http://www.cnblogs.com/sdgf/p/5120220.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!