You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerifyError: Error #1014: Class org.as3commons.logging::ILogger could not be
found.
I'm trying to test the compositeCommand and getting the above error. Please
advise how to resolve the issue.
var compositeCommand:CompositeCommand = new
CompositeCommand(CompositeCommandKind.SEQUENCE);
compositeCommand.addCommand(new DisposalCommand(disposalService,
BoundaryModel.instance,"00067"));
compositeCommand.addCompleteListener(handleCompositeCommandComplete);
compositeCommand.addErrorListener(handleCompositeCommandError);
compositeCommand.execute();
Original issue reported on code.google.com by [email protected] on 15 Mar 2013 at 9:11
The text was updated successfully, but these errors were encountered:
as3commons-async has a dependency on as3commons-logging,
download the latest release and include it in your project:
http://www.as3commons.org/as3-commons-logging/index.html
cheers,
Roland
Original comment by ihatelivelyids on 15 Mar 2013 at 9:21
Original issue reported on code.google.com by
[email protected]
on 15 Mar 2013 at 9:11The text was updated successfully, but these errors were encountered: