Skip to content

Fix for build fails when no java files to copy. #84

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
merged 1 commit into from
Jan 11, 2013
Merged

Fix for build fails when no java files to copy. #84

merged 1 commit into from
Jan 11, 2013

Conversation

brousch
Copy link
Contributor

@brousch brousch commented Jan 11, 2013

Commit 668cedc
introduced line 551 which had a try clause before it copied java files, but often there are no java files to copy. This would cause the build to fail. I removed the try clause so the build will continue whether there are java files to copy or not.

Line 551 had a try clause before it copied java files, but often there are no java files to copy. This would cause the build to fail. I removed the try clause so the build will continue whether there are java files to copy or not.
@tito
Copy link
Member

tito commented Jan 11, 2013

Thanks

tito added a commit that referenced this pull request Jan 11, 2013
Fix for build fails when no java files to copy.
@tito tito merged commit 4eb3a49 into kivy:master Jan 11, 2013
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