Adrien,

I started using the freeze task a few weeks ago and noticed that it would
link the two plugins you mentioned. However, instead of linking them to the
"frozen" local copy of the framework, it linked them to the original
installation of sf outside of the project, which kind of defeats the purpose
of freezing. It looks to me like this is the same thing that is happening to
you.
I tested this on sf 1.2.5 through 1.2.8 - all exhibit the same behavior.

Is ../../../Symfony/1.2 your sf library location outside of your sf project?

I opened a ticket against sf1.2
(http://trac.symfony-project.org/ticket/7204#preview) but it has not even
been reviewed yet. I also posted a question in the forum and no answer
(http://forum.symfony-project.org/index.php/t/23021/).

On windows it works because it simply copies the files into the web folder
(there is no symlink concept on that OS), but on Linux the links are
definitely wrong (links are fine, but they point to the wrong target).

I wrote a task to fix them (freezefix).

Henning

-----Original Message-----
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of Adrien Mogenet
Sent: Wednesday, October 07, 2009 3:10 AM
To: symfony users
Subject: [symfony-users] Strange behaviour when freezing project


Hi everyone,

I'm using sf1.2 (trunk), and 2 plugins : sfPropelPlugin and
sfProtocolousPlugin.

Once I `symfony project:freeze /path/to/sf/`, I noticed that both
plugins folders in /web are... linked !

cd web && ls -l :
sfPropelPlugin -> ../../../Symfony/1.2/lib/plugins/sfPropelPlugin/web
sfProtoculousPlugin -> ../../../Symfony/1.2/lib/plugins/
sfProtoculousPlugin/web


Well, did I forget something ?

--
Adrien Mogenet
http://adrien.frenchcomp.net
http://www.ze-technology.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to