christophe-hall / as3-commons

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

Interfaces missing from the SWC #47

Closed GoogleCodeExporter closed 8 years ago

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