Development

#2590 (Executing `plugin-install` in a Windows environment results in wrong copied files in `web`)

You must first sign up to be able to contribute.

Ticket #2590 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

Executing `plugin-install` in a Windows environment results in wrong copied files in `web`

Reported by: klemen Assigned to: fabien
Priority: major Milestone: 1.0.12
Component: plugins Version: 1.0.8
Keywords: Cc:
Qualification: Unreviewed

Description

When executing symfony plugin-install <any plugin url or file> that contains a web directory, Symfony doesn't copy the contents of that directory into web/pluginName but copies the contents of the project root directory into web/pluginName.

Attachments

2590.diff (0.6 kB) - added by lking on 12/21/07 00:14:26.

Change History

11/29/07 09:48:06 changed by basta

Yes. I have the same. symfony version 1.0.8

12/21/07 00:14:26 changed by lking

  • attachment 2590.diff added.

12/21/07 00:32:37 changed by lking

didn't seen #2609 erlier. maybe those solution is better, or maybe here need to apply both solutions. at any way, one from this tickets is duplicate

01/23/08 08:19:16 changed by fabien

  • milestone set to 1.0.12.

01/23/08 11:53:32 changed by develop7

I've got same problem, made some investigation and submitted a patch in #2803

(follow-up: ↓ 6 ) 02/04/08 16:57:03 changed by amirali1982

I had the same problem when installing sfAjaxUploaderPlugin in windows environment.

(in reply to: ↑ 5 ; follow-up: ↓ 7 ) 02/04/08 17:00:13 changed by amirali1982

Replying to amirali1982:

I had the same problem when installing sfAjaxUploaderPlugin in windows environment.

One thing that I forgot to mention is that it happened when I used the CLI to install plugin, but when I used SubEclipse? inside EclipsePDT, it installed to its proper location.

(in reply to: ↑ 6 ) 02/08/08 14:44:18 changed by amirali1982

Sorry, I was referring to SymfoEclipse?, not SubEclipse?, inside EclipsePDT.

03/06/08 00:36:12 changed by COil

Same here. Wamp PHP 5.2.5 - sf 1.0.11

03/20/08 18:33:06 changed by noel

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

(In [8006]) fixed plugin-install command on windows (closes #2590)