[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: Aurélien Vairet <avairet_at_groupeafg.com>
Date: 2007-11-14 13:24:29 CET

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

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.