I am trying to create a qx application with a custom directory structure (maven-like): - config.json and Manifest.json in /src/main/config - qx classes in /src/main/qx - resources in /src/main/resources - translations in /src/main/translations
I am executing: $ python /path/to/qooxdoo-sdk/tool/bin/generator.py build --macro=QOOXDOO_PATH: /path/to/qooxdoo-sdk --config=/path/to/application/src/main/config/config.json and by tweaking the "provides" section in Manifest.json I am able to tell the generator script where to get the sources and resources. The compiled script is however dumped in /path/to/application/build/script/app.js and I would like to tell the generator to dump it in /path/to/application/target/build when I specify the "build" parameter and to /path/to/application/target/source when I specify the "source" parameter. Is this possible? Thank you, -- Marius -- View this message in context: http://qooxdoo.678.n2.nabble.com/Custom-directory-structure-tp6423418p6423418.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
