Utility to export Maximo Automation scripts to directory

This utility helps to extract the all scripts to specific directory. These script files we can maintain any version(SVN,GIT...etc) control system. This will help us for mainly development environment maintain the versions. 

Download:

Installation:
Extract the files and copy into <SMP Path>/maximo/tools/maximo/ path.
Running:
Run the extract automation scripts_utility file. It will take connection from maximo.properties file and create and update files in <SMP Path>/maximo/tools/maximo/automatioscripts folder.
Note: utility will work for Java 1.7 or above. Source file is available in same folder. You can recompile and use, if required in lower versions.

·   Windows: run extractAutomationScripts.bat
     


    Linux: run ./extractAutomationScripts.sh

     Result: folder will create with automationscripts and create files with automation script name and description will copy top in text with comment. 

Comments