OpenLiberty / liberty-tools-vscode

Visual Studio Code extension for Liberty Tools
https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext
Eclipse Public License 2.0
18 stars 35 forks source link

LTV dashboard start actions are not working in windows - wsl terminal #412

Open SuparnaSuresh opened 4 days ago

SuparnaSuresh commented 4 days ago

The commands "start," "start in container," and "start" are not working in the Windows WSL terminal due to the following error for gradle project.

FAILURE: Build failed with an exception.

image

below command is used for execution. /mnt/c/Users/Administrator/Downloads/app-samplefvt# gradle libertyDev -b="c:\Users\Administrator\Downloads\app-samplefvt\build.gradle" It seems the issue is caused by an invalid path format in the build.gradle file.