Hi all,

I try to migrate our app to qooxdoo 3.0. After changing the path settings, 
running the migration job and done the manual code applies mentioned in the 
migtaion doc, I've tried to run the generate source job. This ends up with some 
warnings like "Unknown global symbol used: com.zenesis.qx.upload.UploadButton".
We use the UploadMgr contrib and it gets downloaded correct (it's in 
cache/downloads/) but it seems that the generator didn't find it and of course 
my application fails if I try to access the mentioned class.

The contrib is defined in the config.js file like mentioned in the docs and it 
worked using qooxdoo 2.1. Here is the config.js snippet:

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

Regards,
Andreas

<<attachment: winmail.dat>>

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to