Gal,

> 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).
>   

I understand that you want to have a different folder structure for your 
source code *under* the main project folder. Is that right? In that case 
you should modify the Manifest.json for this project. It holds an entry 
named "class" in the "provides" map. Change that to "src/main/qx/class". 
You see, you can also relocate the sub-paths to the resources and 
translations folder if you need to.

Now it is important where you place your application's "index.html". 
Will it be in 'src' or in 'src/main/qx' or somewhere else? You have to 
adapt the "compile-source/file" key of the "source-script" job, to match 
the path wherever the index.html is looking for the generated 
application script (by default, this would be 'script/<appname>.js').

Keep the ROOT macro pointing to the main project directory, where 
Manifest.json and config.json files are.

HTH,
Thomas



------------------------------------------------------------------------------
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