I found that it mattered what directory I was in when calling the bake
script:
Cake install folder = c:\wwwdev\cakeroot
App folder = c:\wwwdev\cakeroot\app
This works:
C:\wwwdev\cakeroot>php cake\scripts\bake.php -app app
("Please select a class to Bake: (M/V/C)")
This doesn't work:
C:\wwwdev\cakeroot\cake\scripts>php bake.php -app app
("Directory exists please choose another name:")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---