码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-01-11 10:19:44      阅读:229      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!