Monday, September 30, 2019
Thursday, September 19, 2019
Wednesday, September 18, 2019
Run ant script to build Java Application; UNIX
https://stackoverflow.com/questions/6746327/how-to-run-ant-script-from-a-shell-script
Navigate to the folder in UNIX where you have the build.xml file
$ ant -buildfile build.xml
Navigate to the folder in UNIX where you have the build.xml file
$ ant -buildfile build.xml
Labels:
ant,
ant script,
bloomberg,
build.xml,
Data License,
eclipse,
java,
run ant script,
unix
Monday, September 9, 2019
Select Multiple Items;UiPath
Start with record feature in UiPath and observe the components generated by UiPath Record Web Activity.
Do this manually -- Select required items on the screen (more than 1)
Now on Select multiple items activity -->
*Above indicate on screen would auto populate Multiple Items selected on the screen.
Make sure you send the values in { "Value1"."Value2" } Parenthesis, if you want to customize.
*You might have to edit the Selector (after indicate on screen), if you want to make it dynamic.
Do this manually -- Select required items on the screen (more than 1)
Now on Select multiple items activity -->
*Above indicate on screen would auto populate Multiple Items selected on the screen.
Make sure you send the values in { "Value1"."Value2" } Parenthesis, if you want to customize.
*You might have to edit the Selector (after indicate on screen), if you want to make it dynamic.
Saturday, September 7, 2019
[NS-30131] Initial setup required for the execution of installer validations failed.
Error installing Oracle client for Windows
https://orawiki.org/2016/10/11/initial-setup-required-for-the-execution-of-installer-validation-failed/
setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"
https://orawiki.org/2016/10/11/initial-setup-required-for-the-execution-of-installer-validation-failed/
Wednesday, September 4, 2019
Subscribe to:
Posts (Atom)