[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Problem with Eclipse PDT

From: Nagy Péter <antronin_at_gmail.com>
Date: 2007-11-14 12:33:42 CET

Hi Aurélien,

I would suggest to simply do the following:
After you checked out from SVN open the file called .project. It should be
created by Eclipse during the checkout. It is an XML file. Inside it search
the <buildspec> section and add a new element to it:
<buildCommand>
        <name>org.eclipse.wst.validation.validationbuilder</name>
        <arguments>
        </arguments>
</buildCommand>
And in the <natures> section add the folowing:
<nature>org.eclipse.php.core.PHPNature</nature>

Then close the project and open it again. This will transform your project
into an Eclipse PDT PHP project.
Hope that helps, and if anybody has a faster solution for this, please let
me know.

-- 
NP
Received on Wed Nov 14 12:55:02 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.