Re: [qooxdoo-devel] Problems integrating contribution

2009-01-16 Thread Christoph Schwentker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Roman, thx for your help.. Ah there was the comma missing... Now it works fine, thx again for your help.. Cheers Christoph Roman Schmid schrieb: > Hi Christoph > > You got a comma missing. > I highlighted it for you :) > > http://pastebin.com

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-16 Thread Roman Schmid
Hi Christoph You got a comma missing. I highlighted it for you :) http://pastebin.com/m6c1ac861 Cheers - Roman Christoph Schwentker wrote: > > Hi, > I followed your tip, and pasted the code of the config.json > http://pastebin.com/m381bd940 > > > > > > > > > Roman Schmid schrieb: >> We

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-16 Thread Christoph Schwentker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I followed your tip, and pasted the code of the config.json http://pastebin.com/m381bd940 Roman Schmid schrieb: > Well.. there seems to be a syntax error on line 43 of your config. > Maybe you can post your config here or put it on a site

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-15 Thread Roman Schmid
Well.. there seems to be a syntax error on line 43 of your config. Maybe you can post your config here or put it on a site like http://pastie.org and send us the link. Cheers - Roman Christoph Schwentker wrote: > > Thx for your answer, I modified the config.json as you told me but with > no succ

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-15 Thread Christoph Schwentker
Thx for your answer, I modified the config.json as you told me but with no succes. I have no idea why it doesn't work. When I compile with ./generate.py source-all I just see some Traceback. I think the following error is important: " File "/opt/qooxdoo-0.8.1-sdk/tool/pylib/simplejson/decoder.py"

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread thron7
> "libraries" : > { > "library" : > [ > { > "manifest" : "contrib://UploadWidget/trunk/Manifest.json" > }, > { > "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json" > } > ] > } > This is the correct answer.

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Roman Schmid
Hi. It should say: - "libraries" : { "library" : [ { "manifest" : "contrib://UploadWidget/trunk/Manifest.json" }, { "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json" } ] } - Sorry if i contrib

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Alexander Back
Hi Christoph, Christoph Schwentker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > This is the output I see on the console (I'm using Ubuntu 8.1) : > > INITIALIZING: CUSTOM > ==

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Christoph Schwentker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, First I found my fault: The part jobs was commented out. So I removed it and then I get the following messages when I run ./generate.py source-all But it is not still working, I don't see anything from the UploadWidget I'm a bit confused now.. Th

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Alexander Back
Hi Christoph, Christoph Schwentker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I tried to integrate the UploadWidget in my Application. > I modified the config.json file and added the path: > But when I try to compile my Application, I get the error:; Unknown > class ref

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Roman Schmid
Eep.. Sorry, That was wrong. Should be more like this: "libraries" : { "library" : [ { "manifest" : "contrib://UploadWidget/trunk/Manifest.json" }, { "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json" } ]

Re: [qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Roman Schmid
Hi Christoph Did you add that to the "jobs" section of your config? Other than that, i think you'll have to add each contrib seperately. Eg. "libraries" : { "library" : [ { "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json" } ],

[qooxdoo-devel] Problems integrating contribution

2009-01-13 Thread Christoph Schwentker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I tried to integrate the UploadWidget in my Application. I modified the config.json file and added the path: But when I try to compile my Application, I get the error:; Unknown class reference. So where is the misstake, that the contrib is not inc