From d9d6cc1e76098c8c23be70a57989ba5be2f203b8 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 8 Aug 2013 16:18:33 -0700 Subject: [PATCH] fixed filePath --- bin/java-petstore-filemap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/java-petstore-filemap.sh b/bin/java-petstore-filemap.sh index c3cf021f665..d65c9acb33c 100755 --- a/bin/java-petstore-filemap.sh +++ b/bin/java-petstore-filemap.sh @@ -21,7 +21,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" +export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DfileMap=src/test/resources/petstore-1.1/resources.json -DloggerPath=conf/log4j.properties" ags="$@ samples/client/petstore/java/JavaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key" if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then