ax3
ax3 copied to clipboard
AS3 to Haxe converter
Hello, I am getting the following error : ``` Exception in thread "main" No such package BaseScreenNavigator at ax3.TypedTree.getPackage(src/ax3/TypedTree.hx:18) at ax3.TypedTree.getDecl(src/ax3/TypedTree.hx:27) at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:521) at ax3.Typer.resolveType(src/ax3/Typer.hx:509) at ax3.Typer$Typer_resolveType.invoke(src/ax3/Typer.hx) at ax3.Typer$Typer_resolveType.invoke(src/ax3/Typer.hx) at...
This is my log. Just reporting, expect nothing. ``` (base) [vladimir@cores ax3]$ haxe build.hxml Error: Error: Cannot process [hxjava]: Library hxjava is not installed : run 'haxelib install hxjava' (base)...
When I run the converter I get: Exception in thread "main" Unknown type: Array at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:562) at ax3.Typer$Closure_typeClass_0.invoke(src/ax3/Typer.hx:179) at ax3.Typer.process(src/ax3/Typer.hx:20) at ax3.Main.main(src/ax3/Main.hx:35) at ax3.Main.main(src/ax3/Main.hx:1) The class I'm converting starts with:...
i get bug in java file when try run this still work ?
First of all, thanks for open source! I try to convert my Project to openFL, but always get "no such module xxx.xxx" error.Does anyone have the same error? ### my...
…onsume and restorePos, function length, array and vector removeAt, vector fixed and filter, POSITIVE_INFINITY and NEGATIVE_INFINITY, xml hasSimpleContent, ETypeof, namespaceSetted check, else without block, b and f escapes, ns
Hello. I get the following error when trying to convert a file with external package: `scripts/BambaDungeonIcon.as:6: character 4: No such package gs` I undestand that the external swc will need...
``` java -jar converter.jar config.json Exception in thread "main" Unknown type: Object at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:562) at ax3.Typer$Closure_typeClass_0.invoke(src/ax3/Typer.hx:179) at ax3.Typer.process(src/ax3/Typer.hx:20) at ax3.Main.main(src/ax3/Main.hx:35) at ax3.Main.main(src/ax3/Main.hx:1) ``` I made a stub Object.as, and it...