Hi,

I am trying to include the "Crypto" contrib (I added a 0.8 Manifest file) in
the "RpcConsole" contrib. For  rpcconsole.demo.Application, I add the
contrib in the config.json's library key:

    "libraries" : 
    {
      "library" :
      [
        {
          "manifest" : "../../Manifest.json"
        },
        {
          "manifest" : "contrib://Crypto/trunk/Manifest.json"
        }         
      ]
    }, ...

Then I add #require(openpgp.sha1) to the Application's main file. However,
when the include script is generated, the URL for the openpgp.sha1 class is
http://localhost:8080/var/folders/gV/gVYy8H8NFISMbzjhQsmLW%2B%2B%2B%2BTM/-Tmp-/cache/downloads/Crypto/trunk/source/class/openpgp/sha1.js

which obviously cannot work. Of course, I can change the location of the
cache folder, but the default is the temp folder - so is this a design
problem or am I doing something wrong?

Christian
-- 
View this message in context: 
http://n2.nabble.com/Including-other-contribs-in-a-contrib-incorrect-URL-tp3966150p3966150.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to