Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class org.as3commons.logging::ILogger could not be found. #138

Open
GoogleCodeExporter opened this issue Sep 27, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant