Skip to content

Conversation

gshakhn
Copy link
Contributor

@gshakhn gshakhn commented Nov 19, 2013

We wanted to run generateClient as part of a sbt task, but the existing method was killing sbt due to System.exit(0). We extracted the actual logic into a separate method that we can call from sbt.

Not sure what the original reason for calling System.exit(0) was, but assuming it was put there for a reason and not removing it for backwards compatibility.

fehguy added a commit that referenced this pull request Jan 17, 2014
Extract actual work from generateClient so that we can call it without killing the JVM.
@fehguy fehguy merged commit 82646f3 into swagger-api:master Jan 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants