Skip to content

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

Merged
tito merged 1 commit into
kivy:masterfrom
brousch:master
Jan 11, 2013
Merged

Fix for build fails when no java files to copy.#84
tito merged 1 commit into
kivy:masterfrom
brousch:master

Conversation

@brousch

@brousch brousch commented Jan 11, 2013

Copy link
Copy Markdown
Contributor

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

tito commented Jan 11, 2013

Copy link
Copy Markdown
Member

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