Hello All,
Started with simple script in JON cli to find out the resources based on criteria.
I am able to get the proper output while executing through CLI but while executing through the script file my output is not properly alligned (half of the datas are missing)
How to increase the column width .Please help on this
CLI OUTPUT:
=========
Scriptfile output:
==============
simple script file:
============
var criteria = ResourceCriteria();
criteria.addFilterResourceTypeName("JBossAS7");
var resources=ResourceManager.findResourcesByCriteria(criteria);
pretty.print (resources);
I did it by pretty.width=size