Giter Site home page Giter Site logo

j2swf's Introduction

Automatically exported from code.google.com/p/j2swf

j2swf aka javaswf

This is the archive of the JavaSWF project, which was a pure Java parser and writer for the Macromedia Flash SWF file format.

RIP, Flash.

j2swf's People

Contributors

nickmain avatar

Watchers

 avatar

j2swf's Issues

Unable to build project in trunk

What steps will reproduce the problem?
1. checkout code
2. run ant
3.

What is the expected output? What do you see instead?
build successful

What version of the product are you using? On what operating system?
current version of trunk
revision 24
java 1.6
windows vista

Please provide any additional information below.

c:\tmp\j2swf-read-only\j2swf>ant
Buildfile: build.xml

clean:

compile:
    [mkdir] Created dir: c:\tmp\j2swf-read-only\j2swf\build_results\classes
    [javac] Compiling 240 source files to
c:\tmp\j2swf-read-only\j2swf\build_res
ults\classes
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:75: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         avm2class = new AVM2Class( null, 0, qname, qnameSuper,
    [javac]         ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:75:
AVM2Class(com.anotherbigidea.flash.avm2.model.AVM2ABCFile,i
nt,com.anotherbigidea.flash.avm2.model.AVM2QName,com.anotherbigidea.flash.avm2.m
odel.AVM2Name,boolean,boolean,boolean,com.anotherbigidea.flash.avm2.model.AVM2Na
mespace) is not public in com.anotherbigidea.flash.avm2.model.AVM2Class; cannot
be accessed from outside package
    [javac]         avm2class = new AVM2Class( null, 0, qname, qnameSuper,
    [javac]                     ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:81: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]             AVM2Code.classInitializationScript( avm2class, true );
    [javac]                                                 ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:89: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         AVM2Code.defaultStaticInit( avm2class, scopeDepth );
    [javac]                                     ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:96: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         this.avm2class  = other.avm2class;
    [javac]             ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:96: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         this.avm2class  = other.avm2class;
    [javac]                                ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:134: package avm2class does not exist
    [javac]         return avm2class.name.toQualString();
    [javac]                         ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:141: package avm2class does not exist
    [javac]         return avm2class.superclass.toString();
    [javac]                         ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:159: package avm2class does not exist
    [javac]         AVM2MethodSlot slot = avm2class.traits.addMethod( name,
meth
od, isFinal, isOverride );
    [javac]                                        ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:178: package avm2class does not exist
    [javac]         AVM2MethodSlot slot = avm2class.traits.addMethod( name,
meth
od, false, isOverride );
    [javac]                                        ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:196: package avm2class does not exist
    [javac]         AVM2MethodSlot slot = avm2class.staticTraits.addMethod(
name
, method, false, false );
    [javac]                                        ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:248: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         AVM2Traits traits = isStatic ? avm2class.staticTraits :
avm2
class.traits;
    [javac]                                        ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClass.java:248: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         AVM2Traits traits = isStatic ? avm2class.staticTraits :
avm2
class.traits;
    [javac]                                                                 ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeClassInitializer.java:21: cannot find symbol
    [javac] symbol  : variable avm2class
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]         return AVM2Code.startStaticInitializer(
codeClass.avm2class,
 codeClass.scopeDepth );
    [javac]                                                          ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\Code.java:98: cannot find symbol
    [javac] symbol  : variable abcFile
    [javac] location: class org.epistem.j2swf.swf.code.Code
    [javac]         return abcFile.addFunctionClosure( retType,
    [javac]                ^
    [javac]
c:\tmp\j2swf-read-only\j2swf\src\main\java\org\epistem\j2swf\swf\cod
e\CodeInterface.java:6: cannot find symbol
    [javac] symbol  : constructor CodeClass()
    [javac] location: class org.epistem.j2swf.swf.code.CodeClass
    [javac]     /*pkg*/ CodeInterface( String name, String...superIfaces ) {
    [javac]                                                                ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 16 errors

BUILD FAILED
c:\tmp\j2swf-read-only\j2swf\build.xml:35: Compile failed; see the compiler
erro
r output for details.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 1:13

Compiling on Java 7.

What steps will reproduce the problem?
1. Compile with Java 7.

I have patch j2swf to compile on Java 7.

Included is the diff.


Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 2:53

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.