openapi-generator/bin/flash-petstore.sh

7 lines
352 B
Bash
Raw Normal View History

2012-08-25 02:59:19 +00:00
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export CLASSPATH="$DIR/../target/lib/*:$DIR/../target/*"
export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties"
scala $WORDNIK_OPTS $JAVA_CONFIG_OPTIONS -cp $CLASSPATH "$@" FlashPetstoreCodegen http://petstore.swagger.wordnik.com/api/resources.json special-key