Skip to content
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

Fixed Gradle task 'deployTomcat' doesn't return error when build/libs folder is empty/deleted #2623

Closed
Patrykb0802 opened this issue Jul 19, 2023 · 0 comments
Assignees
Milestone

Comments

@Patrykb0802
Copy link
Contributor

Gradle task called 'deployTomcat' completes even when there is no build/libs folder.

Steps to reproduce the behavior:

  1. Delete libs folder inside build folder.
  2. Start 'deployTomcat' Gradle task
  3. See completion of task in terminal even without folder
  4. See error

Expected behavior
Error returns from 'deployTomcat' task when there is no build/libs folder

Desktop (please complete the following information):

  • OS: Win 11
  • Version 2.7.5.3
@Patrykb0802 Patrykb0802 self-assigned this Jul 19, 2023
@Patrykb0802 Patrykb0802 removed the bug label Jul 19, 2023
@Limraj Limraj added this to the 2.7.5.4 milestone Jul 19, 2023
Patrykb0802 added a commit that referenced this issue Jul 19, 2023
…d/libs folder is empty/deleted

- Added task in build.gradle that checks for .war file in build/libs every time 'deployTeomcat' task is used
Patrykb0802 added a commit that referenced this issue Jul 19, 2023
…d/libs folder is empty/deleted

- Added task in build.gradle that checks for .war file in build/libs every time 'deployTeomcat' task is used
Limraj added a commit that referenced this issue Jul 19, 2023
…eployTomcat_doesnt_return_error_when_build_libs_folder_is_empty_deleted

#2623 Fixed Gradle task 'deployTomcat' doesn't return error when build/libs folder is empty/deleted
@Limraj Limraj closed this as completed Jul 20, 2023
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

No branches or pull requests

2 participants