Trevor Crawford

Results 34 comments of Trevor Crawford

Attempt to reproduce and see how broken dev mode is when this happens. Also try to reproduce on another platform. Try a few times to see if intermittent. Try with...

Update from discussion with team: 1. Add new functionality to binary scanner that just checks for conflicts with passed in features. Plugin could pass whole list and then only user...

The integration tests added for https://github.com/OpenLiberty/ci.maven/issues/1396 do not cover the scenario where there is a previously generated XML file and a new conflicting feature is added to server.xml. That is...

All that is left for this work item is an integration test.

Another workaround is to COPY the `server.xml` located at `target/liberty/wlp/usr/servers/defaultServer` in the Dockerfile instead of the `server.xml` located in the `src/main/liberty/config` folder.

I think the following is the reason for Liberty picking up the server configuration change before features are done installing and dev mode copies the src file to target: When...

@gkwan-ibm > if users remove the unknown feature, will the generation be resumed automatically or users can press a command to resume? Users can use the `g` hotkey to turn...

Investigate if it is possible to automate installing a new target liberty server as a part of dev mode instead of having users manually handle it.

Here is some more info on the current issues with the example TA Dockerfile. The section below, setup by WORKDIR, causes the Docker build to break. Dev mode does not...

The following doc pages have been updated: LMP README: https://github.com/OpenLiberty/ci.maven Dev mode (Maven): https://github.com/OpenLiberty/ci.maven/blob/main/docs/dev.md Generate features (Maven): https://github.com/OpenLiberty/ci.maven/blob/main/docs/generate-features.md LGP README: https://github.com/OpenLiberty/ci.gradle Dev mode (Gradle): https://github.com/OpenLiberty/ci.gradle/blob/main/docs/libertyDev.md Generate features (Gradle): https://github.com/OpenLiberty/ci.gradle/blob/main/docs/generateFeatures.md An...