Hi,

gal.rubinstein wrote:
> Hello all,
Welcome to the project!

> we are trying to integrate qooxdoo into an existing project and we need to
> set the source folder pointer to a different location(instead of
> "${ROOT}/source/classes" to "${ROOT}/src/main/qx/class" for example, this is
> a java maven 2 project).
> 
> we can start playing with ROOT micro but isn't there another way to point
> the generator.py to an alternative? a micro in the 'let'?
The ROOT macro is the right place. If you created your application with 
the "create-application" python script you only have to change the 
"ROOT" macro inside the "let" block of your "config.json". That should 
do the job and you do not have to change any of the jobs provided by the 
framework.

> PS: why does qooxdoo use json instead of XML? 
JSON is a lightweight format and build on a subset of the Javascript 
language. It is a perfect data-interchange format and we do not need to 
parse anything since JSON strings are object literals which can be used 
easily in javascript.

cheers,
   Alex

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to