Skip to content

Fix cleanup directories of java generator #15

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

Merged

Conversation

mbohlool
Copy link
Contributor

@mbohlool mbohlool commented Jun 28, 2017

Java generator script was removing all src folder before generation while we've added ApiClient.java to exception list. I've added more specific cleanup directories here to prevent ApiClient.java's removal.

ref: kubernetes-client/java#38

@brendandburns
Copy link
Contributor

This is going to elinate removal for a bunch of files in that directory. Won't that be a problem if one file is no longer generated by Swagger CodeGen?

I suppose we can just manully remove it in that case (and it will be rate) wdyt?

@mbohlool
Copy link
Contributor Author

mbohlool commented Jul 1, 2017 via email

@brendandburns
Copy link
Contributor

Ok, I'm ok with this for now...

@brendandburns brendandburns merged commit 0400ed2 into kubernetes-client:master Jul 6, 2017
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