Hi Nagy!
Thank's for your rapid answer!
I will test your solution, but it is not practical to do that for each project...
I don't know if you are a member of Subclipse team, but maybe adding an option to the checkout function in Subclipse will be better (e.g. "choose your project type for checkout").
BR
Aurélien
----- Original Message -----
From: Nagy Péter
To: users@subclipse.tigris.org
Sent: Wednesday, November 14, 2007 12:33 PM
Subject: Re: [Subclipse-users] Problem with Eclipse PDT
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 13:25:25 2007