The IBM Jacl to Jython Conversion Assistant (Jacl2Jython) is a program that assists in converting WebSphere® administrative (wsadmin) scripts written in Jacl into Jython syntax. It is designed to complete most of the preliminary conversion. However, you are responsible for manually verifying all of the preliminary conversion and manually convert or modify the code to make the script function as originally intended. Even if the preliminary conversion might appear correct, you are require to complete the line-by-line manual review and verification of the preliminary converted Jython script.
The Jacl2Jython program performs two main actions when it receives a Jacl script file as input. The first action is scan the input file and group characters into Jacl language parser tokens such as keywords, strings, braces, operators, and others. The second action is convert each of the parser tokens into the corresponding Jython syntax which is output into the Jython script file.
#?PROBLEM? (jacl line 123) COMMAND_UNKNOWN? myMethod
To run the Jacl2Jython program to facilitate the conversion of wsadmin scripts written in Jacl to Jython syntax: