Closed darkpastiurs closed 1 year ago
Do you have an example github repo I can replicate with? Perhaps a minimal example with none of your actual source code?
I deeply apologize; I overlooked the notification about my post. As you suggested, I created a new project where the reported issue can be replicated. I apologize again for not providing the proper follow-up.
I'll look into this.
If it works correctly with publish server (full) but fails with publish server (incremental) then it's most likely a bug. I'll dig in.
Sorry for the long delay. I was otherwise assigned on some tasks.
I've just dug deeper into this. I was unable to replicate on linux. I did replicate the issue on windows.
It seems that when a file is registered as changed by the file watcher, we add this changed file's relative path to a map to be used on the next publish. This line of code here ensures that the paths being added to this map are relative paths. However, the separator character being explicitly tested here is incorrect for windows.
I'll find a solution asap.
This was fixed over here: https://github.com/redhat-developer/rsp-server/pull/713
I forgot to reference the actual issue because I didn't realize I was in a different repo :X oops.
Hello, I'm reporting this issue with the plugin, the action Publish Server (Incremental) is not working even though I have configured everything for It. I'm sharing the information about configurations I've made.
Server configuration:
.rsp.assembly.json:
Exception message:
VS Code environment:
Version of Java in use:
NOTE: That project is an multi-module EAR, and the configuration works fine with Publish Server (Full), which is working correctly
If the issue is with the configuration , I would greatly appreciate it if you could guide me on the correct way to set them up.