Skip to content

Commit

Permalink
pass all the parameters to the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Dec 7, 2023
1 parent c57eac8 commit 446871b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-crml-compiler-all-jar.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

REM usage: .\run-crml-compiler-all.bat .\src\test\resources\testModels\libraries\ETL_test\DecideOver.crml

java -jar crml-compiler-all.jar %1 %2 %3 %4 %5 %6 %7 %8
java -jar crml-compiler-all.jar %*

0 comments on commit 446871b

Please sign in to comment.