On 9/10/2013 11:57 PM, thron7 wrote:
> On 10/09/2013 05:26 PM, Peter Caffin wrote:
>> On 9/10/2013 4:20 PM, thron7 wrote:
>>> It appears you placed the "libraries" key in the Manifest.json of your
>>> app, but it should go into config.json, into the "jobs" section.
>> Cheers, thron7.
>>
>> I've just tried each of the following in the config.json:
>>
>>              // "manifest": "contrib://Dialog/trunk/Manifest.json"
>>              // "manifest": "C:/Qx.Contribs/Dialog/Manifest.json"
>>              "manifest": "contrib://Dialog/0.5/Manifest.json"
>>
>> Trunk failed with a file not found.
> You have to use 'master' for the latest Dialog contrib (see [1]). I had
> to update the checksum entry for the master version in the contrib
> catalog, but then it worked. The 0.5 version is too old and will not
> work with current qooxdoo.
>
> [1]
> https://github.com/qooxdoo/contrib-catalog/tree/master/contributions/Dialog

I tried with "manifest": "contrib://Dialog/master/Manifest.json" and got:

=================

----------------------------------------------------------------------------
     Initializing: Padded_Online
----------------------------------------------------------------------------
 >>> Processing configuration
   - Warning: ! Shadowing job "libraries" with local one

----------------------------------------------------------------------------
     Executing: source::source-script
----------------------------------------------------------------------------
 >>> Scanning libraries    - Checking network-based contrib: 
contrib://Dialog/master/Manifest.json
<type 'exceptions.WindowsError'> : 32
The process cannot access the file because it is being used by another 
process

=================

After rebooting, the error was still there, which led me to checking the 
filesystem. The base directory had a Windows Share on it. I removed that 
and ran "generate.py source" with "manifest": 
"C:/Qx.Contribs/Dialog/Manifest.json" set.

Viola! "Sorting 363 classes" instead of "Sorting 328 classes" and no 
more "Unknown global symbol" error.

Thanks thron7 for your assistance. Much appreciated :)

Pete.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to