TravaOpenJDK / trava-jdk-11-dcevm

dcevm-11 built on Travis
Apache License 2.0
403 stars 56 forks source link

Wrong location of hotswap-agent.jar in MacOS build #1

Closed theigl closed 5 years ago

theigl commented 5 years ago

Starting an application with the downloaded binaries results in:

HotswapAgent not found on path:'/dcevm-11+0/Contents/Home/lib/hotswap/hotswap-agent.jar'

In the latest MacOS build hotswap-agent.jar ends up in /lib/hotswap/hotswap-agent.jar. The correct location would be /Contents/Home/lib/hotswap/hotswap-agent.jar.

skybber commented 5 years ago

Fixed, thanks for report :1st_place_medal: