Fix texttest Java classpath for maven and gradle builds

The suggested texttest environment config Java (classpath), doesn't work with the default maven/gradle build directories.

This change should fix the issue.

Co-Authored-By: Kristóf Juhász <76943150+kristof-juhasz@users.noreply.github.com>
Co-Authored-By: mariettas <47053959+mariettas@users.noreply.github.com>
Co-Authored-By: Marc Monserrat Núñez <32415447+munsa@users.noreply.github.com>
Co-Authored-By: Mauro Ceraso <76943029+mauroceraso@users.noreply.github.com>
Co-Authored-By: Norbert Toth <75730727+norbertgabortoth@users.noreply.github.com>
This commit is contained in:
haraldreingruber-dedalus 2021-03-12 13:25:59 +01:00
parent 33373d6fd5
commit 7643c4cfb2

View File

@ -1,3 +1,3 @@
# If your .class files are somewhere else, add the path to the list # If your .class files are somewhere else, add the path to the list
CLASSPATH:${TEXTTEST_HOME}/Java:${TEXTTEST_HOME}/Java/bin CLASSPATH:${TEXTTEST_HOME}/Java/build/classes/java/test;${TEXTTEST_HOME}/Java/build/classes/java/main;${TEXTTEST_HOME}/Java/target/classes;${TEXTTEST_HOME}/Java/target/test-classes
PERL5OPT:-I${TEXTTEST_HOME}/perl PERL5OPT:-I${TEXTTEST_HOME}/perl