Hi all,
I´ve got a question regarding part loading of packages that are part of
a library.
There is a qooxdoo project that is a library (by the name of "common").
It is "linked" into the main qooxdoo application (by the name of "ap").
The main application already uses part loading (BTW: awesome feature).
But I don´t know how to enable this part loading mechanism for the
library. If I´d define the parts of the library in the config of the
main app, the build system will throw errors like "Unfullfilled
dependency of class...". If I´d define the parts in the library, the
build system will ignore it.
For example: This is the configuration of the main app:
...
"jobs" :
{
"libraries" :
{
"library" :
[
{
"manifest" : "../common/Manifest.json"
}
]
},
"build-script":
{
"packages" :
{
"parts" :
{
// START
"boot" :
{
"include" : [ "${QXTHEME}", "ap.Application" ]
},
"chart":
{
"include" : ["common.gui.chart.*"]
},
// Grunddaten
"grunddaten" :
{
"include" : [
"ap.gui.grunddaten.misc.*",
"ap.gui.grunddaten.alertmonitor.*",
"ap.gui.grunddaten.arbeitsvorrat.*",
"ap.gui.grunddaten.planung.*" ]
},
"globaleFunktionen" :
{
"include" : [
"ap.gui.globaleFunktionen.*",
"ap.gui.globaleFunktionen.alertdefinition.*",
"ap.gui.globaleFunktionen.verlaufskurven.*"
]
}
}
}
},
...
As you can see (namespace "common" ), the "chart" package is the
problem.
So what is my mistake ? :)
Thanks
Rob.
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel