2024-05-02 21:02:34 +00:00
|
|
|
# JavaTXCompilerInJavaTXNoMaven
|
|
|
|
|
2024-05-13 21:37:03 +00:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|