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
When you use the command mvn liberty:devc to start dev mode in a directory and the directory has a space character somewhere in the name then an error is printed and the command fails.
The issue also occurs when you use Gradle. One directory is called demo devmode.
> Task :libertyDevc
/Users/pa/demo devmode/build/wlp/usr/servers/defaultServer/configDropins/overrides/liberty-plugin-variable-config.xml file deleted before processing plugin configuration.
Building Docker image...
docker build --pull -f /Users/pa/demo devmode/build/.libertyDevc/tempDockerfile13265352539165646922 -t demo-devmode-gradle-dev-mode /Users/pa/demo devmode
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
> Task :libertyDevc FAILED
The text was updated successfully, but these errors were encountered:
When you use the command
mvn liberty:devc
to start dev mode in a directory and the directory has a space character somewhere in the name then an error is printed and the command fails.The issue also occurs when you use Gradle. One directory is called
demo devmode
.The text was updated successfully, but these errors were encountered: