Oh. I posted it on Nabble, probably didn't translate well into an email:
http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p7586143.html
Hi,
now my config.json contains the following:
...
"parts-config":
{
"packages" :
{
"parts" :
{
"boot": { "include" : [ "${QXTHEME}", "bibliograph.Application" ]
},
"plugin.csl" : { "include" : [ "csl.Plugin" ] },
"plugin.z3950" : { "include" : [ "z3950.Plugin" ] },
"plugin.isbnscanner" : { "include" : [ "isbnscanner.Plugin" ] }
}
}
},
...
plugins/csl/Plugin.js contains this:
/**
* CSL Plugin:
*
* This plugin allows to display the currently selected reference(s)
* formatted according to a citation style, based on the CSL formatting
* language and a compatible citation processor.
*
* @use(csl.*)
*/
qx.Class.define("csl.Plugin",
...
when I run ./generate.py, I get this:
...
>>> Assembling parts
- part z3950 - Part #z3950 is ignored in current configuration
- part csl - Part #csl is ignored in current configuration
- part boot
- part isbnscanner
- Part #isbnscanner is ignored in current configuration
...
Unsurprisingly, I'm still getting the same error. Thus the setup is still
wrong. Any ideas?
Thanks!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p7586148.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel