This is the first time I've had any trouble getting a contrib to function,
but it's also the first that requires loading as a library. Here are the
steps I've taken:

Made the change suggested a couple weeks ago to get around the new
sourceforge uri format when including libraries remotely, and it downloads
into the cache just fine.

Added under jobs:
"libraries" : {
        "library" : [
                {
                        "manifest" : "contrib://Dialog/trunk/Manifest.json",
                        "uri" : "../${CACHE}/downloads/Dialog/trunk"
                }
        ]
},

The uri has "../" added because my cache folder is in my project root
directory and when I opened ./source/script/myproject.js, the uri that was
generated was wrong. The uri is generated correctly now as:
"dialog":{"resourceUri":"../cache/downloads/Dialog/trunk/source/resource","sourceUri":"../cache/downloads/Dialog/trunk/source/class"

I added this to my project:
dialog.confirm("Do you really want to delete this?");

And I get the following error: "ReferenceError: Can't find variable:
dialog", so I started hunting through my resources. None of the Dialog
library files are being loaded, but I confirmed that they physically exist
where it's pointing to them.
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Cannot-get-the-Dialog-contrib-or-any-libraries-to-load-tp5266735p5266735.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to