Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>For one, why are you using a -pre version, when 1.0.2 is since long released?!</p> <p>Then, unless you are 100% sure you know what you're doing, I would recommend dropping the "uri" parameter from the library entry. This can only work if you run the app from a web server (which is not recommended for source versions anyway). Are you sure this URI resolves to the correct path during run time? The default URI construction of the generator is usually fine and does what you want. If you can run your app from a <code>file://</code> URL, you should rely on that.</p> <p>Is the contrib downloaded correctly? Do you get warnings when the generator tries to access it online? There were issues with Sourceforge changing their ViewVC frontend (see this <a href="http://bugzilla.qooxdoo.org/show_bug.cgi?id=3769" rel="nofollow">bug</a> for a patch for this).</p> <p>Can you check your download cache?! On Linux it's usually under /tmp/cache/downloads (You can use <code>generate.py source -w</code> to get a verbose logging of your job settings; scan for <code>'cache': {...'downloads':...}</code> under the heading <code>&gt;&gt;&gt; Expanded job config:</code> to find the path on your file system).</p> <p>If you are in doubt if the contrib is downloaded correctly, download it from Sourceforge <a href="http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/QxJqPlot/trunk/" rel="nofollow">directly</a> (look for "Download GNU tarball"). Put it in a suitable path on your file system and just adapt the "manifest" parameter of the library entry to point to the local Manifest.json (relative paths work best).</p> <p>What do you get?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload