Ok, I'm pretty new to VSCODE, Eclipse guy, and this is my first try of vscode with Dataweave Extension.
Running in FEDORA 38 with eclipse jdk 8.
I Installed everything ok, jdk 8, maven and dw extension 2.0 Beta (version 1.2.15), created a module, a mapping test and its resources and all worked liked a charm (really impressed with it).
After 1 or 2 days I restarted visual code and everything stopped working basically because dw files, in test, stopped seeing modules in main folder and test resources.
Went crazy for a while, and finally I just created a new module and realized what was happening:
When calling Define Sample Data instead of adding data to de project src/test/resource it adds an Scenario and its file to my HOME/.dw folder, and in that case everything works ok.
Another interesting thing that happened is that I created a new dw File, not sure how, and the file was created in src/test/dw but src was a sibling of the project directory not a child, was not able to reproduce it back again.
Seems somehow like vscode is launching maven things no from the route project directory but from the workspace directory, a stupid guess from a rookie :-).
Any help with this issue, will be greatly welcome, I can start my project again very simple, just wanted to report the problem
Thanks in advance
Tonio
Ok, I'm pretty new to VSCODE, Eclipse guy, and this is my first try of vscode with Dataweave Extension.
Running in FEDORA 38 with eclipse jdk 8.
I Installed everything ok, jdk 8, maven and dw extension 2.0 Beta (version 1.2.15), created a module, a mapping test and its resources and all worked liked a charm (really impressed with it).
After 1 or 2 days I restarted visual code and everything stopped working basically because dw files, in test, stopped seeing modules in main folder and test resources.
Went crazy for a while, and finally I just created a new module and realized what was happening:
When calling Define Sample Data instead of adding data to de project src/test/resource it adds an Scenario and its file to my HOME/.dw folder, and in that case everything works ok.
Another interesting thing that happened is that I created a new dw File, not sure how, and the file was created in src/test/dw but src was a sibling of the project directory not a child, was not able to reproduce it back again.
Seems somehow like vscode is launching maven things no from the route project directory but from the workspace directory, a stupid guess from a rookie :-).
Any help with this issue, will be greatly welcome, I can start my project again very simple, just wanted to report the problem Thanks in advance Tonio