Axway-API-Management-Plus / dynatrace-apim-oneagent

Axway APIM Dynatrace APM integration
Apache License 2.0
8 stars 1 forks source link

apim_folder lib paths incorrect? #5

Closed jschutte27 closed 1 year ago

jschutte27 commented 1 year ago

When setting apim_folder to the apigateway directly as instructed I had to update the build.gradle lib paths to include the system folder like this:

implementation fileTree(dir: "${apim_folder}/system/lib", include: '*.jar')
implementation fileTree(dir: "${apim_folder}/system/lib/plugins", include: '*.jar')

Is this the normal path?

rathnapandi commented 1 year ago

Yes @jschutte27 , i copied the jar files to local machine and used custom directory structure.

Let me follow same naming convention as api gateway.