>>[...]
>> Can I tell the generator not to complain about some missing 
>> classes/namespaces ?
> 
> Yep. In the corresponding class file, add a #ignore(...) at the top
> (like in your [6] link). You just can't use wildcards currently, so add
> 
> #ignore(google.maps.Map2)
> #ignore(google.maps.LatLng)
> ....
> 
> This applies to the 1.0 version of qooxdoo. It might not be implemented
> in 0.8.3 (check the release notes). In that case, you'll have to live
> with with the warnings while you make the transition to 0.8.3, I'm afraid.
>>[...]

Thank you for your reply! The 'ignore' hints unfortunately don't do anything in
0.8.3. I did try this already yesterday.
I think I have to "merge" the according changes into our local copy of the tool
chain to get a kind of 0.8.3++ version.

I have to get rid of those warnings, 'cause the migration process will take 
quite
a while and I hate to have warnings all the time ;)



Thanks again,

  Peter


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to