Skip to content

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

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions