Talk

Setting up your workstation for extension development (build with Phing)

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This article fails to explain the content of the original package before it is installed, way before setting up PHING needs improvement.

Quite unfair comment that. Mark's previous two articles cover the setup of XAMPP/Eclipse/Joomla in comprehensive detail. http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development http://docs.joomla.org/Setting_up_your_workstation_for_Joomla%21_development_--_Part_2 (Pete Nurse 00:43, 16 March 2010 (UTC))

Tips & Traps for Eclipse/SVN/JoomlaCode[edit]

These are issues that I've come up against. Maybe my solutions are not definitively correct.

  • To create a JoomlaCode account, go to http://joomlacode.org/gf/project/ and click on the "add new Project" at the very bottom of the page. In time your application will be reviewed and (hopefully) approved.
  • When deleting a folder from your SVN project, deleting the folder in the local client and then selecting Team->Commit can give the error svn Commit failed item . . . is out of date. To overcome this, delete the folder in the SVN repository (Window->Show View->SVN Respositories) first and then select Team->Update to HEAD.