Issue 138 in as3-commons: Class org.as3commons.logging::ILogger could not be found.

15 views
Skip to first unread message

as3-c...@googlecode.com

unread,
Mar 15, 2013, 5:11:46 PM3/15/13
to as3-commons...@googlegroups.com
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

as3-c...@googlecode.com

unread,
Mar 15, 2013, 5:21:11 PM3/15/13
to as3-commons...@googlegroups.com

Comment #1 on issue 138 by ihatelivelyids: Class
org.as3commons.logging::ILogger could not be found.
http://code.google.com/p/as3-commons/issues/detail?id=138

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
Reply all
Reply to author
Forward
0 new messages