How config Aptana Studio 3 for running CakePHP bake shell script?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Several times I came up to this thread while searching Stack Overflow and Google for an answer too. I noticed that Aptana 3 doesn’t have a “Tools –> External Tools” item anymore, although Aptana 2 had this great feature by default.
I couldn’t find any solutions, so I started to find out myself. For all people having the same problem, here’s the solution:
The feature is there, but not available on default.
To complete the whole case, here is the configuration I use for the CakePHP Bake External Tools. It’s a little bit different than suggestions elsewehere, but it makes it independent for each project.
CakePHP 1.x
Using ${project_loc} in the location (step 4) will locate the Cake console of your current project. While most projects in my case uses the latest version (currently 1.3 branche), older projects may still use the 1.2 or even the 1.1 branche. The bake console may differ from branche to branche.
UPDATE Aug 22nd 2014
As I’ve posted this solution in 2011 and people are still using this topic, here’s how it works for the new CakePHP 2.x range.