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 the build.gradle and change the dependency providedCompile 'org.eclipse.microprofile:microprofile:4.1' to 3.3. Save the file.
Tests finished.
Tests will run automatically when changes are detected. You can also press the Enter key to run tests on demand.
CWWKM2010I: Searching for CWWKZ0003I: in /Users/paulg/WAS/devExperience/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/paulg/WAS/devExperience/demo-devmode/build/wlp/usr/servers/defaultServer/logs/messages.log.
> Task :libertyDev
Running tests...
After the server starts dev mode runs the tests. After build.gradle is changed dev mode does not rebuild but it does attempt to run the tests. Dev mode times out waiting for an app update.
Should dev mode rebuild after a dependency is changed?
Should dev mode run the tests if no build was initiated?
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 the
build.gradle
and change the dependencyprovidedCompile 'org.eclipse.microprofile:microprofile:4.1'
to3.3
. Save the file.After the server starts dev mode runs the tests. After
build.gradle
is changed dev mode does not rebuild but it does attempt to run the tests. Dev mode times out waiting for an app update.Should dev mode rebuild after a dependency is changed?
Should dev mode run the tests if no build was initiated?
The text was updated successfully, but these errors were encountered: