Skip to content

Instantly share code, notes, and snippets.

@haskellcamargo
Forked from viniciusgati/advpl.sublime-build
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haskellcamargo/11da8ee3db14d4b47090 to your computer and use it in GitHub Desktop.
Save haskellcamargo/11da8ee3db14d4b47090 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