fixed in r2847
Thanks,
Fabien
Ryoichi Kobe wrote:
> Hi,
>
> System:
> Symfony-alpha 2797
> WindowsXP SP2
> PHP 5.2.0
>
> When execute following command
>> symfony init-module frontend testmodule
>
> then output follow
>>> file+ [snip]/testmodule/...al/frontend/testActionsTest.php
>>> tokens [snip]/testmodule/...al/frontend\testActionsTest.php
>
> and can't create 'testmodule' directory in 'frontend/module' directory.
>
> Change data/symfony/tasks/sfPakeGenerator.php
>
> ================================================================================
> --- sfPakeGenerator.php.org 2006-11-24 21:24:02.584589400 +0900
> +++ sfPakeGenerator.php 2006-11-24 21:47:12.553339400 +0900
> @@ -152,7 +152,7 @@
>
> // create basic application structure
> $finder =
> pakeFinder::type('any')->ignore_version_control()->discard('.sf');
> - pake_mirror($finder, $sf_skeleton_dir.'/module/', $module_dir);
> + pake_mirror($finder, $sf_skeleton_dir.'/module', $module_dir);
>
> // create basic test
> pake_copy($sf_skeleton_dir.'/test/actionsTest.php',
> $sf_root_dir.'/test/functional/'.$app.'/'.$module.'ActionsTest.php');
> ================================================================================
>
> And 'symfony init-module' command was correctly executed.
>
> By comparison, 'symfony init-app' command was correctly executed.
>
> Please fix.
>
> regards,
> Ryo
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---