hxjava icon indicating copy to clipboard operation
hxjava copied to clipboard

Using deprecated API on Java 7

Open boozook opened this issue 11 years ago • 2 comments

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

boozook avatar Nov 13 '14 20:11 boozook

Pull requests are welcome ;) I don't plan to tackle this for some time, as the old Date API mirrors nicely Haxe's

waneck avatar Nov 14 '14 00:11 waneck

Okay, I'll try to do it.

boozook avatar Nov 14 '14 10:11 boozook