pupsnow / as3-commons

Automatically exported from code.google.com/p/as3-commons
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 var...@gmail.com on 15 Mar 2013 at 9:11

GoogleCodeExporter commented 9 years ago
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