Skip to content

Instantly share code, notes, and snippets.

@viniciusgati
Created April 17, 2014 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save viniciusgati/10984811 to your computer and use it in GitHub Desktop.
Save viniciusgati/10984811 to your computer and use it in GitHub Desktop.
{
"cmd": ["java", "-jar", "C:\/TOTVS\/command_line_tools\/tdscli.jar", "-help"],
"encoding": "cp1252",
"variants": [
{
"cmd": ["java", "-jar", "C:\/TOTVS\/command_line_tools\/tdscli.jar", "compile",
"program=$file", "includes=C:\/ambientes_protheus\/M118_SQA_VALID2\/include",
"server=localhost", "port=25006", "environment=M118_SQA_VALID2", "serverType=Advpl",
"user=admin", "psw=",
"build=7.00.121227P"],
"name": "Compila o fonte",
"shell": true
},
{
"cmd": ["java", "-jar", "C:\/TOTVS\/command_line_tools\/tdscli.jar", "compile", "@M:\/VER101\/m118_vinicius_data.conf",
"program=$file"],
"name": "Compila [M118]",
"shell": true
},
{
"cmd": ["java", "-jar", "C:\/TOTVS\/command_line_tools\/tdscli.jar", "patchgen", "-help",
"program={$file}", "includes=C:\/ambientes_protheus\/M118_SQA_VALID2\/include",
"server=localhost", "port=25006", "environment=M118_SQA_VALID2", "user=admin", "psw="],
"name": "Gera Patch",
"shell": true
},
{
"cmd": ["java", "-jar", "C:\/TOTVS\/command_line_tools\/tdscli.jar", "patchapply", "-help"],
"name": "Aplica Patch",
"shell": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment