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

Interfaces missing from the SWC #47

Closed
GoogleCodeExporter opened this issue Jan 21, 2016 · 3 comments
Closed

Interfaces missing from the SWC #47

GoogleCodeExporter opened this issue Jan 21, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a project that uses as3commons-bytecode-1.0-RC3.swc
2. Reference a class that uses AbcFile, AbcDeserializer, SWFFile, SWFFileIO and 
DoABCTag (don't know which of these causes the problem)
3. It will fail to build as IClonable and IEquals cannot be resolved.

What version of the product are you using? On what operating system?
as3commons-bytecode-1.0-RC3.swc


Original issue reported on code.google.com by davidarnogplus@gmail.com on 28 Mar 2011 at 6:50

@GoogleCodeExporter
Copy link
Author

as3commmons-bytecode depends on as3commons-lang 
(http://www.as3commons.org/as3-commons-lang/index.html), including that swc 
ought to solve your trouble. Strange though that they haven't been included in 
the swc, might be an issue with the Maven build, I'll look into it...

Original comment by rol...@stackandheap.com on 28 Mar 2011 at 7:54

@GoogleCodeExporter
Copy link
Author

That did solve the problem, thanks.

There appears to be a problem with consistency between this site and the 
as3commons.org site. Before seeing your comment, I went to 
http://code.google.com/p/as3-commons/downloads/list and tried the 
as3commons-lang SWC there. It is v0.2.1 though, which caused runtime conflicts 
with as3commmons-bytecode. Likewise the link on the homepage here says its 
v0.3.2, but the link is still to the v0.2.1 version.

Having overcome the somewhat confusing site navigation and version problems, I 
can however report that the code works superbly for me so far :)

Original comment by davidarnogplus@gmail.com on 28 Mar 2011 at 9:05

@GoogleCodeExporter
Copy link
Author

Sorry, the download links on the google code project page were indeed not 
updated correctly. I've corrected them, thanks for bringing this up!

Original comment by ihatelivelyids on 2 Apr 2011 at 9:40

  • Changed state: Fixed

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