-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not generating anything but output success #31
Comments
Hey @JFCote! I tried out the snippets you pasted over here. I ran Can you also try running
|
@jrouly First. I must add that I'm using Windows 10 in case it might be related (even if sbt is cross platform). Here is the result with the command
The generated folder only contains a I'm going to try with your sample project later today but here are couple of difference I can see:
If you are on the openapi-generator slack , I could send you the files and you could test it on your side? I will try to reach you today on Slack. |
@jrouly I have tried with your project in branch
Let me know if you need more information. |
We spoke on Slack, but summarizing here: I was able to generate code using the same sample build setup and your provided spec files, so the multi-file spec is not an issue. When I run
It's interesting that in your first provided output, after Even if I run something like
|
@JFCote Hm. The sample build works for me on Windows 10 as well:
There's definitely something about the rest of your build context that is causing the failure. Perhaps try deleting the other sbt projects and re-adding them one at a time? |
Hi,
I'm trying to use
sbt-openapi-generator
but unfortunately, it doesn't seems to work.Here is the output in the command line. I receive a "success" but I can't find generated code anywhere. There is no error.
I followed the example pretty closely.
Here is my
config.yml
Here is the new part of the build.sbt
All the files are at the root, there is only one module in my project... Am I missing something important?
Thanks
The text was updated successfully, but these errors were encountered: