Hi,
I would like sublime to build my project.
Lets say I have the following configurations in eclipse to run my java project:
Main Class:
com.abc.def
Program Arguments:
-c Yx220924629224951977316992 -u 0 -d ./processes_cookies/0 -p ./processes_cookies/0 -l ./processes_logs/0 -i 0 -a 0 ./iegather2.cfg stanChart-request.xml
VM Arguments:
-Dwebdriver.chrome.driver=“D:\dap\chromedriver_win32_2.9\chromedriver.exe” -DrobotId=10 -Dlog4j.configurationFile=./resources/config/log4j2.xml -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -DlogDir=./logs/
How do I do the same in my st2 to build the project from there. I know I have to edit the build properties, but have no clue how to do the same.