as3hx
as3hx copied to clipboard
Error when try to run test
I tried to run : neko run.n test/ out/ , but got the following error:
target HX file: /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue65.hx
WARNING: There is XML that may not have translated correctly in these files: /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4X.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4XTests.hx WARNING: Required constructor was added for member var initialization /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/SpriteExt.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Loops.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/IncludeSomething.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/simple/Package.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Vectors.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Switch.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/GetterSetter.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4X.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Casts.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/AsAndIs.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Ifs.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4XTests.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue26.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue81.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src3/Comments.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/FlashInternals.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/DynamicAccess.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/simple/Min.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue95.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue64.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue124.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Comments.hx WARNING: These files use flash 'typeof'. as3hx.Compat is required, or recode http://haxe.org/doc/cross/reflect /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Tweener.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Casts.hx ERROR: The following files have xml notation that will need porting. See http://haxe.org/doc/advanced/xml_fast /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4X.hx /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4XTests.hx WARNING: These files casted using 'obj as Class', which may produce incorrect code /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/Inits.hx FATAL: Files will not compile due to 'delete' keyword. See README /home/jjon/hxlib/as3hx/1,0,3/out/e2e/src/E4XTests.hx /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue124.hx
ERRORS: These files were not written due to source parsing errors: In /home/jjon/hxlib/as3hx/1,0,3/test/e2e/src/Expressions.as(4) : Unexpected performanceInstrumentation In /home/jjon/hxlib/as3hx/1,0,3/test/e2e/includes/Version.as(5) : Unexpected mx_internal In /home/jjon/hxlib/as3hx/1,0,3/test/e2e/includes/BasicInheritingStyles.as(17) : Unexpected [
I also tried to remove e2e/ folder , but got the following error:
FATAL: Files will not compile due to 'delete' keyword. See README /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue124.hx
thanks, i check this today