Adding launchers

This commit is contained in:
Louis Calas 2019-10-10 18:32:30 +02:00
parent a0b8e315db
commit f2ca1a6191
4 changed files with 6 additions and 13 deletions

View File

@ -1,10 +0,0 @@
#!bin/bash
mkdir bin;
javac -cp ".;NGCC/jar/*" -d bin NGCC/src/*/*.java NGCC/src/Exec.java
cd bin
java -cp ".;NGCC/jar/*" Exec

View File

@ -1,3 +0,0 @@
#!bin/bash
/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -classpath /Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/bin:/Users/louis/.p2/pool/plugins/org.junit.jupiter.api_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.engine_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.jupiter.params_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.commons_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.engine_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.launcher_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.runner_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.platform.suite.api_1.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit.vintage.engine_5.3.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.opentest4j_1.1.1.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.apiguardian_1.0.0.v20181005-1442.jar:/Users/louis/.p2/pool/plugins/org.junit_4.12.0.v201504281640/junit.jar:/Users/louis/.p2/pool/plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/commons-beanutils-1.9.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/commons-io-2.6.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/commons-logging-1.2-javadoc.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/commons-logging-1.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/fontbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/fontbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/ghost4j-1.0.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/hamcrest-core-1.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/itext-2.1.7.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jai-imageio-core-1.4.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jbig2-imageio-3.0.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jboss-vfs-3.2.12.Final.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jcl-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jna-4.1.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/jul-to-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/junit-4.12.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/lept4j-1.6.4.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/log4j-api-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/log4j-core-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/log4j-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/logback-classic-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/logback-core-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-debugger-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-tools-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/pdfbox-tools-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/preflight-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/preflight-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/slf4j-api-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/tess4j-3.4.8.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/xmlgraphics-commons-1.5.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/NGCC/jar/xmpbox-2.0.16.jar Exec

1
launcher.bat Normal file
View File

@ -0,0 +1 @@
java -Dfile.encoding=UTF-8 -classpath /Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/bin:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-beanutils-1.9.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-io-2.6.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-logging-1.2-javadoc.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-logging-1.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/fontbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/fontbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/ghost4j-1.0.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/hamcrest-core-1.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/itext-2.1.7.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jai-imageio-core-1.4.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jbig2-imageio-3.0.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jboss-vfs-3.2.12.Final.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jcl-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jna-4.1.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jul-to-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/junit-4.12.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/lept4j-1.6.4.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-api-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-core-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/logback-classic-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/logback-core-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-debugger-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-tools-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-tools-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/preflight-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/preflight-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/slf4j-api-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/tess4j-3.4.8.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/xmlgraphics-commons-1.5.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/xmpbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/LIB/junit-platform-console-standalone-1.5.1.jar Exec

5
launcher.sh Normal file
View File

@ -0,0 +1,5 @@
#!bin/bash
#javac -cp ".:jar/*" -d bin src/*/*.java src/Exec.java;
java -Dfile.encoding=UTF-8 -classpath /Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/bin:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-beanutils-1.9.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-io-2.6.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-logging-1.2-javadoc.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/commons-logging-1.2.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/fontbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/fontbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/ghost4j-1.0.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/hamcrest-core-1.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/itext-2.1.7.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jai-imageio-core-1.4.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jbig2-imageio-3.0.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jboss-vfs-3.2.12.Final.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jcl-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jna-4.1.0.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/jul-to-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/junit-4.12.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/lept4j-1.6.4.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-api-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-core-2.12.1.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/log4j-over-slf4j-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/logback-classic-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/logback-core-1.2.3.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-debugger-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-tools-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/pdfbox-tools-2.0.9.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/preflight-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/preflight-app-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/slf4j-api-1.7.25.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/tess4j-3.4.8.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/xmlgraphics-commons-1.5.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/jar/xmpbox-2.0.16.jar:/Users/louis/Desktop/IUT_S3/PT/pt-s3t-g4/LIB/junit-platform-console-standalone-1.5.1.jar Exec