newrelic-experimental / newrelic-java-mule-4

Instrumentation of the New Relic Java Agent for the Mule framework v4.x
Apache License 2.0
0 stars 3 forks source link

Error on Gradle build #10

Closed techx-devops closed 2 years ago

techx-devops commented 2 years ago

I got this error when building extensions

Task :checkForDependencies Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

Task :getAgent Unable to get progress logger. Download progress will not be displayed.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 47s 1 actionable task: 1 executed

Task :extractJars

BUILD SUCCESSFUL in 1m 35s 1 actionable task: 1 executed

Task :cleanUp

BUILD SUCCESSFUL in 20s 1 actionable task: 1 executed

Task :Mule-Agent:compileJava FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 2m 50s 29 actionable tasks: 4 executed, 25 up-to-date

Also is there anywhere to download the extenions.tar file?, I saw on the documentations there was extentions.tar but can not found it.

dhilpipre commented 2 years ago

This error is caused by the fact that mule-agent-web-interface repo has been removed from Maven. As a result, Mule-Agent is no longer included in the extensions to build. It can be built with access to AnypointStudio or a Mule Server. Instructions for building Mule-Agent have been included.