Browse Source

Output jar files

Rudy Ges 1 year ago
parent
commit
ed0b18971e

+ 1 - 1
tests/misc/eventLoop/all.hxml

@@ -12,6 +12,6 @@
 --next
 --next
 -php php
 -php php
 --next
 --next
--jvm java
+-jvm java.jar
 --next
 --next
 -cpp cpp
 -cpp cpp

+ 1 - 1
tests/misc/java/projects/Issue2689/compile-fail.hxml

@@ -1,3 +1,3 @@
 -main Main
 -main Main
--jvm bin
+-jvm bin/out.jar
 --no-output
 --no-output

+ 1 - 1
tests/misc/weakmap/compile-java.hxml

@@ -1,2 +1,2 @@
 --main TestWeakMap
 --main TestWeakMap
--jvm java
+-jvm java.jar