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 Mar 13, 2016 · 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

@GoogleCodeExporter
Copy link
Author

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

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