Go to file
2024-05-15 22:12:06 +02: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
java-compiler-classes add java compiler classes 2024-05-15 22:12:06 +02:00
javatx-src/main testing with compiler without java classpath 2024-05-15 22:08:37 +02:00
javatx-src-old/main update to state of commit 662756ac18e7854617d2f9ec6b7d50c65c2e516e 2024-05-11 20:27:04 +02:00
resources update gitignore to track class files in tests 2024-05-12 13:57:23 +02:00
tests update to state of commit 662756ac18e7854617d2f9ec6b7d50c65c2e516e 2024-05-11 20:27:04 +02:00
.DS_Store convert new files to javatx 2024-05-13 23:33:15 +02:00
.gitignore add java compiler classes 2024-05-15 22:12:06 +02:00
applyLambda.jav inital commit 2024-05-02 23:04:07 +02:00
compile.sh testing with compiler without java classpath 2024-05-15 22:08:37 +02:00
errors update to state of commit 662756ac18e7854617d2f9ec6b7d50c65c2e516e 2024-05-11 20:27:04 +02:00
funnclass inital commit 2024-05-02 23:04:07 +02:00
JavaTXCompiler.jar testing with compiler without java classpath 2024-05-15 22:08:37 +02:00
README.md add readme 2024-05-13 23:37:03 +02:00
test.sh testing with compiler without java classpath 2024-05-15 22:08:37 +02: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