Ralf Nieuwenhuijsen wrote:
> PS. I solved this problem by symlinking everything. [but it's very 
> very dirty]
> But at least I get all the freedom I need, without exposing server 
> side code, generator scripts, etc.
>
> This is my structure:
>
>   my-rails-app/
>      app/
>      config/
>      db/
>      doc/
>      lib/
>      log/
>      tmp/
>      public/
>        qooxdoo -> ../qx/qooxdoo
>        source -> ../qx/source
>        api -> ../qx/api
>        index.html -> ../qx/build/index.html
>        resources -> ../qx/build/resources
>        script -> ../qx/build/script
>      qx/
>        qooxdoo -> /opt/qooxdoo82
>        config.json -> ../config/qx.json
>        cache -> ../tmp/qx/cache
>        source/
>           class -> ../../app/qx
>           translation -> ../../config/locales
>      
>
> Then I added some rake tasks, since the ./generate.py script only 
> works properly in its own directory

I don't use generate.py at all, but put $QOOXDOO_PATH/tool/bin in my 
PATH, and call generator.py directly.

T.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to