nickmain / j2swf

Automatically exported from code.google.com/p/j2swf
0 stars 0 forks source link

Unable to build project in trunk #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 joshjd...@gmail.com on 21 Apr 2010 at 1:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This still seems to be an issue.  Any updates?

Original comment by lspa...@gmail.com on 12 Dec 2010 at 7:46

GoogleCodeExporter commented 9 years ago
Looks like the changed from May 24 broke it. I fixed those compile errors 
locally and it built fine.

Original comment by lspa...@gmail.com on 12 Dec 2010 at 8:09