Created
April 17, 2014 13:48
-
-
Save viniciusgati/10984811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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