I have this at the top of my class:
#ignore(OpenLayers.Layer.OSM);
#ignore(OpenLayers.Style);
#ignore(OpenLayers.Layer.Vector);
#ignore(OpenLayers.StyleMap);
#ignore(OpenLayers.Strategy);
#ignore(OpenLayers.Strategy.Fixed);
#ignore(OpenLayers.Strategy.Refresh);
#ignore(OpenLayers.Strategy.Cluster);
#ignore(OpenLayers.Protocol.HTTP);
#ignore(OpenLayers.Format.GeoJSON);
#ignore(OpenLayers.Control.LayerSwitcher);
#ignore(OpenLayers.Control.PanZoom);
#ignore(OpenLayers.Control.ScaleLine);
#ignore(OpenLayers.Control.Attribution);
#ignore(OpenLayers.Control.Navigation);
#ignore(OpenLayers.Map);
#ignore(OpenLayers.Projection);
#ignore(OpenLayers);
#ignore(OpenLayers.Control);
#ignore(OpenLayers.Layer);
#ignore(OpenLayers.Format);
#ignore(OpenLayers.Popup);
#ignore(OpenLayers.Protocol);
#ignore(OpenLayers.Control.SelectFeature);
#ignore(OpenLayers.Popup.FramedCloud);
qx.Class.define("kiosk_portal.OpenLayersMap", {
....
I get this when I generate source on WIndows 7:
>python generate.py source
----------------------------------------------------------------------------
Initializing: kiosk_portal
----------------------------------------------------------------------------
>>> Processing configuration
- Warning: ! Shadowing job "source-script" with local one
----------------------------------------------------------------------------
Executing: source::source-script
----------------------------------------------------------------------------
>>> Scanning libraries
>>> Collecting classes
- Warning: Hint: Unknown global symbol referenced: ignore
(kiosk_portal.OpenLayersMap:13)
- Warning: Hint: Unknown global symbol referenced: #
(kiosk_portal.OpenLayersMap:15)
- Sorting 406 classes
>>> Generate application
- Processing 2 locales
- Generate packages
- Generate loader script
>>> Done (0m55.41)
Now it's giving me warnings about the #ignores?
Scott
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel