hxjava
hxjava copied to clipboard
Haxe Java support library. Build scripts and support code.
When creating an Array and populating it with push(), the Rest from it doesn't work correct - it adds null value at the end. The bug in --java and --jvm:...
Below is a simple main that hxjava that fail to generate java source although jvm works because the import of https://lib.haxe.org/p/thx.promise ``` package; import java.Lib; import thx.promise.Promise; class Main {...
Hi :) It works for nightly Haxe, and argument names are parsing fine from jars. But I can't run Haxe's unit tests, so somebody should do it instead of me...
With https://github.com/HaxeFoundation/haxe/issues/9528 being addressed we should make sure the `LocalVariableTable` attribute isn't stripped off of the `Code` attribute so we get nice argument names.
I have a couple of macro generated Java source files, but I can't seem to find any doc on how to include them while building Haxe for Java. The only...
If we override / `@:overload` native method marked `throws ServletException, IOException` we need this meta too. Ok, using `@:throws("java.io.IOException, javax.servlet.ServletException")` under the our method declaration. Everything is fine but now...
[Date class](https://github.com/HaxeFoundation/haxe/blob/development/std/Date.hx) 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...
Feature request for link **"external"** (or "runtime"?) JARs who have not to be copied to build-dir/lib/ and not be mentioned in `manifest`.