Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>main
parent
f4d44b4431
commit
561c51da19
@ -0,0 +1,9 @@ |
|||||||
|
#Builds and runs the project. |
||||||
|
#Java |
||||||
|
source ${LANGUAGE}/scripts/version_info |
||||||
|
javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp ${CLASS_PATH2} -d ${OUT_DIR} ${PROJECT_DIR}/*.java |
||||||
|
printf "\n\n\nRunning Program...\n\n" |
||||||
|
ORIGINAL_LOC=$(pwd) |
||||||
|
cd $OUT_DIR |
||||||
|
java ${CUSTOM_PARAMS} -cp ".;../lib/bin/ " "-Djava.library.path=${LIBRARY_PATH}" ${MAIN_CLASS} "$@" |
||||||
|
#${ORIGINAL_LOC}/${LANGUAGE}/scripts/clean.sh |
@ -1,6 +1,6 @@ |
|||||||
build.sh:293285766098a4e3d4d708e58a69de82 - |
build.sh:293285766098a4e3d4d708e58a69de82 *- |
||||||
clean.sh:668a2f9b568c55f6a044a509315032f6 - |
clean.sh:668a2f9b568c55f6a044a509315032f6 *- |
||||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 - |
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 *- |
||||||
jar.sh:2f59229fcaf02779bfaa43144f3be66f - |
jar.sh:2f59229fcaf02779bfaa43144f3be66f *- |
||||||
release.sh:b1b62203411b18d0fec1db3dc2e5a061 - |
release.sh:b1b62203411b18d0fec1db3dc2e5a061 *- |
||||||
update.sh:3be721658983183efa395984acd96b03 - |
update.sh:3be721658983183efa395984acd96b03 *- |
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +0,0 @@ |
|||||||
#Builds and runs the project. |
|
||||||
#Java |
|
||||||
source ${LANGUAGE}/scripts/version_info |
|
||||||
rm -Rf out/* |
|
||||||
javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp ${PROJECT_DIR}/.. -d ${OUT_DIR} ${PROJECT_DIR}/*.java |
|
||||||
printf "\n\n\nRunning Program...\n\n" |
|
||||||
ORIGINAL_LOC=$(pwd) |
|
||||||
cd $OUT_DIR |
|
||||||
java -Djava.library.path="${LIBRARY_PATH}" ${MAIN_CLASS} "$@" |
|
||||||
${ORIGINAL_LOC}/${LANGUAGE}/scripts/clean.sh |
|
Binary file not shown.
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 1.1 KiB |
@ -1,4 +1,4 @@ |
|||||||
define.sh:3ecab0dffe2adfb950f3eb7c7061b750 - |
.updateDirectories:0ede00461e947494545e694040787b3f *- |
||||||
main.sh:d3d1bd0b56d8114eb7479964227f8576 - |
define.sh:3ecab0dffe2adfb950f3eb7c7061b750 *- |
||||||
search.sh:81d08f5ff48e8a44b5f68387d426da05 - |
main.sh:d3d1bd0b56d8114eb7479964227f8576 *- |
||||||
.updateDirectories:0ede00461e947494545e694040787b3f - |
search.sh:81d08f5ff48e8a44b5f68387d426da05 *- |
||||||
|
Loading…
Reference in new issue