> Yes, I burned my fingers and lots of time there :) Make sure you > always use absolute paths and no links when creating the app and from > there it's a smooth sail. I tried using a symlink and it b0rked big > time on me and I was wondering what went wrong.
Symlinks shouldn't hurt if you're on a *ix system and +FollowSymlinks is on in your apache config. Also, absolute paths are not necessary when you run create-application.py (I assume this is what you're refering to), since it's only copying files and a bit of macro expansion. The crucial thing are the relative URIs used in the source script of the generated app. T. > > cheers, > skar. > -- > -- > The life so short, the craft so long to learn. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
