pupsnow / as3-commons

Automatically exported from code.google.com/p/as3-commons
1 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

GoogleCodeExporter commented 9 years ago
The latest release depends on an earlier version of logging indeed. If you want 
to use it with logging 2.7 you will have to create a build from the trunk 
yourself for now, until the next version of eventbus is released. Our apologies.

cheers,

Roland

Original comment by ihatelivelyids on 5 Dec 2011 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by ihatelivelyids on 18 Dec 2011 at 3:10