Go to file
2024-12-24 12:59:59 +01:00
.vscode convert new files to javatx 2024-05-13 23:33:15 +02:00
dependencies track jar file and ignore out folder 2024-05-02 23:06:53 +02:00
javatx-src/main newest state, not sure from when 2024-12-06 23:53:35 +01:00
lib add classes 2024-12-24 12:59:59 +01:00
resources update gitignore to track class files in tests 2024-05-12 13:57:23 +02:00
tests newest state, not sure from when 2024-12-06 23:53:35 +01:00
.DS_Store convert new files to javatx 2024-05-13 23:33:15 +02:00
.gitignore add classes 2024-12-24 12:59:59 +01:00
compile.sh newest state, not sure from when 2024-12-06 23:53:35 +01:00
JavaTXcompiler.jar run all tests 2024-05-27 22:38:59 +02:00
README.md add readme 2024-05-13 23:37:03 +02:00
test.sh newest state, not sure from when 2024-12-06 23:53:35 +01:00

JavaTXCompilerInJavaTXNoMaven

To compile all files use the bash script inside the root folder. You can call it with

./compile.sh

on Linux and Mac.

To remove all compile files, use

./compile.sh clean

To run all junit tests on the files, use

./test.sh