-
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
Build is not working #50
Comments
Hi, what OS are you running on? If you have sbt 0.12.x installed locally and in your classpath, you can skip the ./sbt script (this is a launcher script to automatically download sbt) and run You might try that, by downloading sbt from here: http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html The 2nd error is coming because the library isn't available. |
Thanks Tony! Setting up the sbt helped (I have a Linux system). It would be Thanks and regards, Pieter. On Tue, Apr 23, 2013 at 6:15 PM, Tony Tam notifications@github.com wrote:
|
Ah Linux--I believe the issue is an outdated bash version which is causing the sbt script to fail. We were uploading distributions but that was dropped after switching to sbt. Will get it going again, then you can just pull it from maven central. |
Hi,
I am trying to run the ./sbt assembly step but it gets "killed" with no specific abort message (that's the last message I see on the output). When I subsequently try to execute one of the examples I get the error:
swagger-codegen# ./bin/java-petstore.sh
/usr/swagger/swagger-codegen/samples/client/petstore/java/JavaPetstoreCodegen.scala:17: error: object wordnik is not a member of package com
import com.wordnik.swagger.codegen.BasicJavaGenerator
My request to you is: could you please go through the steps of the README file? I think you will be able to reproduce it easily (a colleague just got it reproduced in his windows environment as well).
Thanks and regards,
Pieter.
The text was updated successfully, but these errors were encountered: