Development

#3 (symfony command line problem on windows platforms for t-projects)

You must first sign up to be able to contribute.

Ticket #3 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

symfony command line problem on windows platforms for t-projects

Reported by: francois Assigned to: marc
Priority: major Milestone:
Component: Version: 0.4.0
Keywords: Cc:
Qualification:

Description

When creating a project on a Windows platform, if the project name starts with t, s or some other characters, the symfony command will fail since

\tsomething\

is understood as

<TAB>something\

So the \ have to be changed to / in the paths Example buggy command:

symfony init-project testapp

works, but then in the testapp/ directory,

symfony init-app myapp

gives a warning, and

symfony build-model

fails

Change History

10/31/05 22:14:35 changed by admin

  • owner set to marc.

11/01/05 15:29:55 changed by RoVeRT <rovert@rovert.net>

  • status changed from new to closed.
  • resolution set to fixed.

tested with latest SVN on WinXP and found no problems with base dir of "c:\mystuff\test one"