Added system args in launch.json , able to see them in output console but when deploying it getting couldn't find the property.
added -Dmule.env=Dev able to see it in output console, but getting couldn't find ${mule.env} while debug/run in VS Code.
Anything am missing here?
1 respuesta
Manish Kumar Yadav (Hitachi Energy) Forum Ambassador
Hello,
For ACB, You can try below and let me know in comment section.
1. For Lauch.json file, use below for windows machine.
"windows": {"mule.runtime.args": "${config:mule.runtime.defaultArguments} -M-Denv=Dev" }2. Or Use your same solution if it works with -M-Denv=Dev else use option 1 .
3. Open Setting in ACB and set indefault Argument like below:
Thanks,
Manish Kumar Yadav
Trailblazer Community Forum Ambassadors