Hi Omri,
I had two days ago the some problem. I gues thw documentation is a but
confusing about. I figured out that the uri path had to point to cache path.
Look at let section for cache path.
Look tot he job section to bind the contrib correctly.
Here my config.json
{
"name" : "saas",
"include" :
[
{
"path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
}
],
"export" :
[
"api",
"api-data",
"build",
"clean",
"distclean",
"fix",
"info",
"inspector",
"lint",
"migration",
"pretty",
"profiling",
"source",
"source-all",
"test",
"test-source",
"translation"
],
"let" :
{
"APPLICATION" : "saas",
"QOOXDOO_PATH" : "../qooxdoo-1.2.1-sdk",
"QXTHEME" : "saas.theme.Theme",
"API_EXCLUDE" : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*"],
"LOCALES" : [ "en", "de" ],
"CACHE" : "./cache",
"ROOT" : "."
},
"jobs" :
{
"source" :
{
"compile-options":
{
"paths" :
{
"gzip" : true
},
"uris":
{
"add-nocache-param":false
},
"code" :
{
"decode-uris-plug" : "./nocache.js"
}
},
"library" :
[
{
"manifest" :
"contrib://UploadWidget/trunk/Manifest.json",
"uri" :
"../cache/downloads/UploadWidget/trunk"
}
]
},
"build" :
{
"library" :
[
{
"manifest" :
"contrib://UploadWidget/trunk/Manifest.json",
"uri" :
"../cache/downloads/UploadWidget/trunk"
}
]
}
}
}
Regards Sak
-----Ursprüngliche Nachricht-----
Von: omrihar [mailto:[email protected]]
Gesendet: Dienstag, 9. November 2010 11:38
An: [email protected]
Betreff: [qooxdoo-devel] Using the Contributions
Hello All,
Sorry for the extremely newbie question but I have been frustratingly trying
to use a qooxdoo-contrib contribution (two) and have scanned the
documentation without luck.
I am using qooxdoo 1.2 and trying to use the TokenField contribution and the
UploadWidget contribution.
I have added the two libraries to my config.json file, exactly as it says in
the documentation:
I added to the libraries array an entry that looks like this:
{
"manifest" : "contrib://TokenField/trunk/Manifest.json",
"uri" : "../cache-downloads/TokenField/trunk/"
}
I also tried without the URI, and I also tried to download the TokenField
myself. When I run the ./config.py source it does not download anything to
my computer, and even after I downloaded it myself it did not recognize it.
When I try to define something like
var t = new tokenfield.Token()
it tells me that it does not recognize tokenfield.
Can anyone point me please to the right direction?
Thanks,
Omri
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Using-the-Contributions-tp5720339p5720339.h
tml
Sent from the qooxdoo mailing list archive at Nabble.com.
----------------------------------------------------------------------------
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel