mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
updated urls per #75
This commit is contained in:
parent
24af6a00c6
commit
932dc843f9
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/csharp/CsharpPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/csharp/CsharpPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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"
|
||||||
ags="$@ samples/client/petstore/flash/FlashPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/flash/FlashPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/java/JavaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
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
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/java/JavaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
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
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/objc/ObjcPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/objc/ObjcPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/php/PHPPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/php/PHPPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/python/PythonPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/python/PythonPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/python3/Python3PetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/python3/Python3PetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/ruby/RubyPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/ruby/RubyPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
@ -22,7 +22,7 @@ cd $APP_DIR
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# 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 -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ samples/client/petstore/scala/ScalaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
ags="$@ samples/client/petstore/scala/ScalaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||||
|
|
||||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user