On Tuesday 12 June 2007 10:49:11 Robin wrote: > On Tue, 12 Jun 2007, Vincent de Phily wrote: > > I'm have set up the "my-apps" folder to be a symlink to the real folder > > (for various reasons, including easily testing my code on various > > versions of laszlo). > > I know it won't be completely useful, but I encountered this and solved it > by going the other way: the laszlo stuff is all in the tomcat directory, > and the link to it is in my development workspace.
Turning the system files <-> user files (laszlo framework <-> laszlo app) organisation on its head :/ And doesn't solve the multiple-laszlo-versions problem. > Also, have you tried hardlinking the directory rather than symlinking? I don't know what OS you're using, but hardlinking directories is not allowed on linux (only files). > Out of curiosity, why do you need to test under various laszlo versions? > Typically you'd have control over what version you're using. Because I update to nightly builds regularly (new stuff working... new stuff broken... lots of fun...) and I sometimes compare versions to see if the bug is in my app or in laszlo. -- Vincent de Phily
