ArtemHarchishin / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

eventbus version problem with logging #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Downloaded as3commons-eventbus-1.1.1.swc (latest?!) and 
as3commons-logging-2.7.swc. This gives an error on Ilogger not found. Looks 
like the eventbus in the downloaded SWC uses an old version for logging 
(as3commons-logging-2.legacy.swc works).

Checked SVN and it looks like the latest eventbus sources are using the newest 
logging version. Checked the SWC and it looks that this is not the latest 
version? (references org.as3common.logging.ILogger and not one package deeper 
in .api)

Original issue reported on code.google.com by wauw...@gmail.com on 15 Nov 2011 at 3:56