From 3bfa468ed1bb4c238a6c71d3afc728cfd1c84f8e Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 10 Jun 2014 16:57:39 -0700 Subject: [PATCH] fixed filemap --- bin/objc-wordnik-api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/objc-wordnik-api.sh b/bin/objc-wordnik-api.sh index 9caf81f37c8..4c2d6025e2f 100755 --- a/bin/objc-wordnik-api.sh +++ b/bin/objc-wordnik-api.sh @@ -22,7 +22,7 @@ cd $APP_DIR # if you've executed sbt assembly previously it will use that instead. -export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files" +export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files/resources.json" ags="$@ samples/client/wordnik-api/objc/ObjcWordnikApiCodegen.scala http://api.wordnik.com/v4/resources.json" if [ -f $APP_DIR/target/scala-$SCALA_RUNNER_VERSION/swagger-codegen.jar ]; then