Skip to content
Snippets Groups Projects
Commit 8716fc28 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added new dependency to class path

parent 4e97995c
Branches
No related tags found
No related merge requests found
Pipeline #5564 failed
...@@ -14,7 +14,8 @@ LOCALJARS=$(shell if [ -d lib ]; then find lib -name "*.jar" -print |xargs echo ...@@ -14,7 +14,8 @@ LOCALJARS=$(shell if [ -d lib ]; then find lib -name "*.jar" -print |xargs echo
# classpath # classpath
JUNITCLASSPATH:=./java/:./resources/:/usr/share/java/junit4.jar JUNITCLASSPATH:=./java/:./resources/:/usr/share/java/junit4.jar
CLASSPATH:=$(shell find ${ROSETTASDK} -name "*.jar" -print | xargs echo | sed -e "s/ /:/g"):${LOCALJARS} COMMONSCLIJAR:=/usr/share/java/commons-cli.jar
CLASSPATH:=$(shell find ${ROSETTASDK} -name "*.jar" -print | xargs echo | sed -e "s/ /:/g"):${LOCALJARS}:${COMMONSCLIJAR}
# sources # sources
PLUGINCLASS:=XmlFormatValidationPlugin PLUGINCLASS:=XmlFormatValidationPlugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment