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

Issue #1565 - org.apache.tomcat:catalina dependency has been dropped … #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

M4n1us
Copy link

@M4n1us M4n1us commented Oct 28, 2019

Task Description

We should no longer need this dependency. This task should verify this theory, and, if so, we should remove this from all pom.xml files.

Tasks

The following tasks will need to be carried out:

  • Remove this from the strongbox-proto-parent) project.
  • Remove this from the strongbox-parent) project.
  • Remove this from all pom.xml files in the strongbox project.

Acceptance Test

  • Building the code with mvn clean install -Dintegration.tests still works.
  • Running mvn spring-boot:run in the strongbox-web-core still starts up the application correctly.
  • Building the code and running the strongbox-distribution from a zip or tar.gz still works.
  • [~] The tests in the strongbox-web-integration-tests still run properly.

was not able to get the gradle s-w-i-t task running as it kept failing to build javadocs (very likely because of my build environment)

[INFO] Using Groovy 2.4.7 to perform execute.
Test test-gradle-common-flow.groovy
Target directory: C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle\target
Base directory: C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle
Gradle path: C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle
C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle\gradlew.bat
Execute command[s]:
C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle\gradlew.bat upload ->Dcredentials.username=deployer -Dcredentials.password=password
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
> Task :compileJava UP-TO-DATE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :jar UP-TO-DATE
> Task :javadoc FAILED
Unable to find the 'javadoc' executable. Tried the java home: C:\Program Files\JetBrains\IntelliJ IDEA >2019.2\jbr and the PATH. We will assume the executable can be ran in the current working folder.
3 actionable tasks: 1 executed, 2 up-to-date
gave the following error:
[ERROR]
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): 'C:\Users\M4n1us\git\hacktober\strongbox-web-integration-tests\gradle\src\it\common-flow\build\tmp\javadoc\javadoc.options'
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 5s`

@ghost
Copy link

ghost commented Oct 28, 2019

DeepCode Report (#8c569b)

DeepCode analyzed this pull request.
There are no new issues.

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.

None yet

1 participant