hxjava
hxjava copied to clipboard
Using deprecated API on Java 7
Date class using deprecates. It happing when compiling with Java 7 (1.7.0_71).
/usr/bin/haxe haxelib.hxml
haxelib run hxjava hxjava_build.txt --haxe-version 3200
javac "-sourcepath" "src" "-d" "obj" "-g:none" "@cmd"
Note: src/haxe/root/Date.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Process finished with exit code 0
Pull requests are welcome ;) I don't plan to tackle this for some time, as the old Date API mirrors nicely Haxe's
Okay, I'll try to do it.