We had to split our resource map into respective part of the application to be
independent each other. Which means that we get a problem with the uris at
generation.
root
I------app
I I-------source/resource/...
I------app 1
I I-------source/resource/...
I------app 2
I I-------source/resource/...
Now when we try to generate app, which is :
"include" :
[
{
"path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
},
{
"path" : "module.json"
}
]
in "app" config.json. The module.json includes the "app 1" and "app 2".
The problem is that the resource paths become wrong. When we run the "app" the
local references in "app 1" and "app 2" to local resources can not be found at
runtime. Of course!
How would you refer to the resources by using run or include directives to get
it working? We don't want to copy resources from "app 1" and "app 2" to "app"!
Stefan
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel