-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds the missing install-ivy build script #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allows the existing build script to work. Adds the Scala dependency to README
fehguy
added a commit
that referenced
this pull request
Aug 15, 2011
Adds the missing install-ivy build script
MrMatthewDavis
referenced
this pull request
in GoodTRKR/swagger-codegen
Jul 8, 2015
wing328
pushed a commit
that referenced
this pull request
May 23, 2016
Mispelling in Objective-C initialization
konopski
added a commit
to zooplus/swagger-codegen
that referenced
this pull request
Feb 28, 2017
…m feature/retrofit_client_inheritance_support_2.2.1 to zoo_release * commit '5863d41f63e956d24cc19048e2f3266be2e4b0fb': refactor to use template move java specific code away from default codegen base case insensitive compare discriminator and type friendly name add dependency for gson-fire in buildfiles gson support for subclasses in server response (retrofit)
wing328
pushed a commit
that referenced
this pull request
Apr 18, 2017
Elizabeth/Joy - adding example support if specified in the swagger spec
davidgri
pushed a commit
to davidgri/swagger-codegen
that referenced
this pull request
May 11, 2017
Elizabeth/Joy - adding example support if specified in the swagger spec
Gingonic
pushed a commit
to Gingonic/swagger-codegen
that referenced
this pull request
Feb 20, 2018
Use the baseName for query, file and form parameters, if not the REST…
soggier
referenced
this pull request
in abacusresearch/swagger-codegen
Mar 29, 2018
prepare release 1.0.0-rc0
wing328
pushed a commit
that referenced
this pull request
May 10, 2018
HugoMario
pushed a commit
that referenced
this pull request
Jun 8, 2018
Fixed template path resolvement to work also on Windows OS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit fixes two issues with building on a clean environment which did not have ivy or scala installed.
It adds the missing install-ivy script. Ivy 2.1.0-rc2 will be installed when
ant -f install-ivy
is executed.
SCALA_HOME environment variable needs to be set and for that Scala needs to be installed. This commit advises that users install Scala. It's assumed that they will add the SCALA_HOME variable when the build fails.