소스 검색

Output jar files

Rudy Ges 1 년 전
부모
커밋
ed0b18971e
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      tests/misc/eventLoop/all.hxml
  2. 1 1
      tests/misc/java/projects/Issue2689/compile-fail.hxml
  3. 1 1
      tests/misc/weakmap/compile-java.hxml

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

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

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

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

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

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