Hi,

you wrote:

plugins/csl/Plugin.js contains this:

IMHO, the path should look like: plugins/csl/source/class/csl/Plugin.js

Could you please show me your libraries config?

Gruß
Mustafa Sak

Applications & Integration

1&1 Internet AG
Ernst-Frey-Straße 10
DE-76135 Karlsruhe

-----Ursprüngliche Nachricht-----
Von: panyasan [mailto:i...@bibliograph.org] 
Gesendet: Donnerstag, 4. September 2014 16:22
An: qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [qooxdoo-devel] Application plugins with parts

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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to