vscode-server-connector icon indicating copy to clipboard operation
vscode-server-connector copied to clipboard

Publishing deployment fails if trying to replace an exploded with a war deployment

Open adietish opened this issue 5 years ago • 2 comments

steps:

  1. ASSERT: have a wildfly server with an existing deployable folder that's not visible in vscode (ex.
    1. added the exploded deployable "kitchensink" (& published it)
    2. removed the server
    3. created the server again)
  2. EXEC: pick "Add deployment to server" in ctx menu
  3. EXEC: when asked pick "File" deployment and point it to kitchensink.war

Result: image Publishing fails, I'm not told why. We maybe should add a "Clean" action in the ctx menu to allow us to remove the existing deployment.

adietish avatar May 15 '19 14:05 adietish

@robstryker thoughts?

adietish avatar May 15 '19 14:05 adietish

I kinda expected this issue. This was a big issue back in jbt for a long time. I'll look into it.

robstryker avatar May 23 '19 16:05 robstryker