You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use LGP 3.3 and a project like demo-devmode. Start dev mode with: gradle clean libertyDev --hotTests
After the server starts, edit a file like SystemResource.java. Add a space and then delete that space. Save the file.
Source compilation was successful.
CWWKM2010I: Searching for CWWKZ0003I: in /Users/admin/demo-devmode/build/wlp/usr/servers/defaultServer/logs/messages.log. This search will timeout after 30 seconds.
CWWKM2011E: Timed out searching for CWWKZ0003I: in /Users/admin/demo-devmode/build/wlp/usr/servers/defaultServer/logs/messages.log.
Dev mode attempts to compile the source and prints the message it was successful. However, the class file was not updated and Liberty does not redeploy the app. Dev mode does not detect this and it waits 30s before running the tests.
Perhaps the compilation step returns a status field to indicate no class files were changed and dev mode could use this not to wait before running tests or perhaps the tests do not need to run.
The text was updated successfully, but these errors were encountered:
Use LGP 3.3 and a project like demo-devmode. Start dev mode with:
gradle clean libertyDev --hotTests
After the server starts, edit a file like
SystemResource.java
. Add a space and then delete that space. Save the file.Dev mode attempts to compile the source and prints the message it was successful. However, the class file was not updated and Liberty does not redeploy the app. Dev mode does not detect this and it waits 30s before running the tests.
Perhaps the compilation step returns a status field to indicate no class files were changed and dev mode could use this not to wait before running tests or perhaps the tests do not need to run.
The text was updated successfully, but these errors were encountered: