Hi, If you are working on a Unix based OS, this is very easy.
The following steps assume that you have downloaded Lime2 to lib/vendor/Lime2 and that the symfony source code is located in lib/vendor/symfony. 1. Rename the original lime.php cd lib/vendor/symfony/lib/vendor/lime mv lime.php lime.php.bak 2. Create a symlink pointing to the lime.php of Lime2 ln -s ../../../../Lime2/lib/lime.php lime.php (You might have to fiddle with the paths if your setup is different.) If you are working on Windows, things are a bit more complicated. I will post a guide if this is the case :-) That's all. Please tell me if you encounter any bugs. Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com 2009/8/30 Crafty_Shadow <[email protected]>: > > Should I choose to use lime 2.0, would I be able to do so by simply > creating a "lime" directory in my lib folder, and rely on Symfony's > autoloading to take care of the inclusion order? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
