wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

Handle installation directory being a symbolic link #701

Closed spyrkob closed 3 months ago

spyrkob commented 3 months ago

When specified Wildfly installation directory (JBOSS_HOME) is a symbolic link, applying update fails with "ERROR: java.nio.file.FileAlreadyExistsException: ".

Actually, it fails only when applying updates to files directly under the link (e.g. copying jboss-modules.jar), so other files under modules directory are appearantly updated succeessfully before the ERROR message.

iweiss commented 3 months ago

LGTM