On 01/20/2010 05:36 PM, Peter Schneider wrote:
> Maybe I should have added a question ;) :
> 
> 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.

T.

> 
> Cheers and thanks in advance,
>    Peter
> 
> 
> 
> -------- Original --------
> From: Peter Schneider
> Date: 20.01.2010 17:29
> 
>> Hi all,
>>
>> while migrating a (quite big [1]) qooxdoo 0.7.5-pre based application I am
>> currently facing a generator problem:
>>
>> <code class="text">
>>  >>> Resolving dependencies...
>>     - ! Unknown class referenced: google.maps.Map2 (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLng (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLng (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.Point (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLng (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLng (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLng (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: google.maps.LatLngBounds (in: 
>> infodesk.gis.mapprovider.Google)
>>     - ! Unknown class referenced: infodesk.gis.mapprovider(in: 
>> infodesk.gis.Map)
>> </code>
>>
>>   The generator complaining about unknown references to a class, that is 
>> loaded
>> at runtime.
>> ...
> 
> 
> ------------------------------------------------------------------------------
> 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
> 
> 

------------------------------------------------------------------------------
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