I have tried to change the logging directory (in the server.xml file). The plugin has not "seen" the server start.
It seems the Liberty plugin try to locate the "started message" in the default location.
[INFO] CWWKM2010I: Recherche de CWWKF0011I dans D:\Workspace\ZUDB0\RSA_9_Developer\SRVT_RecupererListeCartesPaylib-TEST\target\liberty\wlp\usr\servers\defaultSe
rver\logs\messages.log. Cette recherche arrive à expiration après 30 secondes.
The problem is down in the AbstractTask.getLogFile() method where we use the server output directory and do not consider logDirectory attribute from the logging element such as:
<logging logDirectory="/some/log/directory">
The issue described in https://github.com/WASdev/ci.maven/issues/279 needs to be fixed in ci.ant.
I have tried to change the logging directory (in the server.xml file). The plugin has not "seen" the server start.
It seems the Liberty plugin try to locate the "started message" in the default location.
[INFO] CWWKM2010I: Recherche de CWWKF0011I dans D:\Workspace\ZUDB0\RSA_9_Developer\SRVT_RecupererListeCartesPaylib-TEST\target\liberty\wlp\usr\servers\defaultSe rver\logs\messages.log. Cette recherche arrive à expiration après 30 secondes.
The problem is down in the AbstractTask.getLogFile() method where we use the server output directory and do not consider
logDirectory
attribute from thelogging
element such as:<logging logDirectory="/some/log/directory">