Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 138 by
var...@gmail.com: Class org.as3commons.logging::ILogger
could not be found.
http://code.google.com/p/as3-commons/issues/detail?id=138
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();
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings