Merge branch 'master' of github.com:wordnik/swagger-codegen

This commit is contained in:
Deepak Michael 2011-08-31 21:22:14 +05:30
commit 209183dfa3
2 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,12 @@ You need the following installed and available in your $PATH:
<li>- Scala 2.x or greater (http://www.scala-lang.org/downloads) <li>- Scala 2.x or greater (http://www.scala-lang.org/downloads)
You also need to set an environment variable for SCALA_HOME:
<pre>
export SCALA_HOME={PATH_TO_YOUR_SCALA_DEPLOYMENT}
</pre>
### To build the codegen library ### To build the codegen library
If you don't have the Apache Ivy dependency manager installed, run this build script: If you don't have the Apache Ivy dependency manager installed, run this build script:

View File

@ -121,7 +121,7 @@
</target> </target>
<!-- generates the classes --> <!-- generates the classes -->
<target name="generate-as3" depends="resolve, compile" description="generates APIs and model classes for java language"> <target name="generate-as3" depends="resolve, compile" description="generates APIs and model classes for Actionscript 3">
<fail unless="apiConfiguration.set"> <fail unless="apiConfiguration.set">
Must specify the parameter for apiConfiguration Must specify the parameter for apiConfiguration
eg. -DapiConfiguration=../api-server-lib/as3/config/apiConfiguration.json eg. -DapiConfiguration=../api-server-lib/as3/config/apiConfiguration.json