Talk

Difference between revisions of "Setting up your workstation for extension development (build with Phing)"

From Joomla! Documentation

Line 13: Line 13:
 
::[http://forum.joomla.org/viewforum.php?f=406 forum.joomla.org: JoomlaCode.org]
 
::[http://forum.joomla.org/viewforum.php?f=406 forum.joomla.org: JoomlaCode.org]
  
::[http://docs.joomla.org/JoomlaCode_FAQs docs.joomla.org: JoomlaCode FAQs]
+
::[http://docs.joomla.org/JoomlaCode_FAQs docs.joomla.org: JoomlaCode FAQs (mostly admin stuff)]
  
 
::[http://joomlacode.org/gf/project/attachments/forum/?action=ForumBrowse&forum_id=7017 joomlacode.org: FAQs]
 
::[http://joomlacode.org/gf/project/attachments/forum/?action=ForumBrowse&forum_id=7017 joomlacode.org: FAQs]

Revision as of 22:10, 15 March 2010

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.

  • Good JoomlaCode resources (and they're hard to find!) are at:-
forum.joomla.org: JoomlaCode.org
docs.joomla.org: JoomlaCode FAQs (mostly admin stuff)
joomlacode.org: FAQs
  • To create a JoomlaCode account, go to the JoomlaCode Project page and click on the "add new Project" bottom at the very bottom of the page. In time your application will be reviewed and (hopefully) approved.
  • To initially put your project under SVN version control, right click the project folder and then select Team->Share Project....
  • Eclipse will not let you upload to the root folder of your JoomlaCode Project. Instead, upload to a folder with the same name as your Eclipse project.
  • When deleting a folder in Eclipse's Explorer window and then commit by right clicking and selecting Team->Commit you can (do?) get the following 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 right click on teh folder and select Team->Update to HEAD.
  • Under some circumstances, you might find that you cannot write to the reposisitory receiving the following error:-
svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request
This may be due to a problem with password caching. The following page shows how to clear the cached passwords:-
http://help.collab.net/index.jsp?topic=/faq/clear_old_password.html

--Pete Nurse 01:35, 16 March 2010 (UTC)