File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd $APP_DIR
22
22
23
23
24
24
# if you've executed sbt assembly previously it will use that instead.
25
- export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files"
25
+ export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files/resources.json "
26
26
ags=" $@ samples/client/wordnik-api/php/PHPWordnikApiCodegen.scala http://api.wordnik.com/v4/resources.json"
27
27
28
28
if [ -f $APP_DIR /target/scala-$SCALA_RUNNER_VERSION /swagger-codegen.jar ]; then
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd $APP_DIR
22
22
23
23
24
24
# if you've executed sbt assembly previously it will use that instead.
25
- export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files"
25
+ export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files/resources.json "
26
26
ags=" $@ samples/client/wordnik-api/python/PythonWordnikApiCodegen.scala http://api.wordnik.com/v4/resources.json"
27
27
28
28
if [ -f $APP_DIR /target/scala-$SCALA_RUNNER_VERSION /swagger-codegen.jar ]; then
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd $APP_DIR
22
22
23
23
24
24
# if you've executed sbt assembly previously it will use that instead.
25
- export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
25
+ export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files/resources.json "
26
26
ags=" $@ samples/client/wordnik-api/python3/Python3WordnikApiCodegen.scala http://api.wordnik.com/v4/resources.json"
27
27
28
28
if [ -f $APP_DIR /target/scala-$SCALA_RUNNER_VERSION /swagger-codegen.jar ]; then
You can’t perform that action at this time.
0 commit comments